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