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