1 # Makefile.in generated automatically by automake 0.24 from Makefile.am
2 # Copyright (C) 1994, 1995 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22 top_srcdir = @top_srcdir@
25 exec_prefix = @exec_prefix@
29 libexecdir = @libexecdir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
49 TEXINFOS = automake.texi
51 PACKAGEDATA = clean-kr.am clean.am compile-kr.am compile-vars.am \
52 compile.am data.am depend.am dist-subd-top.am \
53 dist-subd.am dist-vars.am dist.am footer.am header-vars.am \
54 kr-vars.am libscripts.am libprograms.am libraries-vars.am \
55 libraries.am library.am mans-vars.am packagedata.am \
56 program.am programs.am remake-hdr.am \
57 remake-subd.am remake.am scripts.am subdirs.am tags.am tags-subd.am \
58 tags-clean.am texi-version.am texinfos-vars.am texinfos.am
61 DIST_OTHER = automake.in
62 DIST_SUBDIRS = RCS samples
68 TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.vr
70 INFOS = automake.info*
71 INFO_DEPS = automake.info
75 DIST_COMMON = Makefile.in Makefile.am version.texi stamp-vti mdate-sh texinfo.tex aclocal.m4 install-sh mkinstalldirs THANKS TODO README NEWS INSTALL ChangeLog configure configure.in
80 DIST_FILES = $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \
81 $(DIST_OTHER) $(DIST_COMMON) $(DATA) $(PACKAGEDATA)
85 install-scripts: $(SCRIPTS)
86 $(top_srcdir)/mkinstalldirs $(bindir)
87 for p in $(SCRIPTS); do \
88 $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
92 for p in $(SCRIPTS); do \
93 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
103 maintainer-clean-scripts:
105 version.texi: stamp-vti
107 stamp-vti: automake.texi $(top_srcdir)/configure.in
108 echo "@set UPDATED `cd $(srcdir) && $(SHELL) mdate-sh automake.texi`" \
110 echo "@set EDITION $(VERSION)" >> version.tmp
111 echo "@set VERSION $(VERSION)" >> version.tmp
112 if cmp -s version.tmp $(srcdir)/version.texi; then \
115 mv version.tmp $(srcdir)/version.texi; \
117 echo timestamp > $(srcdir)/stamp-vti
126 maintainer-clean-vti:
127 rm -f stamp-vti version.texi
129 automake.info: automake.texi version.texi
132 $(MAKEINFO) -I$(srcdir) $<
135 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
137 install-info: $(INFO_DEPS)
138 $(top_srcdir)/mkinstalldirs $(infodir)
139 for file in $(INFO_DEPS); do \
140 if test -f $$file; then \
145 for ifile in $${file}*; do \
146 $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
148 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
149 install-info --infodir=$(infodir) $$d/$$file; \
156 cd $(srcdir); for file in *.info*; do
157 rm -f $(infodir)/$$file; \
167 maintainer-clean-info:
170 install-pdata: $(PACKAGEDATA)
171 dir=$(datadir)/$(PACKAGE); \
172 $(top_srcdir)/mkinstalldirs $$dir; \
173 for p in $(PACKAGEDATA); do \
174 $(INSTALL_DATA) $(srcdir)/$$p $$dir/$$p; \
178 dir=$(datadir)/$(PACKAGE); \
179 for p in $(PACKAGEDATA); do \
183 $(srcdir)/Makefile.in: Makefile.am
184 cd $(srcdir); automake Makefile
186 # For an explanation of the following Makefile rules, see node
187 # `Automatic Remaking' in GNU Autoconf documentation.
188 Makefile: Makefile.in config.status
189 CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
190 config.status: configure
191 ./config.status --recheck
192 ${srcdir}/configure: configure.in ${ACLOCAL}
193 cd $(srcdir); autoconf
198 distdir = $(PACKAGE)-$(VERSION)
202 (cd $(srcdir); automake --include-deps --output-dir=$(distdir))
203 @for file in $(DIST_FILES); do \
204 test -f $(distdir)/$$file || { \
205 echo linking $$file; \
206 ln $(srcdir)/$$file $(distdir)/$$file; \
208 echo copying $$file instead; \
209 cp -p $(srcdir)/$$file $(distdir)/$$file; \
212 @sublist="$(DIST_SUBDIRS)"; \
213 for dir in $$sublist; do \
214 echo copying directory $$dir; \
215 tar -chof - $$dir | (cd $(distdir); tar -xBpf -); \
217 chmod -R a+r $(distdir)
218 tar -chozf $(distdir).tar.gz $(distdir)
231 install-exec: install-scripts
233 install-data: install-info install-pdata
235 install: install-exec install-data
237 uninstall: uninstall-scripts uninstall-info uninstall-pdata
240 $(top_srcdir)/mkinstalldirs $(bindir) $(infodir) $(datadir)/$(PACKAGE)
245 if test -n "$(MOSTLYCLEANFILES)"; then \
246 rm -f $(MOSTLYCLEANFILES); \
252 if test -n "$(CLEANFILES)"; then \
253 rm -f $(CLEANFILES); \
259 rm -f Makefile $(DISTCLEANFILES)
260 rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
262 maintainer-clean-generic:
263 if test -n "$(MAINTAINERCLEANFILES)"; then \
264 rm -f $(MAINTAINERCLEANFILES); \
269 mostlyclean: mostlyclean-scripts mostlyclean-vti mostlyclean-info mostlyclean-generic
271 clean: mostlyclean clean-scripts clean-vti clean-info clean-generic
273 distclean: clean distclean-scripts distclean-vti distclean-info distclean-generic
275 maintainer-clean: distclean maintainer-clean-scripts maintainer-clean-vti maintainer-clean-info maintainer-clean-generic
276 @echo "This command is intended for maintainers to use;"
277 @echo "it deletes files that may require special tools to rebuild."
280 # CONFIG_HEADER = config.h
281 automake: automake.in
282 CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
285 .SUFFIXES: .texi .info .dvi
287 # Tell versions [3.59,3.63) of GNU make to not export all variables.
288 # Otherwise a system limit (for SysV at least) may be exceeded.