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