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