]> www.ginac.de Git - ginac.git/blob - Makefile.in
c87ba42aead530cf58ada999df5e1aba2509b878
[ginac.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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@
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 CC = @CC@
63 CXX = @CXX@
64 CXXCPP = @CXXCPP@
65 DOXYGEN = @DOXYGEN@
66 DVIPS = @DVIPS@
67 FIG2DEV = @FIG2DEV@
68 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
69 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
70 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
71 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
72 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
73 GINACLIB_VERSION = @GINACLIB_VERSION@
74 GINSH_LIBS = @GINSH_LIBS@
75 JADE = @JADE@
76 JADETEX = @JADETEX@
77 LATEX = @LATEX@
78 LD = @LD@
79 LEX = @LEX@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 LT_AGE = @LT_AGE@
83 LT_CURRENT = @LT_CURRENT@
84 LT_RELEASE = @LT_RELEASE@
85 LT_REVISION = @LT_REVISION@
86 MAINT = @MAINT@
87 MAKEINDEX = @MAKEINDEX@
88 MAKEINFO = @MAKEINFO@
89 NM = @NM@
90 PACKAGE = @PACKAGE@
91 RANLIB = @RANLIB@
92 REFERENCE_TARGETS = @REFERENCE_TARGETS@
93 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
94 VERSION = @VERSION@
95 YACC = @YACC@
96
97 SUBDIRS = ginac check ginsh doc
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = config.h
101 CONFIG_CLEAN_FILES =  GiNaC.spec
102 DIST_COMMON =  README AUTHORS COPYING ChangeLog GiNaC.spec.in INSTALL \
103 Makefile.am Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 \
104 config.guess config.h.in config.sub configure configure.in install-sh \
105 ltconfig ltmain.sh missing mkinstalldirs stamp-h.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = tar
111 GZIP = --best
112 all: all-recursive-am all-am
113
114 .SUFFIXES:
115 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
117
118 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
119         cd $(top_builddir) \
120           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122 $(ACLOCAL_M4): @MAINT@ configure.in  acinclude.m4
123         cd $(srcdir) && $(ACLOCAL)
124
125 config.status: $(srcdir)/configure
126         $(SHELL) ./config.status --recheck
127 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
128         cd $(srcdir) && $(AUTOCONF)
129
130 config.h: stamp-h
131         @:
132 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
133         cd $(top_builddir) \
134           && CONFIG_FILES= CONFIG_HEADERS=config.h \
135              $(SHELL) ./config.status
136         @echo timestamp > stamp-h
137 $(srcdir)/config.h.in: @MAINT@$(srcdir)/stamp-h.in
138 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
139         cd $(top_srcdir) && $(AUTOHEADER)
140         @echo timestamp > $(srcdir)/stamp-h.in
141
142 mostlyclean-hdr:
143
144 clean-hdr:
145
146 distclean-hdr:
147         -rm -f config.h
148
149 maintainer-clean-hdr:
150 GiNaC.spec: $(top_builddir)/config.status GiNaC.spec.in
151         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
152
153 # This directory's subdirectories are mostly independent; you can cd
154 # into them and run `make' without going through this Makefile.
155 # To change the values of `make' variables: instead of editing Makefiles,
156 # (1) if the variable is set in `config.status', edit `config.status'
157 #     (which will cause the Makefiles to be regenerated when you run `make');
158 # (2) otherwise, pass the desired values on the `make' command line.
159
160 @SET_MAKE@
161
162 all-recursive install-data-recursive install-exec-recursive \
163 installdirs-recursive install-recursive uninstall-recursive  \
164 check-recursive installcheck-recursive info-recursive dvi-recursive:
165         @set fnord $(MAKEFLAGS); amf=$$2; \
166         list='$(SUBDIRS)'; for subdir in $$list; do \
167           target=`echo $@ | sed s/-recursive//`; \
168           echo "Making $$target in $$subdir"; \
169           (cd $$subdir && $(MAKE) $$target) \
170            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
171         done && test -z "$$fail"
172
173 mostlyclean-recursive clean-recursive distclean-recursive \
174 maintainer-clean-recursive:
175         @set fnord $(MAKEFLAGS); amf=$$2; \
176         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
177           rev="$$subdir $$rev"; \
178         done; \
179         for subdir in $$rev; do \
180           target=`echo $@ | sed s/-recursive//`; \
181           echo "Making $$target in $$subdir"; \
182           (cd $$subdir && $(MAKE) $$target) \
183            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184         done && test -z "$$fail"
185 tags-recursive:
186         list='$(SUBDIRS)'; for subdir in $$list; do \
187           (cd $$subdir && $(MAKE) tags); \
188         done
189
190 tags: TAGS
191
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193         here=`pwd` && cd $(srcdir) \
194           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
195
196 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
197         tags=; \
198         here=`pwd`; \
199         list='$(SUBDIRS)'; for subdir in $$list; do \
200           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
201         done; \
202         list='$(SOURCES) $(HEADERS)'; \
203         unique=`for i in $$list; do echo $$i; done | \
204           awk '    { files[$$0] = 1; } \
205                END { for (i in files) print i; }'`; \
206         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
207           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
208
209 mostlyclean-tags:
210
211 clean-tags:
212
213 distclean-tags:
214         -rm -f TAGS ID
215
216 maintainer-clean-tags:
217
218 distdir = $(PACKAGE)-$(VERSION)
219 top_distdir = $(distdir)
220
221 # This target untars the dist file and tries a VPATH configuration.  Then
222 # it guarantees that the distribution is self-contained by making another
223 # tarfile.
224 distcheck: dist
225         -rm -rf $(distdir)
226         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
227         mkdir $(distdir)/=build
228         mkdir $(distdir)/=inst
229         dc_install_base=`cd $(distdir)/=inst && pwd`; \
230         cd $(distdir)/=build \
231           && ../configure --srcdir=.. --prefix=$$dc_install_base \
232           && $(MAKE) \
233           && $(MAKE) dvi \
234           && $(MAKE) check \
235           && $(MAKE) install \
236           && $(MAKE) installcheck \
237           && $(MAKE) dist
238         -rm -rf $(distdir)
239         @echo "========================"; \
240         echo "$(distdir).tar.gz is ready for distribution"; \
241         echo "========================"
242 dist: distdir
243         -chmod -R a+r $(distdir)
244         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
245         -rm -rf $(distdir)
246 dist-all: distdir
247         -chmod -R a+r $(distdir)
248         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
249         -rm -rf $(distdir)
250 distdir: $(DISTFILES)
251         -rm -rf $(distdir)
252         mkdir $(distdir)
253         -chmod 777 $(distdir)
254         here=`cd $(top_builddir) && pwd`; \
255         top_distdir=`cd $(distdir) && pwd`; \
256         distdir=`cd $(distdir) && pwd`; \
257         cd $(top_srcdir) \
258           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
259         @for file in $(DISTFILES); do \
260           d=$(srcdir); \
261           test -f $(distdir)/$$file \
262           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
263           || cp -p $$d/$$file $(distdir)/$$file; \
264         done
265         for subdir in $(SUBDIRS); do \
266           test -d $(distdir)/$$subdir \
267           || mkdir $(distdir)/$$subdir \
268           || exit 1; \
269           chmod 777 $(distdir)/$$subdir; \
270           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
271             || exit 1; \
272         done
273 info: info-recursive
274 dvi: dvi-recursive
275 check: all-am
276         $(MAKE) check-recursive
277 installcheck: installcheck-recursive
278 all-recursive-am: config.h
279         $(MAKE) all-recursive
280
281 all-am: Makefile config.h
282
283 install-exec: install-exec-recursive
284         @$(NORMAL_INSTALL)
285
286 install-data: install-data-recursive
287         @$(NORMAL_INSTALL)
288
289 install: install-recursive
290         @:
291
292 uninstall: uninstall-recursive
293
294 install-strip:
295         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
296 installdirs: installdirs-recursive
297
298
299 mostlyclean-generic:
300         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
301
302 clean-generic:
303         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
304
305 distclean-generic:
306         -rm -f Makefile $(DISTCLEANFILES)
307         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
308         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
309
310 maintainer-clean-generic:
311         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
312         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
313 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
314
315 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
316
317 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
318
319 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
320                 maintainer-clean-generic distclean-am
321
322 mostlyclean:  mostlyclean-recursive mostlyclean-am
323
324 clean:  clean-recursive clean-am
325
326 distclean:  distclean-recursive distclean-am
327         -rm -f config.status
328         -rm -f libtool
329
330 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
331         @echo "This command is intended for maintainers to use;"
332         @echo "it deletes files that may require special tools to rebuild."
333         -rm -f config.status
334
335 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
336 install-data-recursive uninstall-data-recursive install-exec-recursive \
337 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
338 all-recursive check-recursive installcheck-recursive info-recursive \
339 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
340 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
341 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
342 installcheck all-recursive-am all-am install-exec install-data install \
343 uninstall all installdirs mostlyclean-generic distclean-generic \
344 clean-generic maintainer-clean-generic clean mostlyclean distclean \
345 maintainer-clean
346
347
348 # Tell versions [3.59,3.63) of GNU make to not export all variables.
349 # Otherwise a system limit (for SysV at least) may be exceeded.
350 .NOEXPORT: