]> www.ginac.de Git - ginac.git/blob - ginac/Makefile.in
- remembering in divide_in_z() turned off (will eventually have to be replaced
[ginac.git] / ginac / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 ARCHIVE_AGE = @ARCHIVE_AGE@
63 ARCHIVE_VERSION = @ARCHIVE_VERSION@
64 AS = @AS@
65 CC = @CC@
66 CINT = @CINT@
67 CINTSYSDIR = @CINTSYSDIR@
68 CXX = @CXX@
69 CXXCPP = @CXXCPP@
70 DLLTOOL = @DLLTOOL@
71 DOXYGEN = @DOXYGEN@
72 DVIPS = @DVIPS@
73 FIG2DEV = @FIG2DEV@
74 GINACCINTDIR = @GINACCINTDIR@
75 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
76 GINACLIB_CPPFLAGS = @GINACLIB_CPPFLAGS@
77 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
78 GINACLIB_LIBS = @GINACLIB_LIBS@
79 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
80 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
81 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
82 GINACLIB_VERSION = @GINACLIB_VERSION@
83 GINSH_LIBS = @GINSH_LIBS@
84 LATEX = @LATEX@
85 LEX = @LEX@
86 LIBGINACCINT = @LIBGINACCINT@
87 LIBTERMCAP = @LIBTERMCAP@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 LT_AGE = @LT_AGE@
91 LT_CURRENT = @LT_CURRENT@
92 LT_RELEASE = @LT_RELEASE@
93 LT_REVISION = @LT_REVISION@
94 MAINT = @MAINT@
95 MAKECINT = @MAKECINT@
96 MAKEINDEX = @MAKEINDEX@
97 MAKEINFO = @MAKEINFO@
98 OBJDUMP = @OBJDUMP@
99 PACKAGE = @PACKAGE@
100 RANLIB = @RANLIB@
101 REFERENCE_TARGETS = @REFERENCE_TARGETS@
102 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
103 VERSION = @VERSION@
104 YACC = @YACC@
105
106 lib_LTLIBRARIES = libginac.la
107 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 
108
109 libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)   -release $(LT_RELEASE)
110
111 ginacincludedir = $(includedir)/ginac
112 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
113
114 EXTRA_DIST = container.pl function.pl structure.pl
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = ../config.h
117 CONFIG_CLEAN_FILES =  version.h
118 LTLIBRARIES =  $(lib_LTLIBRARIES)
119
120
121 DEFS = @DEFS@ -I. -I$(srcdir) -I..
122 CPPFLAGS = @CPPFLAGS@
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 libginac_la_LIBADD = 
126 libginac_la_OBJECTS =  add.lo archive.lo basic.lo constant.lo ex.lo \
127 expairseq.lo exprseq.lo fail.lo function.lo inifcns.lo inifcns_trans.lo \
128 inifcns_zeta.lo inifcns_gamma.lo matrix.lo mul.lo normal.lo numeric.lo \
129 operators.lo power.lo registrar.lo relational.lo symbol.lo pseries.lo \
130 utils.lo ncmul.lo clifford.lo structure.lo color.lo indexed.lo idx.lo \
131 isospin.lo exprseq_suppl.lo lst.lo lst_suppl.lo simp_lor.lo coloridx.lo \
132 lorentzidx.lo lortensor.lo remember.lo
133 CXXFLAGS = @CXXFLAGS@
134 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
135 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
136 CXXLD = $(CXX)
137 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
138 CFLAGS = @CFLAGS@
139 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141 CCLD = $(CC)
142 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
143 HEADERS =  $(ginacinclude_HEADERS)
144
145 DIST_COMMON =  Makefile.am Makefile.in version.h.in
146
147
148 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
149
150 TAR = tar
151 GZIP_ENV = --best
152 DEP_FILES =  .deps/add.P .deps/archive.P .deps/basic.P .deps/clifford.P \
153 .deps/color.P .deps/coloridx.P .deps/constant.P .deps/ex.P \
154 .deps/expairseq.P .deps/exprseq.P .deps/exprseq_suppl.P .deps/fail.P \
155 .deps/function.P .deps/idx.P .deps/indexed.P .deps/inifcns.P \
156 .deps/inifcns_gamma.P .deps/inifcns_trans.P .deps/inifcns_zeta.P \
157 .deps/isospin.P .deps/lorentzidx.P .deps/lortensor.P .deps/lst.P \
158 .deps/lst_suppl.P .deps/matrix.P .deps/mul.P .deps/ncmul.P \
159 .deps/normal.P .deps/numeric.P .deps/operators.P .deps/power.P \
160 .deps/pseries.P .deps/registrar.P .deps/relational.P .deps/remember.P \
161 .deps/simp_lor.P .deps/structure.P .deps/symbol.P .deps/utils.P
162 SOURCES = $(libginac_la_SOURCES)
163 OBJECTS = $(libginac_la_OBJECTS)
164
165 all: all-redirect
166 .SUFFIXES:
167 .SUFFIXES: .S .c .cpp .lo .o .s
168 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
169         cd $(top_srcdir) && $(AUTOMAKE) --gnu ginac/Makefile
170
171 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
172         cd $(top_builddir) \
173           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
174
175 version.h: $(top_builddir)/config.status version.h.in
176         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
177
178 mostlyclean-libLTLIBRARIES:
179
180 clean-libLTLIBRARIES:
181         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
182
183 distclean-libLTLIBRARIES:
184
185 maintainer-clean-libLTLIBRARIES:
186
187 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
188         @$(NORMAL_INSTALL)
189         $(mkinstalldirs) $(DESTDIR)$(libdir)
190         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
191           if test -f $$p; then \
192             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
193             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
194           else :; fi; \
195         done
196
197 uninstall-libLTLIBRARIES:
198         @$(NORMAL_UNINSTALL)
199         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
200           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
201         done
202
203 .s.o:
204         $(COMPILE) -c $<
205
206 .S.o:
207         $(COMPILE) -c $<
208
209 mostlyclean-compile:
210         -rm -f *.o core *.core
211
212 clean-compile:
213
214 distclean-compile:
215         -rm -f *.tab.c
216
217 maintainer-clean-compile:
218
219 .s.lo:
220         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
221
222 .S.lo:
223         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
224
225 mostlyclean-libtool:
226         -rm -f *.lo
227
228 clean-libtool:
229         -rm -rf .libs _libs
230
231 distclean-libtool:
232
233 maintainer-clean-libtool:
234
235 libginac.la: $(libginac_la_OBJECTS) $(libginac_la_DEPENDENCIES)
236         $(CXXLINK) -rpath $(libdir) $(libginac_la_LDFLAGS) $(libginac_la_OBJECTS) $(libginac_la_LIBADD) $(LIBS)
237 .cpp.o:
238         $(CXXCOMPILE) -c $<
239 .cpp.lo:
240         $(LTCXXCOMPILE) -c $<
241
242 install-ginacincludeHEADERS: $(ginacinclude_HEADERS)
243         @$(NORMAL_INSTALL)
244         $(mkinstalldirs) $(DESTDIR)$(ginacincludedir)
245         @list='$(ginacinclude_HEADERS)'; for p in $$list; do \
246           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
247           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(ginacincludedir)/$$p"; \
248           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(ginacincludedir)/$$p; \
249         done
250
251 uninstall-ginacincludeHEADERS:
252         @$(NORMAL_UNINSTALL)
253         list='$(ginacinclude_HEADERS)'; for p in $$list; do \
254           rm -f $(DESTDIR)$(ginacincludedir)/$$p; \
255         done
256
257 tags: TAGS
258
259 ID: $(HEADERS) $(SOURCES) $(LISP)
260         list='$(SOURCES) $(HEADERS)'; \
261         unique=`for i in $$list; do echo $$i; done | \
262           awk '    { files[$$0] = 1; } \
263                END { for (i in files) print i; }'`; \
264         here=`pwd` && cd $(srcdir) \
265           && mkid -f$$here/ID $$unique $(LISP)
266
267 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
268         tags=; \
269         here=`pwd`; \
270         list='$(SOURCES) $(HEADERS)'; \
271         unique=`for i in $$list; do echo $$i; done | \
272           awk '    { files[$$0] = 1; } \
273                END { for (i in files) print i; }'`; \
274         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
275           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
276
277 mostlyclean-tags:
278
279 clean-tags:
280
281 distclean-tags:
282         -rm -f TAGS ID
283
284 maintainer-clean-tags:
285
286 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
287
288 subdir = ginac
289
290 distdir: $(DISTFILES)
291         here=`cd $(top_builddir) && pwd`; \
292         top_distdir=`cd $(top_distdir) && pwd`; \
293         distdir=`cd $(distdir) && pwd`; \
294         cd $(top_srcdir) \
295           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ginac/Makefile
296         @for file in $(DISTFILES); do \
297           d=$(srcdir); \
298           if test -d $$d/$$file; then \
299             cp -pr $$/$$file $(distdir)/$$file; \
300           else \
301             test -f $(distdir)/$$file \
302             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
303             || cp -p $$d/$$file $(distdir)/$$file || :; \
304           fi; \
305         done
306
307 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
308
309 -include $(DEP_FILES)
310
311 mostlyclean-depend:
312
313 clean-depend:
314
315 distclean-depend:
316         -rm -rf .deps
317
318 maintainer-clean-depend:
319
320 %.o: %.c
321         @echo '$(COMPILE) -c $<'; \
322         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
323         @-cp .deps/$(*F).pp .deps/$(*F).P; \
324         tr ' ' '\012' < .deps/$(*F).pp \
325           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
326             >> .deps/$(*F).P; \
327         rm .deps/$(*F).pp
328
329 %.lo: %.c
330         @echo '$(LTCOMPILE) -c $<'; \
331         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
332         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
333           < .deps/$(*F).pp > .deps/$(*F).P; \
334         tr ' ' '\012' < .deps/$(*F).pp \
335           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
336             >> .deps/$(*F).P; \
337         rm -f .deps/$(*F).pp
338
339 %.o: %.cpp
340         @echo '$(CXXCOMPILE) -c $<'; \
341         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
342         @-cp .deps/$(*F).pp .deps/$(*F).P; \
343         tr ' ' '\012' < .deps/$(*F).pp \
344           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
345             >> .deps/$(*F).P; \
346         rm .deps/$(*F).pp
347
348 %.lo: %.cpp
349         @echo '$(LTCXXCOMPILE) -c $<'; \
350         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
351         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
352           < .deps/$(*F).pp > .deps/$(*F).P; \
353         tr ' ' '\012' < .deps/$(*F).pp \
354           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
355             >> .deps/$(*F).P; \
356         rm -f .deps/$(*F).pp
357 info-am:
358 info: info-am
359 dvi-am:
360 dvi: dvi-am
361 check-am: all-am
362 check: check-am
363 installcheck-am:
364 installcheck: installcheck-am
365 install-exec-am: install-libLTLIBRARIES
366 install-exec: install-exec-am
367
368 install-data-am: install-ginacincludeHEADERS
369 install-data: install-data-am
370
371 install-am: all-am
372         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373 install: install-am
374 uninstall-am: uninstall-libLTLIBRARIES uninstall-ginacincludeHEADERS
375 uninstall: uninstall-am
376 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
377 all-redirect: all-am
378 install-strip:
379         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
380 installdirs:
381         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(ginacincludedir)
382
383
384 mostlyclean-generic:
385
386 clean-generic:
387
388 distclean-generic:
389         -rm -f Makefile $(CONFIG_CLEAN_FILES)
390         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
391
392 maintainer-clean-generic:
393 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
394                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
395                 mostlyclean-generic
396
397 mostlyclean: mostlyclean-am
398
399 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
400                 clean-depend clean-generic mostlyclean-am
401
402 clean: clean-am
403
404 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
405                 distclean-libtool distclean-tags distclean-depend \
406                 distclean-generic clean-am
407         -rm -f libtool
408
409 distclean: distclean-am
410
411 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
412                 maintainer-clean-compile maintainer-clean-libtool \
413                 maintainer-clean-tags maintainer-clean-depend \
414                 maintainer-clean-generic distclean-am
415         @echo "This command is intended for maintainers to use;"
416         @echo "it deletes files that may require special tools to rebuild."
417
418 maintainer-clean: maintainer-clean-am
419
420 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
421 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
422 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
423 distclean-compile clean-compile maintainer-clean-compile \
424 mostlyclean-libtool distclean-libtool clean-libtool \
425 maintainer-clean-libtool uninstall-ginacincludeHEADERS \
426 install-ginacincludeHEADERS tags mostlyclean-tags distclean-tags \
427 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
428 distclean-depend clean-depend maintainer-clean-depend info-am info \
429 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
430 install-exec install-data-am install-data install-am install \
431 uninstall-am uninstall all-redirect all-am all installdirs \
432 mostlyclean-generic distclean-generic clean-generic \
433 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
434
435
436 # Files which are generated by perl scripts
437 $(srcdir)/function.h $(srcdir)/function.cpp: $(srcdir)/function.pl
438         cd $(srcdir) && perl -w function.pl
439
440 $(srcdir)/lst.h $(srcdir)/lst.cpp: $(srcdir)/container.pl
441         cd $(srcdir) && perl -w container.pl lst
442
443 $(srcdir)/exprseq.h $(srcdir)/exprseq.cpp: $(srcdir)/container.pl
444         cd $(srcdir) && perl -w container.pl exprseq
445
446 # Force build of headers before compilation
447 $(srcdir)/add.cpp: $(srcdir)/function.h $(srcdir)/lst.h $(srcdir)/exprseq.h
448
449 # Tell versions [3.59,3.63) of GNU make to not export all variables.
450 # Otherwise a system limit (for SysV at least) may be exceeded.
451 .NOEXPORT: