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