]> www.ginac.de Git - ginac.git/blob - ginac/Makefile.in
6e5d6b6600d24509c7cb8cb2cc233f966d221da4
[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 EXTRA_DIST = container.pl function.pl structure.pl
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = ../config.h
117 CONFIG_CLEAN_FILES = 
118 LTLIBRARIES =  $(lib_LTLIBRARIES)
119
120
121 DEFS = @DEFS@ -I. -I$(srcdir) -I..
122 CPPFLAGS = @CPPFLAGS@
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 libginac_la_LIBADD = 
126 libginac_la_OBJECTS =  add.lo basic.lo constant.lo diff.lo ex.lo \
127 expairseq.lo exprseq.lo fail.lo function.lo inifcns.lo inifcns_trans.lo \
128 inifcns_gamma.lo matrix.lo mul.lo normal.lo numeric.lo operators.lo \
129 power.lo print.lo printraw.lo printtree.lo printcsrc.lo relational.lo \
130 symbol.lo utils.lo series.lo ncmul.lo clifford.lo structure.lo color.lo \
131 indexed.lo idx.lo isospin.lo exprseq_suppl.lo lst.lo lst_suppl.lo \
132 simp_lor.lo coloridx.lo lorentzidx.lo
133 CXXFLAGS = @CXXFLAGS@
134 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
135 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
136 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(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 = --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/isospin.P \
151 .deps/lorentzidx.P .deps/lst.P .deps/lst_suppl.P .deps/matrix.P \
152 .deps/mul.P .deps/ncmul.P .deps/normal.P .deps/numeric.P \
153 .deps/operators.P .deps/power.P .deps/print.P .deps/printcsrc.P \
154 .deps/printraw.P .deps/printtree.P .deps/relational.P .deps/series.P \
155 .deps/simp_lor.P .deps/structure.P .deps/symbol.P .deps/utils.P
156 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
157 SOURCES = $(libginac_la_SOURCES)
158 OBJECTS = $(libginac_la_OBJECTS)
159
160 all: Makefile $(LTLIBRARIES) $(HEADERS)
161
162 .SUFFIXES:
163 .SUFFIXES: .S .c .cpp .lo .o .s
164 $(srcdir)/Makefile.in: @MAINT@ 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_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
187             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$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         here=`pwd` && cd $(srcdir) \
255           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(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           test -f $(distdir)/$$file \
289           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
290           || cp -p $$d/$$file $(distdir)/$$file; \
291         done
292
293 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
294
295 -include $(DEP_FILES)
296
297 mostlyclean-depend:
298
299 clean-depend:
300
301 distclean-depend:
302
303 maintainer-clean-depend:
304         -rm -rf .deps
305
306 %.o: %.c
307         @echo '$(COMPILE) -c $<'; \
308         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
309
310 %.lo: %.c
311         @echo '$(LTCOMPILE) -c $<'; \
312         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
313         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
314           < .deps/$(*F).p > .deps/$(*F).P
315         @-rm -f .deps/$(*F).p
316
317 %.o: %.cpp
318         @echo '$(CXXCOMPILE) -c $<'; \
319         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
320
321 %.lo: %.cpp
322         @echo '$(LTCXXCOMPILE) -c $<'; \
323         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
324         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
325           < .deps/$(*F).p > .deps/$(*F).P
326         @-rm -f .deps/$(*F).p
327 info:
328 dvi:
329 check: all
330         $(MAKE)
331 installcheck:
332 install-exec: install-libLTLIBRARIES
333         @$(NORMAL_INSTALL)
334
335 install-data: install-ginacincludeHEADERS
336         @$(NORMAL_INSTALL)
337
338 install: install-exec install-data all
339         @:
340
341 uninstall: uninstall-libLTLIBRARIES uninstall-ginacincludeHEADERS
342
343 install-strip:
344         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
345 installdirs:
346         $(mkinstalldirs)  $(DATADIR)$(libdir) $(DATADIR)$(ginacincludedir)
347
348
349 mostlyclean-generic:
350         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
351
352 clean-generic:
353         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
354
355 distclean-generic:
356         -rm -f Makefile $(DISTCLEANFILES)
357         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
358         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
359
360 maintainer-clean-generic:
361         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
362         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
363 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
364                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
365                 mostlyclean-generic
366
367 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
368                 clean-depend clean-generic mostlyclean
369
370 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
371                 distclean-tags distclean-depend distclean-generic clean
372         -rm -f config.status
373         -rm -f libtool
374
375 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
376                 maintainer-clean-compile maintainer-clean-libtool \
377                 maintainer-clean-tags maintainer-clean-depend \
378                 maintainer-clean-generic distclean
379         @echo "This command is intended for maintainers to use;"
380         @echo "it deletes files that may require special tools to rebuild."
381
382 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
383 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
384 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
385 distclean-compile clean-compile maintainer-clean-compile \
386 mostlyclean-libtool distclean-libtool clean-libtool \
387 maintainer-clean-libtool uninstall-ginacincludeHEADERS \
388 install-ginacincludeHEADERS tags mostlyclean-tags distclean-tags \
389 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
390 distclean-depend clean-depend maintainer-clean-depend info dvi \
391 installcheck install-exec install-data install uninstall all \
392 installdirs mostlyclean-generic distclean-generic clean-generic \
393 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
394
395
396 # Files which are generated by perl scripts
397 function.h function.cpp: function.pl
398         perl function.pl
399
400 lst.h lst.cpp: container.pl
401         perl container.pl lst
402
403 exprseq.h exprseq.cpp: container.pl
404         perl container.pl exprseq
405
406 # Tell versions [3.59,3.63) of GNU make to not export all variables.
407 # Otherwise a system limit (for SysV at least) may be exceeded.
408 .NOEXPORT: