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