Doc fix
[bpt/guile.git] / Makefile.in
CommitLineData
4c8980a2 1# Makefile.in generated automatically by automake 1.1n 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@
54AWK = @AWK@
55CC = @CC@
56LIBLOBJS = @LIBLOBJS@
57LIBTOOL = @LIBTOOL@
2f38f619 58MAINT = @MAINT@
a1d5d83a 59PACKAGE = @PACKAGE@
3a629497
JB
60RANLIB = @RANLIB@
61THREAD_LIBS = @THREAD_LIBS@
2f38f619 62VERSION = @VERSION@
3a629497
JB
63qtmd_h = @qtmd_h@
64qtmdb_s = @qtmdb_s@
65qtmdc_c = @qtmdc_c@
66qtmdc_o = @qtmdc_o@
67qtmds_o = @qtmds_o@
68qtmds_s = @qtmds_s@
69target_libs = @target_libs@
70xtra_PLUGIN_guile_libs = @xtra_PLUGIN_guile_libs@
0f2d19dd 71
42d5fe64 72SUBDIRS = ice-9 qt libguile
0f2d19dd 73
733943b9
TT
74aclocaldir = $(datadir)/aclocal
75aclocal_DATA = guile.m4 threads.m4
0f2d19dd 76
a7a8349d 77EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh HACKING GUILE-VERSION
4c8980a2 78ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
733943b9 79mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
3a629497 80CONFIG_HEADER = ./libguile/scmconfig.h
733943b9
TT
81CONFIG_CLEAN_FILES =
82DATA = $(aclocal_DATA)
0f2d19dd 83
733943b9 84DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
3a629497
JB
85Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \
86configure configure.in install-sh ltconfig ltmain.sh mdate-sh missing \
4c8980a2 87mkinstalldirs
0f2d19dd
JB
88
89
4c8980a2 90DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
733943b9
TT
91
92TAR = tar
4c8980a2 93GZIP = --best
733943b9
TT
94default: all
95
96.SUFFIXES:
4c8980a2
JB
97$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
98 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
34281b90
MG
99
100Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
101 cd $(top_builddir) \
102 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
103
3a629497 104$(srcdir)/aclocal.m4: @MAINT@ configure.in acinclude.m4
4c8980a2 105 cd $(srcdir) && $(ACLOCAL)
733943b9 106
733943b9
TT
107config.status: configure
108 $(SHELL) ./config.status --recheck
4c8980a2
JB
109$(srcdir)/configure: @MAINT@configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
110 cd $(srcdir) && $(AUTOCONF)
733943b9
TT
111
112install-aclocalDATA: $(aclocal_DATA)
4c8980a2 113 @$(NORMAL_INSTALL)
733943b9 114 $(mkinstalldirs) $(aclocaldir)
4c8980a2 115 @list='$(aclocal_DATA)'; for p in $$list; do \
733943b9 116 if test -f $(srcdir)/$$p; then \
4c8980a2 117 echo " $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p"; \
733943b9
TT
118 $(INSTALL_DATA) $(srcdir)/$$p $(aclocaldir)/$$p; \
119 else if test -f $$p; then \
4c8980a2 120 echo " $(INSTALL_DATA) $$p $(aclocaldir)/$$p"; \
733943b9
TT
121 $(INSTALL_DATA) $$p $(aclocaldir)/$$p; \
122 fi; fi; \
0f2d19dd 123 done
733943b9
TT
124
125uninstall-aclocalDATA:
4c8980a2
JB
126 $(NORMAL_UNINSTALL)
127 list='$(aclocal_DATA)'; for p in $$list; do \
733943b9 128 rm -f $(aclocaldir)/$$p; \
0f2d19dd
JB
129 done
130
733943b9
TT
131# This directory's subdirectories are mostly independent; you can cd
132# into them and run `make' without going through this Makefile.
133# To change the values of `make' variables: instead of editing Makefiles,
134# (1) if the variable is set in `config.status', edit `config.status'
135# (which will cause the Makefiles to be regenerated when you run `make');
136# (2) otherwise, pass the desired values on the `make' command line.
137
138@SET_MAKE@
0f2d19dd 139
733943b9
TT
140all-recursive install-data-recursive install-exec-recursive \
141installdirs-recursive install-recursive uninstall-recursive \
142check-recursive installcheck-recursive info-recursive dvi-recursive \
143mostlyclean-recursive clean-recursive distclean-recursive \
144maintainer-clean-recursive:
a1d5d83a 145 @for subdir in $(SUBDIRS); do \
733943b9 146 target=`echo $@ | sed s/-recursive//`; \
a1d5d83a
MG
147 echo "Making $$target in $$subdir"; \
148 (cd $$subdir && $(MAKE) $$target) \
733943b9
TT
149 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
150 done && test -z "$$fail"
151tags-recursive:
4c8980a2 152 list='$(SUBDIRS)'; for subdir in $$list; do \
733943b9 153 (cd $$subdir && $(MAKE) tags); \
0f2d19dd 154 done
4c8980a2 155
733943b9 156tags: TAGS
0f2d19dd 157
4c8980a2
JB
158ID: $(HEADERS) $(SOURCES)
159 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
160
161TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
162 tags=; \
163 here=`pwd`; \
164 list='$(SUBDIRS)'; for subdir in $$list; do \
165 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
166 done; \
167 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
168 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
169
170mostlyclean-tags:
171
172clean-tags:
173
174distclean-tags:
175 rm -f TAGS ID
176
177maintainer-clean-tags:
0f2d19dd 178
733943b9
TT
179distdir = $(PACKAGE)-$(VERSION)
180# This target untars the dist file and tries a VPATH configuration. Then
181# it guarantees that the distribution is self-contained by making another
182# tarfile.
183distcheck: dist
184 rm -rf $(distdir)
4c8980a2 185 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
733943b9
TT
186 mkdir $(distdir)/=build
187 mkdir $(distdir)/=inst
188 dc_install_base=`cd $(distdir)/=inst && pwd`; \
189 cd $(distdir)/=build \
190 && ../configure --srcdir=.. --prefix=$$dc_install_base \
191 && $(MAKE) \
192 && $(MAKE) dvi \
193 && $(MAKE) check \
194 && $(MAKE) install \
195 && $(MAKE) installcheck \
196 && $(MAKE) dist
197 rm -rf $(distdir)
198 @echo "========================"; \
199 echo "$(distdir).tar.gz is ready for distribution"; \
200 echo "========================"
201dist: distdir
202 -chmod -R a+r $(distdir)
4c8980a2 203 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
733943b9
TT
204 rm -rf $(distdir)
205dist-all: distdir
206 -chmod -R a+r $(distdir)
4c8980a2 207 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
733943b9
TT
208 rm -rf $(distdir)
209distdir: $(DISTFILES)
210 rm -rf $(distdir)
211 mkdir $(distdir)
212 -chmod 755 $(distdir)
213 here=`pwd`; distdir=`cd $(distdir) && pwd` \
214 && cd $(srcdir) \
4c8980a2 215 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --gnu
733943b9
TT
216 @for file in $(DISTFILES); do \
217 d=$(srcdir); \
218 test -f $(distdir)/$$file \
219 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
220 || cp -p $$d/$$file $(distdir)/$$file; \
221 done
222 for subdir in $(SUBDIRS); do \
223 test -d $(distdir)/$$subdir \
224 || mkdir $(distdir)/$$subdir \
225 || exit 1; \
226 chmod 755 $(distdir)/$$subdir; \
227 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
228 || exit 1; \
0f2d19dd 229 done
733943b9
TT
230info: info-recursive
231dvi: dvi-recursive
232check: all-am
233 $(MAKE) check-recursive
234installcheck: installcheck-recursive
235all-am: $(DATA) Makefile
236
237install-data-am: install-aclocalDATA
238
239uninstall-am: uninstall-aclocalDATA
240
241install-exec: install-exec-recursive
4c8980a2 242 @$(NORMAL_INSTALL)
733943b9
TT
243
244install-data: install-data-recursive install-data-am
4c8980a2 245 @$(NORMAL_INSTALL)
733943b9
TT
246
247install: install-recursive install-data-am
248 @:
249
250uninstall: uninstall-recursive uninstall-am
251
252all: all-recursive all-am
253
254install-strip:
255 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
256installdirs: installdirs-recursive
257 $(mkinstalldirs) $(aclocaldir)
258
259
260mostlyclean-generic:
261 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
262
263clean-generic:
264 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
265
266distclean-generic:
267 rm -f Makefile $(DISTCLEANFILES)
268 rm -f config.cache config.log stamp-h
269 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
270
271maintainer-clean-generic:
272 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
273 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
4c8980a2 274mostlyclean-am: mostlyclean-tags mostlyclean-generic
733943b9 275
4c8980a2 276clean-am: clean-tags clean-generic mostlyclean-am
733943b9 277
4c8980a2 278distclean-am: distclean-tags distclean-generic clean-am
733943b9 279
4c8980a2
JB
280maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
281 distclean-am
733943b9 282
4c8980a2 283mostlyclean: mostlyclean-recursive mostlyclean-am
733943b9 284
4c8980a2 285clean: clean-recursive clean-am
733943b9 286
4c8980a2 287distclean: distclean-recursive distclean-am
733943b9 288 rm -f config.status
3a629497 289 rm -f libtool
733943b9 290
4c8980a2 291maintainer-clean: maintainer-clean-recursive maintainer-clean-am
733943b9
TT
292 @echo "This command is intended for maintainers to use;"
293 @echo "it deletes files that may require special tools to rebuild."
294 rm -f config.status
0f2d19dd 295
733943b9
TT
296.PHONY: default uninstall-aclocalDATA install-aclocalDATA \
297install-data-recursive uninstall-data-recursive install-exec-recursive \
298uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
299all-recursive check-recursive installcheck-recursive info-recursive \
300dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
4c8980a2
JB
301maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
302distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
733943b9
TT
303installcheck all-am install-data-am uninstall-am install-exec \
304install-data install uninstall all installdirs mostlyclean-generic \
305distclean-generic clean-generic maintainer-clean-generic clean \
306mostlyclean distclean maintainer-clean
0f2d19dd
JB
307
308
733943b9
TT
309# Tell versions [3.59,3.63) of GNU make to not export all variables.
310# Otherwise a system limit (for SysV at least) may be exceeded.
311.NOEXPORT: