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