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