Move bug report address to top.
[bpt/guile.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.1p from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
6
7
8 SHELL = /bin/sh
9
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
15
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
28
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32
33 top_builddir = .
34
35 ACLOCAL = @ACLOCAL@
36 AUTOCONF = @AUTOCONF@
37 AUTOMAKE = @AUTOMAKE@
38 AUTOHEADER = @AUTOHEADER@
39
40 INSTALL = @INSTALL@
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
45
46 NORMAL_INSTALL = true
47 PRE_INSTALL = true
48 POST_INSTALL = true
49 NORMAL_UNINSTALL = true
50 PRE_UNINSTALL = true
51 POST_UNINSTALL = true
52 host_alias = @host_alias@
53 host_triplet = @host@
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOHEADER = @AUTOHEADER@
57 AUTOMAKE = @AUTOMAKE@
58 AWK = @AWK@
59 CC = @CC@
60 CPP = @CPP@
61 GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
62 GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
63 GUILE_STAMP = @GUILE_STAMP@
64 GUILE_VERSION = @GUILE_VERSION@
65 LD = @LD@
66 LIBLOBJS = @LIBLOBJS@
67 LIBTOOL = @LIBTOOL@
68 LN_S = @LN_S@
69 MAINT = @MAINT@
70 MAKEINFO = @MAKEINFO@
71 NM = @NM@
72 PACKAGE = @PACKAGE@
73 RANLIB = @RANLIB@
74 THREAD_LIBS = @THREAD_LIBS@
75 VERSION = @VERSION@
76 qtmd_h = @qtmd_h@
77 qtmdb_s = @qtmdb_s@
78 qtmdc_c = @qtmdc_c@
79 qtmdc_o = @qtmdc_o@
80 qtmds_o = @qtmds_o@
81 qtmds_s = @qtmds_s@
82 target_libs = @target_libs@
83
84 SUBDIRS = ice-9 qt libguile
85
86 aclocaldir = $(datadir)/aclocal
87 aclocal_DATA = guile.m4 threads.m4
88
89 EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h \
90 HACKING GUILE-VERSION
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93 CONFIG_HEADER = ./libguile/scmconfig.h
94 CONFIG_CLEAN_FILES =
95 DATA = $(aclocal_DATA)
96
97 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
98 Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 config.guess \
99 config.sub configure configure.in install-sh ltconfig ltmain.sh \
100 mdate-sh missing mkinstalldirs
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP = --best
107 default: all
108
109 .SUFFIXES:
110 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
112
113 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
114 cd $(top_builddir) \
115 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117 $(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
118 cd $(srcdir) && $(ACLOCAL)
119
120 config.status: $(srcdir)/configure
121 $(SHELL) ./config.status --recheck
122 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
123 cd $(srcdir) && $(AUTOCONF)
124
125 install-aclocalDATA: $(aclocal_DATA)
126 @$(NORMAL_INSTALL)
127 $(mkinstalldirs) $(aclocaldir)
128 @list='$(aclocal_DATA)'; for p in $$list; do \
129 if test -f $(srcdir)/$$p; then \
130 echo " $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p"; \
131 $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p; \
132 else if test -f $$p; then \
133 echo " $(INSTALL_DATA) $$p $(aclocaldir)/$$p"; \
134 $(INSTALL_DATA) $$p $(aclocaldir)/$$p; \
135 fi; fi; \
136 done
137
138 uninstall-aclocalDATA:
139 $(NORMAL_UNINSTALL)
140 list='$(aclocal_DATA)'; for p in $$list; do \
141 rm -f $(aclocaldir)/$$p; \
142 done
143
144 # This directory's subdirectories are mostly independent; you can cd
145 # into them and run `make' without going through this Makefile.
146 # To change the values of `make' variables: instead of editing Makefiles,
147 # (1) if the variable is set in `config.status', edit `config.status'
148 # (which will cause the Makefiles to be regenerated when you run `make');
149 # (2) otherwise, pass the desired values on the `make' command line.
150
151 @SET_MAKE@
152
153 all-recursive install-data-recursive install-exec-recursive \
154 installdirs-recursive install-recursive uninstall-recursive \
155 check-recursive installcheck-recursive info-recursive dvi-recursive:
156 @set fnord $(MAKEFLAGS); amf=$$2; \
157 for subdir in $(SUBDIRS); do \
158 target=`echo $@ | sed s/-recursive//`; \
159 echo "Making $$target in $$subdir"; \
160 (cd $$subdir && $(MAKE) $$target) \
161 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162 done && test -z "$$fail"
163
164 mostlyclean-recursive clean-recursive distclean-recursive \
165 maintainer-clean-recursive:
166 @set fnord $(MAKEFLAGS); amf=$$2; \
167 rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
168 for subdir in $$rev; do \
169 target=`echo $@ | sed s/-recursive//`; \
170 echo "Making $$target in $$subdir"; \
171 (cd $$subdir && $(MAKE) $$target) \
172 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173 done && test -z "$$fail"
174 tags-recursive:
175 list='$(SUBDIRS)'; for subdir in $$list; do \
176 (cd $$subdir && $(MAKE) tags); \
177 done
178
179 tags: TAGS
180
181 ID: $(HEADERS) $(SOURCES)
182 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
183
184 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
185 tags=; \
186 here=`pwd`; \
187 list='$(SUBDIRS)'; for subdir in $$list; do \
188 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
189 done; \
190 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
191 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
192
193 mostlyclean-tags:
194
195 clean-tags:
196
197 distclean-tags:
198 rm -f TAGS ID
199
200 maintainer-clean-tags:
201
202 distdir = $(PACKAGE)-$(VERSION)
203 top_distdir = $(distdir)
204
205 # This target untars the dist file and tries a VPATH configuration. Then
206 # it guarantees that the distribution is self-contained by making another
207 # tarfile.
208 distcheck: dist
209 rm -rf $(distdir)
210 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
211 mkdir $(distdir)/=build
212 mkdir $(distdir)/=inst
213 dc_install_base=`cd $(distdir)/=inst && pwd`; \
214 cd $(distdir)/=build \
215 && ../configure --srcdir=.. --prefix=$$dc_install_base \
216 && $(MAKE) \
217 && $(MAKE) dvi \
218 && $(MAKE) check \
219 && $(MAKE) install \
220 && $(MAKE) installcheck \
221 && $(MAKE) dist
222 rm -rf $(distdir)
223 @echo "========================"; \
224 echo "$(distdir).tar.gz is ready for distribution"; \
225 echo "========================"
226 dist: distdir
227 -chmod -R a+r $(distdir)
228 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
229 rm -rf $(distdir)
230 dist-all: distdir
231 -chmod -R a+r $(distdir)
232 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
233 rm -rf $(distdir)
234 distdir: $(DISTFILES)
235 rm -rf $(distdir)
236 mkdir $(distdir)
237 -chmod 777 $(distdir)
238 here=`cd $(top_builddir) && pwd`; \
239 top_distdir=`cd $(top_distdir) && pwd`; \
240 cd $(top_srcdir) \
241 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
242 @for file in $(DISTFILES); do \
243 d=$(srcdir); \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file; \
247 done
248 for subdir in $(SUBDIRS); do \
249 test -d $(distdir)/$$subdir \
250 || mkdir $(distdir)/$$subdir \
251 || exit 1; \
252 chmod 777 $(distdir)/$$subdir; \
253 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
254 || exit 1; \
255 done
256 info: info-recursive
257 dvi: dvi-recursive
258 check: all-am
259 $(MAKE) check-recursive
260 installcheck: installcheck-recursive
261 all-am: Makefile $(DATA)
262
263 install-data-am: install-aclocalDATA
264
265 uninstall-am: uninstall-aclocalDATA
266
267 install-exec: install-exec-recursive
268 @$(NORMAL_INSTALL)
269
270 install-data: install-data-recursive install-data-am
271 @$(NORMAL_INSTALL)
272
273 install: install-recursive install-data-am
274 @:
275
276 uninstall: uninstall-recursive uninstall-am
277
278 all: all-recursive all-am
279
280 install-strip:
281 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
282 installdirs: installdirs-recursive
283 $(mkinstalldirs) $(aclocaldir)
284
285
286 mostlyclean-generic:
287 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
288
289 clean-generic:
290 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
291
292 distclean-generic:
293 rm -f Makefile $(DISTCLEANFILES)
294 rm -f config.cache config.log stamp-h stamp-h[0-9]*
295 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
296
297 maintainer-clean-generic:
298 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
299 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
300 mostlyclean-am: mostlyclean-tags mostlyclean-generic
301
302 clean-am: clean-tags clean-generic mostlyclean-am
303
304 distclean-am: distclean-tags distclean-generic clean-am
305
306 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
307 distclean-am
308
309 mostlyclean: mostlyclean-recursive mostlyclean-am
310
311 clean: clean-recursive clean-am
312
313 distclean: distclean-recursive distclean-am
314 rm -f config.status
315 rm -f libtool
316
317 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
318 @echo "This command is intended for maintainers to use;"
319 @echo "it deletes files that may require special tools to rebuild."
320 rm -f config.status
321
322 .PHONY: default uninstall-aclocalDATA install-aclocalDATA \
323 install-data-recursive uninstall-data-recursive install-exec-recursive \
324 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
325 all-recursive check-recursive installcheck-recursive info-recursive \
326 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
327 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
328 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
329 installcheck all-am install-data-am uninstall-am install-exec \
330 install-data install uninstall all installdirs mostlyclean-generic \
331 distclean-generic clean-generic maintainer-clean-generic clean \
332 mostlyclean distclean maintainer-clean
333
334
335 # Tell versions [3.59,3.63) of GNU make to not export all variables.
336 # Otherwise a system limit (for SysV at least) may be exceeded.
337 .NOEXPORT: