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