1# Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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
35DISTDIR =
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@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59CATALOGS = @CATALOGS@
60CATOBJEXT = @CATOBJEXT@
61CC = @CC@
62DATADIRNAME = @DATADIRNAME@
63EXEEXT = @EXEEXT@
64GENCAT = @GENCAT@
65GMOFILES = @GMOFILES@
66GMSGFMT = @GMSGFMT@
67GT_NO = @GT_NO@
68GT_YES = @GT_YES@
69INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
70INSTALL = @INSTALL@
71INSTALL_PROGRAM = @INSTALL_PROGRAM@
72INSTOBJEXT = @INSTOBJEXT@
73INTLDEPS = @INTLDEPS@
74INTLLIBS = @INTLLIBS@
75INTLOBJS = @INTLOBJS@
76MAINT = @MAINT@
77MAKEINFO = @MAKEINFO@
78MKINSTALLDIRS = @MKINSTALLDIRS@
79MSGFMT = @MSGFMT@
80PACKAGE = @PACKAGE@
81POFILES = @POFILES@
82POSUB = @POSUB@
83RANLIB = @RANLIB@
84TERMLIBS = @TERMLIBS@
85TEXCONFIG = @TEXCONFIG@
86TEXMF = @TEXMF@
87USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
88USE_NLS = @USE_NLS@
89VERSION = @VERSION@
90l = @l@
91
92noinst_PROGRAMS = makedoc
93
94# Use `ginfo' for building to avoid confusion with the standard `info'
95# target.  The install rule removes the `g' before applying any
96# user-specified name transformations.
97bin_PROGRAMS = ginfo
98transform = s/ginfo/info/; @program_transform_name@
99
100localedir = $(datadir)/locale
101
102# -I. for funs.h.
103# Automake puts -I.. and -I$(srcdir) into DEFS by default, but
104# we need to override it, so include them ourselves.
105INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -I.. -I$(srcdir)
106DEFS = -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
107LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@
108
109makedoc_SOURCES = makedoc.c
110ginfo_SOURCES = dir.c display.c display.h doc.c doc.h dribble.c dribble.h \
111  echo-area.c echo-area.h \
112  filesys.c filesys.h footnotes.c footnotes.h funs.h gc.c gc.h \
113  indices.c indices.h info-utils.c info-utils.h info.c info.h infodoc.c \
114  infomap.c infomap.h m-x.c man.c man.h nodemenu.c nodes.c nodes.h \
115  search.c search.h session.c session.h signals.c signals.h \
116  termdep.h terminal.c terminal.h tilde.c tilde.h \
117  variables.c variables.h window.c window.h
118
119EXTRA_DIST = README
120
121# The files `doc.c' and `funs.h' are created by ./makedoc run over the source
122# files which contain DECLARE_INFO_COMMAND.  `funs.h' is a header file
123# listing the functions found.  `doc.c' is a structure containing pointers
124# to those functions along with completable names and documentation strings.
125BUILT_SOURCES = doc.c funs.h
126
127cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
128  $(srcdir)/m-x.c $(srcdir)/indices.c $(srcdir)/nodemenu.c \
129  $(srcdir)/footnotes.c $(srcdir)/variables.c
130mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
131CONFIG_HEADER = ../config.h
132CONFIG_CLEAN_FILES = 
133bin_PROGRAMS =  ginfo$(EXEEXT)
134noinst_PROGRAMS =  makedoc$(EXEEXT)
135PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
136
137CPPFLAGS = @CPPFLAGS@
138LDFLAGS = @LDFLAGS@
139LIBS = @LIBS@
140ginfo_OBJECTS =  dir.o display.o doc.o dribble.o echo-area.o filesys.o \
141footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o \
142m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o \
143tilde.o variables.o window.o
144ginfo_LDADD = $(LDADD)
145ginfo_DEPENDENCIES =  ../lib/libtxi.a
146ginfo_LDFLAGS = 
147makedoc_OBJECTS =  makedoc.o
148makedoc_LDADD = $(LDADD)
149makedoc_DEPENDENCIES =  ../lib/libtxi.a
150makedoc_LDFLAGS = 
151CFLAGS = @CFLAGS@
152COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
153LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
154DIST_COMMON =  README Makefile.am Makefile.in NEWS
155
156
157DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
158
159TAR = tar
160GZIP = --best
161SOURCES = $(ginfo_SOURCES) $(makedoc_SOURCES)
162OBJECTS = $(ginfo_OBJECTS) $(makedoc_OBJECTS)
163
164all: Makefile $(PROGRAMS)
165
166.SUFFIXES:
167.SUFFIXES: .S .c .o .s
168$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
169	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps info/Makefile
170
171Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
172	cd $(top_builddir) \
173	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
174
175
176mostlyclean-binPROGRAMS:
177
178clean-binPROGRAMS:
179	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
180
181distclean-binPROGRAMS:
182
183maintainer-clean-binPROGRAMS:
184
185install-binPROGRAMS: $(bin_PROGRAMS)
186	@$(NORMAL_INSTALL)
187	$(mkinstalldirs) $(DESTDIR)$(bindir)
188	@list='$(bin_PROGRAMS)'; for p in $$list; do \
189	  if test -f $$p; then \
190	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
191	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
192	  else :; fi; \
193	done
194
195uninstall-binPROGRAMS:
196	@$(NORMAL_UNINSTALL)
197	list='$(bin_PROGRAMS)'; for p in $$list; do \
198	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
199	done
200
201mostlyclean-noinstPROGRAMS:
202
203clean-noinstPROGRAMS:
204	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
205
206distclean-noinstPROGRAMS:
207
208maintainer-clean-noinstPROGRAMS:
209
210.c.o:
211	$(COMPILE) -c $<
212
213.s.o:
214	$(COMPILE) -c $<
215
216.S.o:
217	$(COMPILE) -c $<
218
219mostlyclean-compile:
220	-rm -f *.o core *.core
221
222clean-compile:
223
224distclean-compile:
225	-rm -f *.tab.c
226
227maintainer-clean-compile:
228
229ginfo$(EXEEXT): $(ginfo_OBJECTS) $(ginfo_DEPENDENCIES)
230	@rm -f ginfo$(EXEEXT)
231	$(LINK) $(ginfo_LDFLAGS) $(ginfo_OBJECTS) $(ginfo_LDADD) $(LIBS)
232
233makedoc$(EXEEXT): $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES)
234	@rm -f makedoc$(EXEEXT)
235	$(LINK) $(makedoc_LDFLAGS) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS)
236
237tags: TAGS
238
239ID: $(HEADERS) $(SOURCES) $(LISP)
240	here=`pwd` && cd $(srcdir) \
241	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
242
243TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
244	tags=; \
245	here=`pwd`; \
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	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
251	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
252
253mostlyclean-tags:
254
255clean-tags:
256
257distclean-tags:
258	-rm -f TAGS ID
259
260maintainer-clean-tags:
261
262distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
263
264subdir = info
265
266distdir: $(DISTFILES)
267	@for file in $(DISTFILES); do \
268	  d=$(srcdir); \
269	  test -f $(distdir)/$$file \
270	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271	  || cp -p $$d/$$file $(distdir)/$$file; \
272	done
273info:
274dvi:
275check: all
276	$(MAKE)
277installcheck:
278install-exec: install-binPROGRAMS
279	@$(NORMAL_INSTALL)
280
281install-data: 
282	@$(NORMAL_INSTALL)
283
284install: install-exec install-data all
285	@:
286
287uninstall: uninstall-binPROGRAMS
288
289install-strip:
290	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
291installdirs:
292	$(mkinstalldirs)  $(DATADIR)$(bindir)
293
294
295mostlyclean-generic:
296	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
297
298clean-generic:
299	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
300
301distclean-generic:
302	-rm -f Makefile $(DISTCLEANFILES)
303	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
304	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
305
306maintainer-clean-generic:
307	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
308	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
309mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
310		mostlyclean-compile mostlyclean-tags \
311		mostlyclean-generic
312
313clean:  clean-binPROGRAMS clean-noinstPROGRAMS clean-compile clean-tags \
314		clean-generic mostlyclean
315
316distclean:  distclean-binPROGRAMS distclean-noinstPROGRAMS \
317		distclean-compile distclean-tags distclean-generic \
318		clean
319	-rm -f config.status
320
321maintainer-clean:  maintainer-clean-binPROGRAMS \
322		maintainer-clean-noinstPROGRAMS \
323		maintainer-clean-compile maintainer-clean-tags \
324		maintainer-clean-generic distclean
325	@echo "This command is intended for maintainers to use;"
326	@echo "it deletes files that may require special tools to rebuild."
327
328.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
329maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
330mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
331clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
332mostlyclean-compile distclean-compile clean-compile \
333maintainer-clean-compile tags mostlyclean-tags distclean-tags \
334clean-tags maintainer-clean-tags distdir info dvi installcheck \
335install-exec install-data install uninstall all installdirs \
336mostlyclean-generic distclean-generic clean-generic \
337maintainer-clean-generic clean mostlyclean distclean maintainer-clean
338
339
340$(BUILT_SOURCES): makedoc $(cmd_sources)
341	./makedoc $(cmd_sources)
342
343# Tell versions [3.59,3.63) of GNU make to not export all variables.
344# Otherwise a system limit (for SysV at least) may be exceeded.
345.NOEXPORT:
346