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