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