]> www.ginac.de Git - ginac.git/blob - ginac/Makefile.am
Modification in output of last returned expression
[ginac.git] / ginac / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 lib_LTLIBRARIES = libginac.la
4 libginac_la_SOURCES = add.cpp basic.cpp constant.cpp diff.cpp ex.cpp \
5   expairseq.cpp exprseq.cpp fail.cpp function.cpp inifcns.cpp \
6   inifcns_trans.cpp inifcns_zeta.cpp inifcns_gamma.cpp matrix.cpp mul.cpp \
7   normal.cpp numeric.cpp operators.cpp power.cpp relational.cpp symbol.cpp \
8   utils.cpp series.cpp ncmul.cpp clifford.cpp structure.cpp color.cpp \
9   indexed.cpp idx.cpp isospin.cpp exprseq_suppl.cpp lst.cpp lst_suppl.cpp \
10   simp_lor.cpp coloridx.cpp lorentzidx.cpp lortensor.cpp debugmsg.h utils.h 
11 libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
12   -release $(LT_RELEASE)
13 ginacincludedir = $(includedir)/ginac
14 ginacinclude_HEADERS = ginac.h add.h basic.h clifford.h color.h coloridx.h \
15   constant.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h function.h \
16   idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h mul.h \
17   ncmul.h normal.h numeric.h operators.h power.h relational.h series.h \
18   simp_lor.h structure.h symbol.h lortensor.h tinfos.h assertion.h
19 EXTRA_DIST = container.pl function.pl structure.pl
20
21 # Files which are generated by perl scripts
22 function.h function.cpp: function.pl
23         perl function.pl
24
25 lst.h lst.cpp: container.pl
26         perl container.pl lst
27
28 exprseq.h exprseq.cpp: container.pl
29         perl container.pl exprseq
30
31 # Force build of headers before compilation
32 add.cpp: function.h lst.h exprseq.h