X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2FMakefile.am;h=7a3cd72d6fa573c5d13c6f0044381afb092b0c06;hb=3c509d24fde911c9438501bbf3b150c9e89ff538;hp=c17aea204d633aebcf6ab085d26c96e451e0c582;hpb=f293ecba8b6026a7754795256b2f23910bf70507;p=ginac.git diff --git a/ginac/Makefile.am b/ginac/Makefile.am index c17aea20..7a3cd72d 100644 --- a/ginac/Makefile.am +++ b/ginac/Makefile.am @@ -8,6 +8,7 @@ libginac_la_SOURCES = add.cpp archive.cpp basic.cpp constant.cpp ex.cpp \ symbol.cpp pseries.cpp utils.cpp ncmul.cpp clifford.cpp structure.cpp \ color.cpp indexed.cpp idx.cpp isospin.cpp exprseq_suppl.cpp lst.cpp \ lst_suppl.cpp simp_lor.cpp coloridx.cpp lorentzidx.cpp lortensor.cpp \ + input_parser.yy input_lexer.ll input_lexer.h \ remember.h remember.cpp debugmsg.h utils.h libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE) @@ -16,9 +17,11 @@ ginacinclude_HEADERS = ginac.h add.h archive.h basic.h clifford.h color.h \ coloridx.h constant.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h \ function.h idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h \ mul.h ncmul.h normal.h numeric.h operators.h power.h registrar.h \ - relational.h pseries.h simp_lor.h structure.h symbol.h lortensor.h tinfos.h \ - assertion.h -EXTRA_DIST = container.pl function.pl structure.pl + relational.h pseries.h simp_lor.h structure.h symbol.h lortensor.h \ + tinfos.h assertion.h version.h +LFLAGS = -Pginac_yy -olex.yy.c +YFLAGS = -p ginac_yy -d +EXTRA_DIST = container.pl function.pl structure.pl input_parser.h version.h.in # Files which are generated by perl scripts $(srcdir)/function.h $(srcdir)/function.cpp: $(srcdir)/function.pl