X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2FMakefile.in;h=e4eca61e143bc108c5391e5e027515790124e3d6;hp=bffdd52843b8451c105b45b6433f9178db0114eb;hb=f2ec274c38bc881d4c52a0e5eb215fd78c730b4d;hpb=b5e7e31e6d33bbae4d635c27637c7e114b043735 diff --git a/ginac/Makefile.in b/ginac/Makefile.in index bffdd528..e4eca61e 100644 --- a/ginac/Makefile.in +++ b/ginac/Makefile.in @@ -59,14 +59,19 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ +ARCHIVE_AGE = @ARCHIVE_AGE@ +ARCHIVE_VERSION = @ARCHIVE_VERSION@ AS = @AS@ CC = @CC@ +CINT = @CINT@ +CINTSYSDIR = @CINTSYSDIR@ CXX = @CXX@ CXXCPP = @CXXCPP@ DLLTOOL = @DLLTOOL@ DOXYGEN = @DOXYGEN@ DVIPS = @DVIPS@ FIG2DEV = @FIG2DEV@ +GINACCINTDIR = @GINACCINTDIR@ GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@ GINACLIB_CPPFLAGS = @GINACLIB_CPPFLAGS@ GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@ @@ -77,8 +82,9 @@ GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@ GINACLIB_VERSION = @GINACLIB_VERSION@ GINSH_LIBS = @GINSH_LIBS@ LATEX = @LATEX@ -LD = @LD@ LEX = @LEX@ +LIBGINACCINT = @LIBGINACCINT@ +LIBTERMCAP = @LIBTERMCAP@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LT_AGE = @LT_AGE@ @@ -86,9 +92,9 @@ LT_CURRENT = @LT_CURRENT@ LT_RELEASE = @LT_RELEASE@ LT_REVISION = @LT_REVISION@ MAINT = @MAINT@ +MAKECINT = @MAKECINT@ MAKEINDEX = @MAKEINDEX@ MAKEINFO = @MAKEINFO@ -NM = @NM@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -98,12 +104,12 @@ VERSION = @VERSION@ YACC = @YACC@ lib_LTLIBRARIES = libginac.la -libginac_la_SOURCES = add.cpp basic.cpp constant.cpp diff.cpp ex.cpp expairseq.cpp exprseq.cpp fail.cpp function.cpp inifcns.cpp inifcns_trans.cpp inifcns_zeta.cpp inifcns_gamma.cpp matrix.cpp mul.cpp normal.cpp numeric.cpp operators.cpp power.cpp relational.cpp symbol.cpp utils.cpp series.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 debugmsg.h utils.h +libginac_la_SOURCES = add.cpp archive.cpp basic.cpp constant.cpp ex.cpp expairseq.cpp exprseq.cpp fail.cpp function.cpp inifcns.cpp inifcns_trans.cpp inifcns_zeta.cpp inifcns_gamma.cpp matrix.cpp mul.cpp normal.cpp numeric.cpp operators.cpp power.cpp registrar.cpp relational.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 remember.h remember.cpp debugmsg.h utils.h libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) ginacincludedir = $(includedir)/ginac -ginacinclude_HEADERS = ginac.h add.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 relational.h series.h simp_lor.h structure.h symbol.h lortensor.h tinfos.h assertion.h +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 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -117,13 +123,13 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libginac_la_LIBADD = -libginac_la_OBJECTS = add.lo basic.lo constant.lo diff.lo ex.lo \ +libginac_la_OBJECTS = add.lo archive.lo basic.lo constant.lo ex.lo \ expairseq.lo exprseq.lo fail.lo function.lo inifcns.lo inifcns_trans.lo \ inifcns_zeta.lo inifcns_gamma.lo matrix.lo mul.lo normal.lo numeric.lo \ -operators.lo power.lo relational.lo symbol.lo utils.lo series.lo \ -ncmul.lo clifford.lo structure.lo color.lo indexed.lo idx.lo isospin.lo \ -exprseq_suppl.lo lst.lo lst_suppl.lo simp_lor.lo coloridx.lo \ -lorentzidx.lo lortensor.lo +operators.lo power.lo registrar.lo relational.lo symbol.lo pseries.lo \ +utils.lo ncmul.lo clifford.lo structure.lo color.lo indexed.lo idx.lo \ +isospin.lo exprseq_suppl.lo lst.lo lst_suppl.lo simp_lor.lo coloridx.lo \ +lorentzidx.lo lortensor.lo remember.lo CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -143,16 +149,16 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best -DEP_FILES = .deps/add.P .deps/basic.P .deps/clifford.P .deps/color.P \ -.deps/coloridx.P .deps/constant.P .deps/diff.P .deps/ex.P \ +DEP_FILES = .deps/add.P .deps/archive.P .deps/basic.P .deps/clifford.P \ +.deps/color.P .deps/coloridx.P .deps/constant.P .deps/ex.P \ .deps/expairseq.P .deps/exprseq.P .deps/exprseq_suppl.P .deps/fail.P \ .deps/function.P .deps/idx.P .deps/indexed.P .deps/inifcns.P \ .deps/inifcns_gamma.P .deps/inifcns_trans.P .deps/inifcns_zeta.P \ .deps/isospin.P .deps/lorentzidx.P .deps/lortensor.P .deps/lst.P \ .deps/lst_suppl.P .deps/matrix.P .deps/mul.P .deps/ncmul.P \ .deps/normal.P .deps/numeric.P .deps/operators.P .deps/power.P \ -.deps/relational.P .deps/series.P .deps/simp_lor.P .deps/structure.P \ -.deps/symbol.P .deps/utils.P +.deps/pseries.P .deps/registrar.P .deps/relational.P .deps/remember.P \ +.deps/simp_lor.P .deps/structure.P .deps/symbol.P .deps/utils.P SOURCES = $(libginac_la_SOURCES) OBJECTS = $(libginac_la_OBJECTS) @@ -426,17 +432,17 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Files which are generated by perl scripts -function.h function.cpp: function.pl - perl function.pl +$(srcdir)/function.h $(srcdir)/function.cpp: $(srcdir)/function.pl + cd $(srcdir) && perl function.pl -lst.h lst.cpp: container.pl - perl container.pl lst +$(srcdir)/lst.h $(srcdir)/lst.cpp: $(srcdir)/container.pl + cd $(srcdir) && perl container.pl lst -exprseq.h exprseq.cpp: container.pl - perl container.pl exprseq +$(srcdir)/exprseq.h $(srcdir)/exprseq.cpp: $(srcdir)/container.pl + cd $(srcdir) && perl container.pl exprseq # Force build of headers before compilation -add.cpp: function.h lst.h exprseq.h +$(srcdir)/add.cpp: $(srcdir)/function.h $(srcdir)/lst.h $(srcdir)/exprseq.h # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.