]> www.ginac.de Git - ginac.git/blob - Makefile.in
- dramatic speedup for characteristic polynomials of numerical matrices.
[ginac.git] / 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 LIBTERMCAP = @LIBTERMCAP@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 LT_AGE = @LT_AGE@
91 LT_CURRENT = @LT_CURRENT@
92 LT_RELEASE = @LT_RELEASE@
93 LT_REVISION = @LT_REVISION@
94 MAINT = @MAINT@
95 MAKECINT = @MAKECINT@
96 MAKEINDEX = @MAKEINDEX@
97 MAKEINFO = @MAKEINFO@
98 OBJDUMP = @OBJDUMP@
99 PACKAGE = @PACKAGE@
100 RANLIB = @RANLIB@
101 REFERENCE_TARGETS = @REFERENCE_TARGETS@
102 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
103 VERSION = @VERSION@
104 YACC = @YACC@
105
106 SUBDIRS = @GINACCINTDIR@ ginac check ginsh tools doc
107 DIST_SUBDIRS = cint ginac check ginsh tools doc
108
109 # Requires automake 1.4
110 AUTOMAKE_OPTIONS = 1.4
111
112 # GiNaC runtime configuration script
113 bin_SCRIPTS = ginac-config
114
115 # All the rest of the distributed files
116 EXTRA_DIST = autogen.sh ginac.m4
117
118 # M4 macro file for inclusion with autoconf
119 m4datadir = $(datadir)/aclocal
120 m4data_DATA = ginac.m4
121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123 CONFIG_HEADER = config.h
124 CONFIG_CLEAN_FILES =  GiNaC.spec ginac-config
125 SCRIPTS =  $(bin_SCRIPTS)
126
127 DATA =  $(m4data_DATA)
128
129 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog \
130 GiNaC.spec.in INSTALL Makefile.am Makefile.in NEWS acconfig.h \
131 acinclude.m4 aclocal.m4 config.guess config.h.in config.sub configure \
132 configure.in ginac-config.in install-sh ltconfig ltmain.sh missing \
133 mkinstalldirs
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = tar
139 GZIP_ENV = --best
140 all: all-redirect
141 .SUFFIXES:
142 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
143         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
144
145 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
146         cd $(top_builddir) \
147           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
150         cd $(srcdir) && $(ACLOCAL)
151
152 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
153         $(SHELL) ./config.status --recheck
154 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
155         cd $(srcdir) && $(AUTOCONF)
156
157 config.h: stamp-h
158         @if test ! -f $@; then \
159                 rm -f stamp-h; \
160                 $(MAKE) stamp-h; \
161         else :; fi
162 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
163         cd $(top_builddir) \
164           && CONFIG_FILES= CONFIG_HEADERS=config.h \
165              $(SHELL) ./config.status
166         @echo timestamp > stamp-h 2> /dev/null
167 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
168         @if test ! -f $@; then \
169                 rm -f $(srcdir)/stamp-h.in; \
170                 $(MAKE) $(srcdir)/stamp-h.in; \
171         else :; fi
172 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
173         cd $(top_srcdir) && $(AUTOHEADER)
174         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
175
176 mostlyclean-hdr:
177
178 clean-hdr:
179
180 distclean-hdr:
181         -rm -f config.h
182
183 maintainer-clean-hdr:
184 GiNaC.spec: $(top_builddir)/config.status GiNaC.spec.in
185         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
186 ginac-config: $(top_builddir)/config.status ginac-config.in
187         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
188
189 install-binSCRIPTS: $(bin_SCRIPTS)
190         @$(NORMAL_INSTALL)
191         $(mkinstalldirs) $(DESTDIR)$(bindir)
192         @list='$(bin_SCRIPTS)'; for p in $$list; do \
193           if test -f $$p; then \
194             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
195             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
196           else if test -f $(srcdir)/$$p; then \
197             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
198             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
199           else :; fi; fi; \
200         done
201
202 uninstall-binSCRIPTS:
203         @$(NORMAL_UNINSTALL)
204         list='$(bin_SCRIPTS)'; for p in $$list; do \
205           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
206         done
207
208 install-m4dataDATA: $(m4data_DATA)
209         @$(NORMAL_INSTALL)
210         $(mkinstalldirs) $(DESTDIR)$(m4datadir)
211         @list='$(m4data_DATA)'; for p in $$list; do \
212           if test -f $(srcdir)/$$p; then \
213             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
214             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
215           else if test -f $$p; then \
216             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
217             $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
218           fi; fi; \
219         done
220
221 uninstall-m4dataDATA:
222         @$(NORMAL_UNINSTALL)
223         list='$(m4data_DATA)'; for p in $$list; do \
224           rm -f $(DESTDIR)$(m4datadir)/$$p; \
225         done
226
227 # This directory's subdirectories are mostly independent; you can cd
228 # into them and run `make' without going through this Makefile.
229 # To change the values of `make' variables: instead of editing Makefiles,
230 # (1) if the variable is set in `config.status', edit `config.status'
231 #     (which will cause the Makefiles to be regenerated when you run `make');
232 # (2) otherwise, pass the desired values on the `make' command line.
233
234 @SET_MAKE@
235
236 all-recursive install-data-recursive install-exec-recursive \
237 installdirs-recursive install-recursive uninstall-recursive  \
238 check-recursive installcheck-recursive info-recursive dvi-recursive:
239         @set fnord $(MAKEFLAGS); amf=$$2; \
240         dot_seen=no; \
241         target=`echo $@ | sed s/-recursive//`; \
242         list='$(SUBDIRS)'; for subdir in $$list; do \
243           echo "Making $$target in $$subdir"; \
244           if test "$$subdir" = "."; then \
245             dot_seen=yes; \
246             local_target="$$target-am"; \
247           else \
248             local_target="$$target"; \
249           fi; \
250           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
251            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
252         done; \
253         if test "$$dot_seen" = "no"; then \
254           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
255         fi; test -z "$$fail"
256
257 mostlyclean-recursive clean-recursive distclean-recursive \
258 maintainer-clean-recursive:
259         @set fnord $(MAKEFLAGS); amf=$$2; \
260         dot_seen=no; \
261         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
262           rev="$$subdir $$rev"; \
263           test "$$subdir" = "." && dot_seen=yes; \
264         done; \
265         test "$$dot_seen" = "no" && rev=". $$rev"; \
266         target=`echo $@ | sed s/-recursive//`; \
267         for subdir in $$rev; do \
268           echo "Making $$target in $$subdir"; \
269           if test "$$subdir" = "."; then \
270             local_target="$$target-am"; \
271           else \
272             local_target="$$target"; \
273           fi; \
274           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
275            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
276         done && test -z "$$fail"
277 tags-recursive:
278         list='$(SUBDIRS)'; for subdir in $$list; do \
279           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
280         done
281
282 tags: TAGS
283
284 ID: $(HEADERS) $(SOURCES) $(LISP)
285         list='$(SOURCES) $(HEADERS)'; \
286         unique=`for i in $$list; do echo $$i; done | \
287           awk '    { files[$$0] = 1; } \
288                END { for (i in files) print i; }'`; \
289         here=`pwd` && cd $(srcdir) \
290           && mkid -f$$here/ID $$unique $(LISP)
291
292 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
293         tags=; \
294         here=`pwd`; \
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296    if test "$$subdir" = .; then :; else \
297             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
298    fi; \
299         done; \
300         list='$(SOURCES) $(HEADERS)'; \
301         unique=`for i in $$list; do echo $$i; done | \
302           awk '    { files[$$0] = 1; } \
303                END { for (i in files) print i; }'`; \
304         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
305           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
306
307 mostlyclean-tags:
308
309 clean-tags:
310
311 distclean-tags:
312         -rm -f TAGS ID
313
314 maintainer-clean-tags:
315
316 distdir = $(PACKAGE)-$(VERSION)
317 top_distdir = $(distdir)
318
319 # This target untars the dist file and tries a VPATH configuration.  Then
320 # it guarantees that the distribution is self-contained by making another
321 # tarfile.
322 distcheck: dist
323         -rm -rf $(distdir)
324         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
325         mkdir $(distdir)/=build
326         mkdir $(distdir)/=inst
327         dc_install_base=`cd $(distdir)/=inst && pwd`; \
328         cd $(distdir)/=build \
329           && ../configure --srcdir=.. --prefix=$$dc_install_base \
330           && $(MAKE) $(AM_MAKEFLAGS) \
331           && $(MAKE) $(AM_MAKEFLAGS) dvi \
332           && $(MAKE) $(AM_MAKEFLAGS) check \
333           && $(MAKE) $(AM_MAKEFLAGS) install \
334           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
335           && $(MAKE) $(AM_MAKEFLAGS) dist
336         -rm -rf $(distdir)
337         @banner="$(distdir).tar.gz is ready for distribution"; \
338         dashes=`echo "$$banner" | sed s/./=/g`; \
339         echo "$$dashes"; \
340         echo "$$banner"; \
341         echo "$$dashes"
342 dist: distdir
343         -chmod -R a+r $(distdir)
344         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
345         -rm -rf $(distdir)
346 dist-all: distdir
347         -chmod -R a+r $(distdir)
348         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
349         -rm -rf $(distdir)
350 distdir: $(DISTFILES)
351         -rm -rf $(distdir)
352         mkdir $(distdir)
353         -chmod 777 $(distdir)
354         here=`cd $(top_builddir) && pwd`; \
355         top_distdir=`cd $(distdir) && pwd`; \
356         distdir=`cd $(distdir) && pwd`; \
357         cd $(top_srcdir) \
358           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
359         @for file in $(DISTFILES); do \
360           d=$(srcdir); \
361           if test -d $$d/$$file; then \
362             cp -pr $$d/$$file $(distdir)/$$file; \
363           else \
364             test -f $(distdir)/$$file \
365             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
366             || cp -p $$d/$$file $(distdir)/$$file || :; \
367           fi; \
368         done
369         for subdir in $(DIST_SUBDIRS); do \
370           if test "$$subdir" = .; then :; else \
371             test -d $(distdir)/$$subdir \
372             || mkdir $(distdir)/$$subdir \
373             || exit 1; \
374             chmod 777 $(distdir)/$$subdir; \
375             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
376               || exit 1; \
377           fi; \
378         done
379 info-am:
380 info: info-recursive
381 dvi-am:
382 dvi: dvi-recursive
383 check-am: all-am
384 check: check-recursive
385 installcheck-am:
386 installcheck: installcheck-recursive
387 all-recursive-am: config.h
388         $(MAKE) $(AM_MAKEFLAGS) all-recursive
389
390 install-exec-am: install-binSCRIPTS
391 install-exec: install-exec-recursive
392
393 install-data-am: install-m4dataDATA
394 install-data: install-data-recursive
395
396 install-am: all-am
397         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398 install: install-recursive
399 uninstall-am: uninstall-binSCRIPTS uninstall-m4dataDATA
400 uninstall: uninstall-recursive
401 all-am: Makefile $(SCRIPTS) $(DATA) config.h
402 all-redirect: all-recursive-am
403 install-strip:
404         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
405 installdirs: installdirs-recursive
406 installdirs-am:
407         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir)
408
409
410 mostlyclean-generic:
411
412 clean-generic:
413
414 distclean-generic:
415         -rm -f Makefile $(CONFIG_CLEAN_FILES)
416         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
417
418 maintainer-clean-generic:
419 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
420
421 mostlyclean: mostlyclean-recursive
422
423 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
424
425 clean: clean-recursive
426
427 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
428         -rm -f libtool
429
430 distclean: distclean-recursive
431         -rm -f config.status
432
433 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
434                 maintainer-clean-generic distclean-am
435         @echo "This command is intended for maintainers to use;"
436         @echo "it deletes files that may require special tools to rebuild."
437
438 maintainer-clean: maintainer-clean-recursive
439         -rm -f config.status
440
441 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
442 uninstall-binSCRIPTS install-binSCRIPTS uninstall-m4dataDATA \
443 install-m4dataDATA install-data-recursive uninstall-data-recursive \
444 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
445 uninstalldirs-recursive all-recursive check-recursive \
446 installcheck-recursive info-recursive dvi-recursive \
447 mostlyclean-recursive distclean-recursive clean-recursive \
448 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
449 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
450 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
451 install-exec-am install-exec install-data-am install-data install-am \
452 install uninstall-am uninstall all-redirect all-am all installdirs-am \
453 installdirs mostlyclean-generic distclean-generic clean-generic \
454 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
455
456
457 # Rule to build tar-gzipped distribution package
458 $(PACKAGE)-$(VERSION).tar.gz: dist
459
460 # Rule to build RPM distribution package
461 rpm: $(PACKAGE)-$(VERSION).tar.gz
462         cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES
463         rpm -ba GiNaC.spec
464
465 # Tell versions [3.59,3.63) of GNU make to not export all variables.
466 # Otherwise a system limit (for SysV at least) may be exceeded.
467 .NOEXPORT: