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