]> www.ginac.de Git - ginac.git/blob - ginac/Makefile.am
- a little bit more consistent evaluation of zeta(x)
[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 print.cpp printraw.cpp \
8   printtree.cpp printcsrc.cpp relational.cpp symbol.cpp utils.cpp series.cpp \
9   ncmul.cpp clifford.cpp structure.cpp color.cpp indexed.cpp idx.cpp \
10   isospin.cpp exprseq_suppl.cpp lst.cpp lst_suppl.cpp simp_lor.cpp \
11   coloridx.cpp lorentzidx.cpp debugmsg.h utils.h
12 libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
13   -release $(LT_RELEASE)
14 ginacincludedir = $(includedir)/ginac
15 ginacinclude_HEADERS = ginac.h add.h basic.h clifford.h color.h coloridx.h \
16   constant.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h function.h \
17   idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h mul.h \
18   ncmul.h normal.h numeric.h operators.h power.h relational.h series.h \
19   simp_lor.h structure.h symbol.h tinfos.h assertion.h
20 EXTRA_DIST = container.pl function.pl structure.pl
21
22 # Files which are generated by perl scripts
23 function.h function.cpp: function.pl
24         perl function.pl
25
26 lst.h lst.cpp: container.pl
27         perl container.pl lst
28
29 exprseq.h exprseq.cpp: container.pl
30         perl container.pl exprseq