2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2010-11-27 17:36:03 +01:00
|
|
|
SUBDIRS = plotting help parser wdisp numparam trannoise
|
|
|
|
|
DIST_SUBDIRS = plotting help parser wdisp numparam trannoise
|
2010-05-30 11:26:34 +02:00
|
|
|
EXTRA_DIST = testcommands.c parse-bison.y
|
2010-05-30 12:22:42 +02:00
|
|
|
## For Windows with Visual Studio
|
|
|
|
|
EXTRA_DIST += parse-bison.c parse-bison.h
|
2000-05-06 16:12:51 +02:00
|
|
|
|
2008-08-27 15:39:05 +02:00
|
|
|
noinst_LTLIBRARIES = libfte.la
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2010-09-17 18:11:25 +02:00
|
|
|
libfte_la_SOURCES = \
|
2008-08-27 15:39:05 +02:00
|
|
|
com_measure2.c \
|
|
|
|
|
com_measure2.h \
|
2000-05-06 16:12:51 +02:00
|
|
|
commands.c \
|
|
|
|
|
commands.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
com_ahelp.c \
|
|
|
|
|
com_ahelp.h \
|
2000-07-03 17:27:34 +02:00
|
|
|
com_alias.c \
|
|
|
|
|
com_alias.h \
|
2010-09-17 18:11:25 +02:00
|
|
|
com_asciiplot.c \
|
|
|
|
|
com_asciiplot.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
com_cdump.c \
|
|
|
|
|
com_cdump.h \
|
* frontend/Makefile.am: Updates for new files.
* frontend/breakp2.c, frontend/newcoms.c, frontend/postcoms.c,
frontend/resource.c, frontend/terminal.h, frontend/variable.c,
frontend/variable.h, frontend/com_compose.c,
frontend/com_display.c, frontend/com_setscale.c,
frontend/com_strcmp.c: Include files update.
* parser/var2.c, parser/var2.h: Empty files, removed.
* parser/Makefile.am: Updates for removed files.
* parser/lexical.c: Small adjustments
* parser/input.c, parser/input.h: Input, output and error streams
handled in the frontend. Moved to the frontend directory.
* frontend/streams.c: Its new home.
2000-07-07 16:09:06 +02:00
|
|
|
com_chdir.c \
|
2005-05-30 22:28:29 +02:00
|
|
|
com_chdir.h \
|
2000-05-06 16:12:51 +02:00
|
|
|
com_compose.c \
|
|
|
|
|
com_compose.h \
|
2010-10-16 19:09:46 +02:00
|
|
|
com_commands.h \
|
2003-07-23 21:36:39 +02:00
|
|
|
com_dl.c \
|
|
|
|
|
com_dl.h \
|
2000-05-06 16:12:51 +02:00
|
|
|
com_display.c \
|
|
|
|
|
com_display.h \
|
2000-07-16 15:30:55 +02:00
|
|
|
com_dump.c \
|
|
|
|
|
com_dump.h \
|
* frontend/Makefile.am: Updates for new files.
* frontend/breakp2.c, frontend/newcoms.c, frontend/postcoms.c,
frontend/resource.c, frontend/terminal.h, frontend/variable.c,
frontend/variable.h, frontend/com_compose.c,
frontend/com_display.c, frontend/com_setscale.c,
frontend/com_strcmp.c: Include files update.
* parser/var2.c, parser/var2.h: Empty files, removed.
* parser/Makefile.am: Updates for removed files.
* parser/lexical.c: Small adjustments
* parser/input.c, parser/input.h: Input, output and error streams
handled in the frontend. Moved to the frontend directory.
* frontend/streams.c: Its new home.
2000-07-07 16:09:06 +02:00
|
|
|
com_echo.c \
|
2005-05-30 22:28:29 +02:00
|
|
|
com_echo.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
com_ghelp.c \
|
|
|
|
|
com_ghelp.h \
|
2008-03-22 14:10:46 +01:00
|
|
|
com_gnuplot.h \
|
|
|
|
|
com_gnuplot.c \
|
2000-06-16 21:04:15 +02:00
|
|
|
com_hardcopy.c \
|
|
|
|
|
com_hardcopy.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
com_help.c \
|
|
|
|
|
com_help.h \
|
|
|
|
|
com_history.c \
|
|
|
|
|
com_history.h \
|
2000-05-06 16:12:51 +02:00
|
|
|
com_let.c \
|
|
|
|
|
com_let.h \
|
2001-02-11 21:13:45 +01:00
|
|
|
com_option.c \
|
|
|
|
|
com_option.h \
|
2000-06-16 21:04:15 +02:00
|
|
|
com_plot.c \
|
|
|
|
|
com_plot.h \
|
* frontend/Makefile.am: Updates for new files.
* frontend/breakp2.c, frontend/newcoms.c, frontend/postcoms.c,
frontend/resource.c, frontend/terminal.h, frontend/variable.c,
frontend/variable.h, frontend/com_compose.c,
frontend/com_display.c, frontend/com_setscale.c,
frontend/com_strcmp.c: Include files update.
* parser/var2.c, parser/var2.h: Empty files, removed.
* parser/Makefile.am: Updates for removed files.
* parser/lexical.c: Small adjustments
* parser/input.c, parser/input.h: Input, output and error streams
handled in the frontend. Moved to the frontend directory.
* frontend/streams.c: Its new home.
2000-07-07 16:09:06 +02:00
|
|
|
com_rehash.c \
|
2005-05-30 22:28:29 +02:00
|
|
|
com_rehash.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
com_set.c \
|
2000-07-16 15:24:58 +02:00
|
|
|
com_set.h \
|
2000-05-06 16:12:51 +02:00
|
|
|
com_setscale.c \
|
|
|
|
|
com_setscale.h \
|
* frontend/Makefile.am: Updates for new files.
* frontend/breakp2.c, frontend/newcoms.c, frontend/postcoms.c,
frontend/resource.c, frontend/terminal.h, frontend/variable.c,
frontend/variable.h, frontend/com_compose.c,
frontend/com_display.c, frontend/com_setscale.c,
frontend/com_strcmp.c: Include files update.
* parser/var2.c, parser/var2.h: Empty files, removed.
* parser/Makefile.am: Updates for removed files.
* parser/lexical.c: Small adjustments
* parser/input.c, parser/input.h: Input, output and error streams
handled in the frontend. Moved to the frontend directory.
* frontend/streams.c: Its new home.
2000-07-07 16:09:06 +02:00
|
|
|
com_shell.c \
|
2005-05-30 22:28:29 +02:00
|
|
|
com_shell.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
com_shift.c \
|
2005-05-30 22:28:29 +02:00
|
|
|
com_shift.h \
|
2008-05-24 20:06:33 +02:00
|
|
|
com_fft.c \
|
|
|
|
|
com_fft.h \
|
2000-07-16 15:24:58 +02:00
|
|
|
com_state.c \
|
|
|
|
|
com_state.h \
|
2010-09-17 18:11:25 +02:00
|
|
|
com_strcmp.c \
|
|
|
|
|
com_strcmp.h \
|
|
|
|
|
com_sysinfo.c \
|
2000-06-27 18:09:02 +02:00
|
|
|
com_unset.c \
|
2005-05-30 22:28:29 +02:00
|
|
|
com_unset.h \
|
2000-06-16 21:04:15 +02:00
|
|
|
com_xgraph.c \
|
|
|
|
|
com_xgraph.h \
|
2000-05-13 12:29:25 +02:00
|
|
|
completion.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
control.h \
|
|
|
|
|
control.c \
|
|
|
|
|
ftehelp.h \
|
2011-08-09 20:41:36 +02:00
|
|
|
ftesopt.c \
|
2000-06-27 18:09:02 +02:00
|
|
|
hcomp.c \
|
|
|
|
|
hcomp.h \
|
|
|
|
|
init.c \
|
|
|
|
|
init.h \
|
* frontend/Makefile.am: Updates for new files.
* frontend/breakp2.c, frontend/newcoms.c, frontend/postcoms.c,
frontend/resource.c, frontend/terminal.h, frontend/variable.c,
frontend/variable.h, frontend/com_compose.c,
frontend/com_display.c, frontend/com_setscale.c,
frontend/com_strcmp.c: Include files update.
* parser/var2.c, parser/var2.h: Empty files, removed.
* parser/Makefile.am: Updates for removed files.
* parser/lexical.c: Small adjustments
* parser/input.c, parser/input.h: Input, output and error streams
handled in the frontend. Moved to the frontend directory.
* frontend/streams.c: Its new home.
2000-07-07 16:09:06 +02:00
|
|
|
quote.c \
|
|
|
|
|
quote.h \
|
2000-06-27 18:09:02 +02:00
|
|
|
streams.h \
|
* frontend/Makefile.am: Updates for new files.
* frontend/breakp2.c, frontend/newcoms.c, frontend/postcoms.c,
frontend/resource.c, frontend/terminal.h, frontend/variable.c,
frontend/variable.h, frontend/com_compose.c,
frontend/com_display.c, frontend/com_setscale.c,
frontend/com_strcmp.c: Include files update.
* parser/var2.c, parser/var2.h: Empty files, removed.
* parser/Makefile.am: Updates for removed files.
* parser/lexical.c: Small adjustments
* parser/input.c, parser/input.h: Input, output and error streams
handled in the frontend. Moved to the frontend directory.
* frontend/streams.c: Its new home.
2000-07-07 16:09:06 +02:00
|
|
|
streams.c \
|
2000-06-27 18:09:02 +02:00
|
|
|
terminal.c \
|
|
|
|
|
terminal.h \
|
|
|
|
|
variable.c \
|
|
|
|
|
variable.h \
|
2010-09-17 18:11:25 +02:00
|
|
|
\
|
2000-05-06 16:12:51 +02:00
|
|
|
arg.c \
|
|
|
|
|
arg.h \
|
|
|
|
|
aspice.c \
|
|
|
|
|
aspice.h \
|
|
|
|
|
breakp.c \
|
|
|
|
|
breakp.h \
|
|
|
|
|
breakp2.c \
|
|
|
|
|
breakp2.h \
|
|
|
|
|
circuits.c \
|
|
|
|
|
circuits.h \
|
|
|
|
|
cpitf.c \
|
|
|
|
|
cpitf.h \
|
|
|
|
|
define.c \
|
|
|
|
|
define.h \
|
|
|
|
|
device.c \
|
|
|
|
|
device.h \
|
|
|
|
|
diff.c \
|
|
|
|
|
diff.h \
|
|
|
|
|
dimens.c \
|
|
|
|
|
dimens.h \
|
|
|
|
|
display.c \
|
|
|
|
|
display.h \
|
|
|
|
|
dotcards.c \
|
|
|
|
|
dotcards.h \
|
|
|
|
|
error.c \
|
|
|
|
|
evaluate.c \
|
|
|
|
|
evaluate.h \
|
|
|
|
|
fourier.c \
|
|
|
|
|
fourier.h \
|
|
|
|
|
gens.c \
|
|
|
|
|
gens.h \
|
2003-07-23 21:36:39 +02:00
|
|
|
hpgl.c \
|
2005-05-30 22:28:29 +02:00
|
|
|
hpgl.h \
|
2000-05-06 16:12:51 +02:00
|
|
|
inp.c \
|
|
|
|
|
inp.h \
|
|
|
|
|
inpcom.c \
|
|
|
|
|
inpcom.h \
|
|
|
|
|
interp.c \
|
|
|
|
|
interp.h \
|
2011-08-09 20:41:36 +02:00
|
|
|
inventory.c \
|
2000-05-06 16:12:51 +02:00
|
|
|
linear.c \
|
|
|
|
|
linear.h \
|
2010-09-17 18:11:25 +02:00
|
|
|
measure.c \
|
2000-05-06 16:12:51 +02:00
|
|
|
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 \
|
|
|
|
|
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 \
|
2010-09-17 18:11:25 +02:00
|
|
|
signal_handler.c \
|
|
|
|
|
signal_handler.h \
|
2000-05-06 16:12:51 +02:00
|
|
|
spec.c \
|
|
|
|
|
spec.h \
|
|
|
|
|
spiceif.c \
|
|
|
|
|
spiceif.h \
|
|
|
|
|
subckt.c \
|
|
|
|
|
subckt.h \
|
|
|
|
|
typesdef.c \
|
|
|
|
|
typesdef.h \
|
|
|
|
|
vectors.c \
|
|
|
|
|
vectors.h \
|
|
|
|
|
where.c \
|
2010-09-17 18:11:25 +02:00
|
|
|
where.h
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2000-05-06 16:12:51 +02:00
|
|
|
# TESTS = testcommands
|
2010-09-17 18:11:25 +02:00
|
|
|
#
|
2000-05-06 16:12:51 +02:00
|
|
|
# bin_PROGRAMS = testcommands
|
2010-09-17 18:11:25 +02:00
|
|
|
#
|
2000-05-06 16:12:51 +02:00
|
|
|
# testcommands_SOURCES = \
|
|
|
|
|
# testcommands.c \
|
|
|
|
|
# testcommands.h
|
2010-09-17 18:11:25 +02:00
|
|
|
#
|
2000-05-06 16:12:51 +02:00
|
|
|
# testcommands_LDADD = libfte.a plotting/libplotting.a ../misc/libmisc.a
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
|
2011-12-27 13:07:52 +01:00
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include @X_CFLAGS@
|
2012-07-07 13:18:42 +02:00
|
|
|
AM_CFLAGS = $(STATIC)
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2010-04-11 10:49:05 +02:00
|
|
|
|
2010-09-17 18:41:10 +02:00
|
|
|
parse-bison.c parse-bison.h : parse-bison.y
|
2011-01-25 18:33:36 +01:00
|
|
|
bison $(srcdir)/parse-bison.y
|
|
|
|
|
|
|
|
|
|
$(srcdir)/parse.c : parse-bison.c
|