Fixed typo
[bpt/guile.git] / guile-readline / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@
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 DESTDIR =
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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 LD = @LD@
66 LIBTOOL = @LIBTOOL@
67 LN_S = @LN_S@
68 MAKEINFO = @MAKEINFO@
69 NM = @NM@
70 OBJDUMP = @OBJDUMP@
71 PACKAGE = @PACKAGE@
72 RANLIB = @RANLIB@
73 VERSION = @VERSION@
74
75 AUTOMAKE_OPTIONS = foreign
76
77 INCLUDES = -I.. -I$(srcdir)/.. -I$(srcdir)/../libguile ${THREAD_CPPFLAGS}
78
79 GUILE_SNARF = ../libguile/guile-snarf
80
81 lib_LTLIBRARIES = libguilereadline.la
82
83 libguilereadline_la_SOURCES = readline.h readline.c
84
85 BUILT_SOURCES = readline.x
86
87 pkginclude_HEADERS = readline.h
88
89 ice9dir = $(datadir)/guile/$(VERSION)/ice-9
90 ice9_DATA = readline.scm
91
92 SUFFIXES = .x
93
94 EXTRA_DIST = readline.scm
95
96 DISTCLEANFILES = *.x
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
99 CONFIG_CLEAN_FILES =
100 LTLIBRARIES = $(lib_LTLIBRARIES)
101
102
103 DEFS = @DEFS@ -I. -I$(srcdir)
104 CPPFLAGS = @CPPFLAGS@
105 LDFLAGS = @LDFLAGS@
106 LIBS = @LIBS@
107 libguilereadline_la_LDFLAGS =
108 libguilereadline_la_LIBADD =
109 libguilereadline_la_OBJECTS = readline.lo
110 CFLAGS = @CFLAGS@
111 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 CCLD = $(CC)
114 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
115 DATA = $(ice9_DATA)
116
117 HEADERS = $(pkginclude_HEADERS)
118
119 DIST_COMMON = ChangeLog Makefile.am Makefile.in aclocal.m4 configure \
120 configure.in
121
122
123 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124
125 TAR = tar
126 GZIP_ENV = --best
127 DEP_FILES = .deps/readline.P
128 SOURCES = $(libguilereadline_la_SOURCES)
129 OBJECTS = $(libguilereadline_la_OBJECTS)
130
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .lo .o .s .x
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
136
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
138 cd $(top_builddir) \
139 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141 $(ACLOCAL_M4): configure.in
142 cd $(srcdir) && $(ACLOCAL)
143
144 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
145 $(SHELL) ./config.status --recheck
146 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
147 cd $(srcdir) && $(AUTOCONF)
148
149 mostlyclean-libLTLIBRARIES:
150
151 clean-libLTLIBRARIES:
152 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
153
154 distclean-libLTLIBRARIES:
155
156 maintainer-clean-libLTLIBRARIES:
157
158 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
159 @$(NORMAL_INSTALL)
160 $(mkinstalldirs) $(DESTDIR)$(libdir)
161 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
162 if test -f $$p; then \
163 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
164 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
165 else :; fi; \
166 done
167
168 uninstall-libLTLIBRARIES:
169 @$(NORMAL_UNINSTALL)
170 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
171 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
172 done
173
174 .s.o:
175 $(COMPILE) -c $<
176
177 .S.o:
178 $(COMPILE) -c $<
179
180 mostlyclean-compile:
181 -rm -f *.o core *.core
182
183 clean-compile:
184
185 distclean-compile:
186 -rm -f *.tab.c
187
188 maintainer-clean-compile:
189
190 .s.lo:
191 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
192
193 .S.lo:
194 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
195
196 mostlyclean-libtool:
197 -rm -f *.lo
198
199 clean-libtool:
200 -rm -rf .libs _libs
201
202 distclean-libtool:
203
204 maintainer-clean-libtool:
205
206 libguilereadline.la: $(libguilereadline_la_OBJECTS) $(libguilereadline_la_DEPENDENCIES)
207 $(LINK) -rpath $(libdir) $(libguilereadline_la_LDFLAGS) $(libguilereadline_la_OBJECTS) $(libguilereadline_la_LIBADD) $(LIBS)
208
209 install-ice9DATA: $(ice9_DATA)
210 @$(NORMAL_INSTALL)
211 $(mkinstalldirs) $(DESTDIR)$(ice9dir)
212 @list='$(ice9_DATA)'; for p in $$list; do \
213 if test -f $(srcdir)/$$p; then \
214 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ice9dir)/$$p"; \
215 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ice9dir)/$$p; \
216 else if test -f $$p; then \
217 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(ice9dir)/$$p"; \
218 $(INSTALL_DATA) $$p $(DESTDIR)$(ice9dir)/$$p; \
219 fi; fi; \
220 done
221
222 uninstall-ice9DATA:
223 @$(NORMAL_UNINSTALL)
224 list='$(ice9_DATA)'; for p in $$list; do \
225 rm -f $(DESTDIR)$(ice9dir)/$$p; \
226 done
227
228 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
229 @$(NORMAL_INSTALL)
230 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
231 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
232 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
233 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
234 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
235 done
236
237 uninstall-pkgincludeHEADERS:
238 @$(NORMAL_UNINSTALL)
239 list='$(pkginclude_HEADERS)'; for p in $$list; do \
240 rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
241 done
242
243 tags: TAGS
244
245 ID: $(HEADERS) $(SOURCES) $(LISP)
246 list='$(SOURCES) $(HEADERS)'; \
247 unique=`for i in $$list; do echo $$i; done | \
248 awk ' { files[$$0] = 1; } \
249 END { for (i in files) print i; }'`; \
250 here=`pwd` && cd $(srcdir) \
251 && mkid -f$$here/ID $$unique $(LISP)
252
253 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
254 tags=; \
255 here=`pwd`; \
256 list='$(SOURCES) $(HEADERS)'; \
257 unique=`for i in $$list; do echo $$i; done | \
258 awk ' { files[$$0] = 1; } \
259 END { for (i in files) print i; }'`; \
260 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
261 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
262
263 mostlyclean-tags:
264
265 clean-tags:
266
267 distclean-tags:
268 -rm -f TAGS ID
269
270 maintainer-clean-tags:
271
272 distdir = $(PACKAGE)-$(VERSION)
273 top_distdir = $(distdir)
274
275 # This target untars the dist file and tries a VPATH configuration. Then
276 # it guarantees that the distribution is self-contained by making another
277 # tarfile.
278 distcheck: dist
279 -rm -rf $(distdir)
280 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
281 mkdir $(distdir)/=build
282 mkdir $(distdir)/=inst
283 dc_install_base=`cd $(distdir)/=inst && pwd`; \
284 cd $(distdir)/=build \
285 && ../configure --srcdir=.. --prefix=$$dc_install_base \
286 && $(MAKE) $(AM_MAKEFLAGS) \
287 && $(MAKE) $(AM_MAKEFLAGS) dvi \
288 && $(MAKE) $(AM_MAKEFLAGS) check \
289 && $(MAKE) $(AM_MAKEFLAGS) install \
290 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
291 && $(MAKE) $(AM_MAKEFLAGS) dist
292 -rm -rf $(distdir)
293 @banner="$(distdir).tar.gz is ready for distribution"; \
294 dashes=`echo "$$banner" | sed s/./=/g`; \
295 echo "$$dashes"; \
296 echo "$$banner"; \
297 echo "$$dashes"
298 dist: distdir
299 -chmod -R a+r $(distdir)
300 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
301 -rm -rf $(distdir)
302 dist-all: distdir
303 -chmod -R a+r $(distdir)
304 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
305 -rm -rf $(distdir)
306 distdir: $(DISTFILES)
307 -rm -rf $(distdir)
308 mkdir $(distdir)
309 -chmod 777 $(distdir)
310 here=`cd $(top_builddir) && pwd`; \
311 top_distdir=`cd $(distdir) && pwd`; \
312 distdir=`cd $(distdir) && pwd`; \
313 cd $(top_srcdir) \
314 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
315 @for file in $(DISTFILES); do \
316 d=$(srcdir); \
317 if test -d $$d/$$file; then \
318 cp -pr $$/$$file $(distdir)/$$file; \
319 else \
320 test -f $(distdir)/$$file \
321 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
322 || cp -p $$d/$$file $(distdir)/$$file || :; \
323 fi; \
324 done
325
326 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
327
328 -include $(DEP_FILES)
329
330 mostlyclean-depend:
331
332 clean-depend:
333
334 distclean-depend:
335 -rm -rf .deps
336
337 maintainer-clean-depend:
338
339 %.o: %.c
340 @echo '$(COMPILE) -c $<'; \
341 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
342 @-cp .deps/$(*F).pp .deps/$(*F).P; \
343 tr ' ' '\012' < .deps/$(*F).pp \
344 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
345 >> .deps/$(*F).P; \
346 rm .deps/$(*F).pp
347
348 %.lo: %.c
349 @echo '$(LTCOMPILE) -c $<'; \
350 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
351 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
352 < .deps/$(*F).pp > .deps/$(*F).P; \
353 tr ' ' '\012' < .deps/$(*F).pp \
354 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
355 >> .deps/$(*F).P; \
356 rm -f .deps/$(*F).pp
357 info-am:
358 info: info-am
359 dvi-am:
360 dvi: dvi-am
361 check-am: all-am
362 check: check-am
363 installcheck-am:
364 installcheck: installcheck-am
365 install-exec-am: install-libLTLIBRARIES
366 install-exec: install-exec-am
367
368 install-data-am: install-ice9DATA install-pkgincludeHEADERS
369 install-data: install-data-am
370
371 install-am: all-am
372 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373 install: install-am
374 uninstall-am: uninstall-libLTLIBRARIES uninstall-ice9DATA \
375 uninstall-pkgincludeHEADERS
376 uninstall: uninstall-am
377 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
378 all-redirect: all-am
379 install-strip:
380 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
381 installdirs:
382 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(ice9dir) \
383 $(DESTDIR)$(pkgincludedir)
384
385
386 mostlyclean-generic:
387
388 clean-generic:
389
390 distclean-generic:
391 -rm -f Makefile $(CONFIG_CLEAN_FILES)
392 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
393 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
394
395 maintainer-clean-generic:
396 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
397 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
398 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
399 mostlyclean-generic
400
401 mostlyclean: mostlyclean-am
402
403 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
404 clean-depend clean-generic mostlyclean-am
405
406 clean: clean-am
407
408 distclean-am: distclean-libLTLIBRARIES distclean-compile \
409 distclean-libtool distclean-tags distclean-depend \
410 distclean-generic clean-am
411 -rm -f libtool
412
413 distclean: distclean-am
414 -rm -f config.status
415
416 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
417 maintainer-clean-compile maintainer-clean-libtool \
418 maintainer-clean-tags maintainer-clean-depend \
419 maintainer-clean-generic distclean-am
420 @echo "This command is intended for maintainers to use;"
421 @echo "it deletes files that may require special tools to rebuild."
422
423 maintainer-clean: maintainer-clean-am
424 -rm -f config.status
425
426 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
427 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
428 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
429 distclean-compile clean-compile maintainer-clean-compile \
430 mostlyclean-libtool distclean-libtool clean-libtool \
431 maintainer-clean-libtool uninstall-ice9DATA install-ice9DATA \
432 uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \
433 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
434 distdir mostlyclean-depend distclean-depend clean-depend \
435 maintainer-clean-depend info-am info dvi-am dvi check check-am \
436 installcheck-am installcheck install-exec-am install-exec \
437 install-data-am install-data install-am install uninstall-am uninstall \
438 all-redirect all-am all installdirs mostlyclean-generic \
439 distclean-generic clean-generic maintainer-clean-generic clean \
440 mostlyclean distclean maintainer-clean
441
442 .c.x:
443 $(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
444
445 # Tell versions [3.59,3.63) of GNU make to not export all variables.
446 # Otherwise a system limit (for SysV at least) may be exceeded.
447 .NOEXPORT: