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