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