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