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