You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.7 KiB

if MAKE_OCT
bindir=$(installoctdir)
plot_scripts = kplot.oct kimage.oct kcontour.oct kmesh.oct ksetapp.oct ksetaxes.oct ksetmatrix.oct kadd.oct kremove.oct kaddaxes.oct kremoveaxes.oct kremoveall.oct
else
plot_scripts =
endif
bin_SCRIPTS = $(plot_scripts)
EXTRA_DIST = README.octave octave-common.h kplot.cpp kimage.cpp kcontour.cpp kmesh.cpp ksetapp.cpp ksetaxes.cpp ksetmatrix.cpp kadd.cpp kremove.cpp kremoveall.cpp kaddaxes.cpp kremoveaxes.cpp
CLEANFILES = kplot.oct kimage.oct kcontour.oct kmesh.oct ksetapp.oct ksetaxes.oct ksetmatrix.oct kadd.oct kremove.oct kremoveall.oct \
kplot.o kimage.o kcontour.o kmesh.o ksetapp.o ksetaxes.o ksetmatrix.o kadd.o kremove.o kremoveall.o \
kremoveaxes.oct kaddaxes.oct kaddaxes.o kremoveaxes.o
kplot.oct: octave-common.h kplot.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kplot.oct -L../interface -lkmatplot_interface kplot.cpp
kimage.oct: octave-common.h kimage.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kimage.oct -L../interface -lkmatplot_interface kimage.cpp
kcontour.oct: octave-common.h kcontour.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kcontour.oct -L../interface -lkmatplot_interface kcontour.cpp
kmesh.oct: octave-common.h kmesh.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kmesh.oct -L../interface -lkmatplot_interface kmesh.cpp
ksetapp.oct: octave-common.h ksetapp.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output ksetapp.oct -L../interface -lkmatplot_interface ksetapp.cpp
ksetaxes.oct: octave-common.h ksetaxes.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output ksetaxes.oct -L../interface -lkmatplot_interface ksetaxes.cpp
ksetmatrix.oct: octave-common.h ksetmatrix.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output ksetmatrix.oct -L../interface -lkmatplot_interface ksetmatrix.cpp
kadd.oct: octave-common.h kadd.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kadd.oct -L../interface -lkmatplot_interface kadd.cpp
kremove.oct: octave-common.h kremove.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kremove.oct -L../interface -lkmatplot_interface kremove.cpp
kremoveall.oct: octave-common.h kremoveall.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kremoveall.oct -L../interface -lkmatplot_interface kremoveall.cpp
kaddaxes.oct: octave-common.h kaddaxes.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kaddaxes.oct -L../interface -lkmatplot_interface kaddaxes.cpp
kremoveaxes.oct: octave-common.h kremoveaxes.cpp ../interface/libkmatplot_interface.a
$(makeoct) -v --output kremoveaxes.oct -L../interface -lkmatplot_interface kremoveaxes.cpp