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