diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index d9ee84d97..94b9c859f 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -8,188 +8,188 @@ BUILT_SOURCES = parse-bison.h noinst_LTLIBRARIES = libfte.la -libfte_la_SOURCES = \ - com_measure2.c \ - com_measure2.h \ - commands.c \ - commands.h \ - com_ahelp.c \ - com_ahelp.h \ - com_alias.c \ - com_alias.h \ - com_asciiplot.c \ - com_asciiplot.h \ - com_cdump.c \ - com_cdump.h \ - com_chdir.c \ - com_chdir.h \ - com_compose.c \ - com_compose.h \ - com_commands.h \ - com_dl.c \ - com_dl.h \ - com_display.c \ - com_display.h \ - com_dump.c \ - com_dump.h \ - com_echo.c \ - com_echo.h \ - com_ghelp.c \ - com_ghelp.h \ - com_gnuplot.h \ - com_gnuplot.c \ - com_hardcopy.c \ - com_hardcopy.h \ - com_help.c \ - com_help.h \ - com_history.c \ - com_history.h \ - com_let.c \ - com_let.h \ - com_option.c \ - com_option.h \ - com_plot.c \ - com_plot.h \ - com_rehash.c \ - com_rehash.h \ - com_set.c \ - com_set.h \ - com_setscale.c \ - com_setscale.h \ - com_shell.c \ - com_shell.h \ - com_shift.c \ - com_shift.h \ - com_fft.c \ - com_fft.h \ - com_state.c \ - com_state.h \ - com_strcmp.c \ - com_strcmp.h \ - com_sysinfo.c \ - com_unset.c \ - com_unset.h \ - com_xgraph.c \ - com_xgraph.h \ - completion.h \ - control.h \ - control.c \ - ftehelp.h \ - ftesopt.c \ - hcomp.c \ - hcomp.h \ - init.c \ - init.h \ - quote.c \ - quote.h \ - streams.h \ - streams.c \ - terminal.c \ - terminal.h \ - variable.c \ - variable.h \ - \ - 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 \ - dvec.c \ - error.c \ - evaluate.c \ - evaluate.h \ - fourier.c \ - fourier.h \ - gens.c \ - gens.h \ - hpgl.c \ - hpgl.h \ - inp.c \ - inp.h \ - inpcom.c \ - inpcom.h \ - interp.c \ - interp.h \ - inventory.c \ - linear.c \ - linear.h \ - measure.c \ - 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 \ - parse-bison.y \ - 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 +libfte_la_SOURCES = \ + com_measure2.c \ + com_measure2.h \ + commands.c \ + commands.h \ + com_ahelp.c \ + com_ahelp.h \ + com_alias.c \ + com_alias.h \ + com_asciiplot.c \ + com_asciiplot.h \ + com_cdump.c \ + com_cdump.h \ + com_chdir.c \ + com_chdir.h \ + com_compose.c \ + com_compose.h \ + com_commands.h \ + com_dl.c \ + com_dl.h \ + com_display.c \ + com_display.h \ + com_dump.c \ + com_dump.h \ + com_echo.c \ + com_echo.h \ + com_ghelp.c \ + com_ghelp.h \ + com_gnuplot.h \ + com_gnuplot.c \ + com_hardcopy.c \ + com_hardcopy.h \ + com_help.c \ + com_help.h \ + com_history.c \ + com_history.h \ + com_let.c \ + com_let.h \ + com_option.c \ + com_option.h \ + com_plot.c \ + com_plot.h \ + com_rehash.c \ + com_rehash.h \ + com_set.c \ + com_set.h \ + com_setscale.c \ + com_setscale.h \ + com_shell.c \ + com_shell.h \ + com_shift.c \ + com_shift.h \ + com_fft.c \ + com_fft.h \ + com_state.c \ + com_state.h \ + com_strcmp.c \ + com_strcmp.h \ + com_sysinfo.c \ + com_unset.c \ + com_unset.h \ + com_xgraph.c \ + com_xgraph.h \ + completion.h \ + control.h \ + control.c \ + ftehelp.h \ + ftesopt.c \ + hcomp.c \ + hcomp.h \ + init.c \ + init.h \ + quote.c \ + quote.h \ + streams.h \ + streams.c \ + terminal.c \ + terminal.h \ + variable.c \ + variable.h \ + \ + 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 \ + dvec.c \ + error.c \ + evaluate.c \ + evaluate.h \ + fourier.c \ + fourier.h \ + gens.c \ + gens.h \ + hpgl.c \ + hpgl.h \ + inp.c \ + inp.h \ + inpcom.c \ + inpcom.h \ + interp.c \ + interp.h \ + inventory.c \ + linear.c \ + linear.h \ + measure.c \ + 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 \ + parse-bison.y \ + 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.c \ +# testcommands.h # # testcommands_LDADD = libfte.a plotting/libplotting.a ../misc/libmisc.a