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