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