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