]> www.ginac.de Git - ginac.git/blob - ginac/Makefile.in
- enforced GiNaC coding standards :-)
[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 JADE = @JADE@
75 JADETEX = @JADETEX@
76 LATEX = @LATEX@
77 LD = @LD@
78 LEX = @LEX@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LT_AGE = @LT_AGE@
82 LT_CURRENT = @LT_CURRENT@
83 LT_RELEASE = @LT_RELEASE@
84 LT_REVISION = @LT_REVISION@
85 MAINT = @MAINT@
86 MAKEINDEX = @MAKEINDEX@
87 MAKEINFO = @MAKEINFO@
88 NM = @NM@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 VERSION = @VERSION@
92 YACC = @YACC@
93
94 lib_LTLIBRARIES = libginac.la
95 libginac_la_SOURCES = add.cpp basic.cpp constant.cpp diff.cpp ex.cpp \
96   expairseq.cpp exprseq.cpp fail.cpp function.cpp inifcns.cpp \
97   inifcns_trans.cpp inifcns_gamma.cpp matrix.cpp mul.cpp normal.cpp \
98   numeric.cpp operators.cpp power.cpp print.cpp printraw.cpp printtree.cpp \
99   printcsrc.cpp relational.cpp symbol.cpp utils.cpp series.cpp ncmul.cpp \
100   clifford.cpp structure.cpp color.cpp indexed.cpp idx.cpp isospin.cpp \
101   exprseq_suppl.cpp lst.cpp lst_suppl.cpp simp_lor.cpp coloridx.cpp \
102   lorentzidx.cpp utils.h
103 libginac_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
104   -release $(LT_RELEASE)
105 ginacincludedir = $(includedir)/ginac
106 ginacinclude_HEADERS = ginac.h add.h basic.h clifford.h color.h coloridx.h \
107   constant.h debugmsg.h ex.h expair.h expairseq.h exprseq.h fail.h flags.h \
108   function.h idx.h indexed.h inifcns.h isospin.h lorentzidx.h lst.h matrix.h \
109   mul.h ncmul.h normal.h numeric.h operators.h power.h relational.h series.h \
110   simp_lor.h structure.h symbol.h tinfos.h
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../config.h
113 CONFIG_CLEAN_FILES = 
114 LTLIBRARIES =  $(lib_LTLIBRARIES)
115
116
117 DEFS = @DEFS@ -I. -I$(srcdir) -I..
118 CPPFLAGS = @CPPFLAGS@
119 LDFLAGS = @LDFLAGS@
120 LIBS = @LIBS@
121 libginac_la_LIBADD = 
122 libginac_la_OBJECTS =  add.lo basic.lo constant.lo diff.lo ex.lo \
123 expairseq.lo exprseq.lo fail.lo function.lo inifcns.lo inifcns_trans.lo \
124 inifcns_gamma.lo matrix.lo mul.lo normal.lo numeric.lo operators.lo \
125 power.lo print.lo printraw.lo printtree.lo printcsrc.lo relational.lo \
126 symbol.lo utils.lo series.lo ncmul.lo clifford.lo structure.lo color.lo \
127 indexed.lo idx.lo isospin.lo exprseq_suppl.lo lst.lo lst_suppl.lo \
128 simp_lor.lo coloridx.lo lorentzidx.lo
129 CXXFLAGS = @CXXFLAGS@
130 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
131 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
132 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
133 HEADERS =  $(ginacinclude_HEADERS)
134
135 DIST_COMMON =  Makefile.am Makefile.in
136
137
138 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
139
140 TAR = tar
141 GZIP = --best
142 DEP_FILES =  .deps/add.P .deps/basic.P .deps/clifford.P .deps/color.P \
143 .deps/coloridx.P .deps/constant.P .deps/diff.P .deps/ex.P \
144 .deps/expairseq.P .deps/exprseq.P .deps/exprseq_suppl.P .deps/fail.P \
145 .deps/function.P .deps/idx.P .deps/indexed.P .deps/inifcns.P \
146 .deps/inifcns_gamma.P .deps/inifcns_trans.P .deps/isospin.P \
147 .deps/lorentzidx.P .deps/lst.P .deps/lst_suppl.P .deps/matrix.P \
148 .deps/mul.P .deps/ncmul.P .deps/normal.P .deps/numeric.P \
149 .deps/operators.P .deps/power.P .deps/print.P .deps/printcsrc.P \
150 .deps/printraw.P .deps/printtree.P .deps/relational.P .deps/series.P \
151 .deps/simp_lor.P .deps/structure.P .deps/symbol.P .deps/utils.P
152 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
153 SOURCES = $(libginac_la_SOURCES)
154 OBJECTS = $(libginac_la_OBJECTS)
155
156 all: Makefile $(LTLIBRARIES) $(HEADERS)
157
158 .SUFFIXES:
159 .SUFFIXES: .S .c .cpp .lo .o .s
160 $(srcdir)/Makefile.in: @MAINT@ 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_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
183             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$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         here=`pwd` && cd $(srcdir) \
251           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
252
253 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
254         tags=; \
255         here=`pwd`; \
256         list='$(SOURCES) $(HEADERS)'; \
257         unique=`for i in $$list; do echo $$i; done | \
258           awk '    { files[$$0] = 1; } \
259                END { for (i in files) print i; }'`; \
260         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
261           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
262
263 mostlyclean-tags:
264
265 clean-tags:
266
267 distclean-tags:
268         -rm -f TAGS ID
269
270 maintainer-clean-tags:
271
272 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
273
274 subdir = ginac
275
276 distdir: $(DISTFILES)
277         here=`cd $(top_builddir) && pwd`; \
278         top_distdir=`cd $(top_distdir) && pwd`; \
279         distdir=`cd $(distdir) && pwd`; \
280         cd $(top_srcdir) \
281           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ginac/Makefile
282         @for file in $(DISTFILES); do \
283           d=$(srcdir); \
284           test -f $(distdir)/$$file \
285           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
286           || cp -p $$d/$$file $(distdir)/$$file; \
287         done
288
289 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
290
291 -include $(DEP_FILES)
292
293 mostlyclean-depend:
294
295 clean-depend:
296
297 distclean-depend:
298
299 maintainer-clean-depend:
300         -rm -rf .deps
301
302 %.o: %.c
303         @echo '$(COMPILE) -c $<'; \
304         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
305
306 %.lo: %.c
307         @echo '$(LTCOMPILE) -c $<'; \
308         $(LTCOMPILE) -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
313 %.o: %.cpp
314         @echo '$(CXXCOMPILE) -c $<'; \
315         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
316
317 %.lo: %.cpp
318         @echo '$(LTCXXCOMPILE) -c $<'; \
319         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
320         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
321           < .deps/$(*F).p > .deps/$(*F).P
322         @-rm -f .deps/$(*F).p
323 info:
324 dvi:
325 check: all
326         $(MAKE)
327 installcheck:
328 install-exec: install-libLTLIBRARIES
329         @$(NORMAL_INSTALL)
330
331 install-data: install-ginacincludeHEADERS
332         @$(NORMAL_INSTALL)
333
334 install: install-exec install-data all
335         @:
336
337 uninstall: uninstall-libLTLIBRARIES uninstall-ginacincludeHEADERS
338
339 install-strip:
340         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
341 installdirs:
342         $(mkinstalldirs)  $(DATADIR)$(libdir) $(DATADIR)$(ginacincludedir)
343
344
345 mostlyclean-generic:
346         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
347
348 clean-generic:
349         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
350
351 distclean-generic:
352         -rm -f Makefile $(DISTCLEANFILES)
353         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
354         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
355
356 maintainer-clean-generic:
357         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
358         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
359 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
360                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
361                 mostlyclean-generic
362
363 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
364                 clean-depend clean-generic mostlyclean
365
366 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
367                 distclean-tags distclean-depend distclean-generic clean
368         -rm -f config.status
369         -rm -f libtool
370
371 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
372                 maintainer-clean-compile maintainer-clean-libtool \
373                 maintainer-clean-tags maintainer-clean-depend \
374                 maintainer-clean-generic distclean
375         @echo "This command is intended for maintainers to use;"
376         @echo "it deletes files that may require special tools to rebuild."
377
378 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
379 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
380 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
381 distclean-compile clean-compile maintainer-clean-compile \
382 mostlyclean-libtool distclean-libtool clean-libtool \
383 maintainer-clean-libtool uninstall-ginacincludeHEADERS \
384 install-ginacincludeHEADERS tags mostlyclean-tags distclean-tags \
385 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
386 distclean-depend clean-depend maintainer-clean-depend info dvi \
387 installcheck install-exec install-data install uninstall all \
388 installdirs mostlyclean-generic distclean-generic clean-generic \
389 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
390
391
392 # Tell versions [3.59,3.63) of GNU make to not export all variables.
393 # Otherwise a system limit (for SysV at least) may be exceeded.
394 .NOEXPORT: