138 lines
1.8 KiB
Makefile
138 lines
1.8 KiB
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = plotting
|
|
|
|
noinst_LIBRARIES = libfte.a
|
|
|
|
libfte_a_SOURCES = \
|
|
commands.c \
|
|
commands.h \
|
|
com_compose.c \
|
|
com_compose.h \
|
|
com_display.c \
|
|
com_display.h \
|
|
com_let.c \
|
|
com_let.h \
|
|
com_setscale.c \
|
|
com_setscale.h \
|
|
\
|
|
agraf.c \
|
|
agraf.h \
|
|
arg.c \
|
|
arg.h \
|
|
aspice.c \
|
|
aspice.h \
|
|
breakp.c \
|
|
breakp.h \
|
|
breakp2.c \
|
|
breakp2.h \
|
|
circuits.c \
|
|
circuits.h \
|
|
clip.c \
|
|
clip.h \
|
|
cpitf.c \
|
|
cpitf.h \
|
|
debugcom.c \
|
|
debugcom.h \
|
|
define.c \
|
|
define.h \
|
|
device.c \
|
|
device.h \
|
|
diff.c \
|
|
diff.h \
|
|
dimens.c \
|
|
dimens.h \
|
|
display.c \
|
|
display.h \
|
|
doplot.c \
|
|
doplot.h \
|
|
dotcards.c \
|
|
dotcards.h \
|
|
error.c \
|
|
error.h \
|
|
evaluate.c \
|
|
evaluate.h \
|
|
fourier.c \
|
|
fourier.h \
|
|
gens.c \
|
|
gens.h \
|
|
graf.c \
|
|
graf.h \
|
|
graphdb.c \
|
|
graphdb.h \
|
|
grid.c \
|
|
grid.h \
|
|
inp.c \
|
|
inp.h \
|
|
inpcom.c \
|
|
inpcom.h \
|
|
interp.c \
|
|
interp.h \
|
|
linear.c \
|
|
linear.h \
|
|
misccoms.c \
|
|
misccoms.h \
|
|
miscvars.c \
|
|
miscvars.h \
|
|
mw_coms.c \
|
|
mw_coms.h \
|
|
newcoms.c \
|
|
newcoms.h \
|
|
nutinp.c \
|
|
nutinp.h \
|
|
nutmegif.c \
|
|
nutmegif.h \
|
|
options.c \
|
|
options.h \
|
|
outitf.c \
|
|
outitf.h \
|
|
parse.c \
|
|
parse.h \
|
|
plotcurv.c \
|
|
plotcurv.h \
|
|
points.c \
|
|
points.h \
|
|
postcoms.c \
|
|
postcoms.h \
|
|
postsc.c \
|
|
postsc.h \
|
|
rawfile.c \
|
|
rawfile.h \
|
|
resource.c \
|
|
resource.h \
|
|
runcoms.c \
|
|
runcoms.h \
|
|
runcoms2.c \
|
|
runcoms2.h \
|
|
shyu.c \
|
|
shyu.h \
|
|
signal_handler.c\
|
|
signal_handler.h\
|
|
spec.c \
|
|
spec.h \
|
|
spiceif.c \
|
|
spiceif.h \
|
|
subckt.c \
|
|
subckt.h \
|
|
typesdef.c \
|
|
typesdef.h \
|
|
vectors.c \
|
|
vectors.h \
|
|
where.c \
|
|
where.h
|
|
|
|
# TESTS = testcommands
|
|
#
|
|
# bin_PROGRAMS = testcommands
|
|
#
|
|
# testcommands_SOURCES = \
|
|
# testcommands.c \
|
|
# testcommands.h
|
|
#
|
|
# testcommands_LDADD = libfte.a plotting/libplotting.a ../misc/libmisc.a
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include @X_CFLAGS@
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|