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