makeinfo bug fixes
[automake.git] / m4 / Makefile.in
blob184071b6289942f9e2d351943c9ae3909efcb9a7
1 # Makefile.in generated automatically by automake 1.1n from Makefile.am
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
8 SHELL = /bin/sh
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
33 top_builddir = ..
35 ACLOCAL = @ACLOCAL@
36 AUTOCONF = @AUTOCONF@
37 AUTOMAKE = @AUTOMAKE@
38 AUTOHEADER = @AUTOHEADER@
40 INSTALL = @INSTALL@
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
46 NORMAL_INSTALL = true
47 PRE_INSTALL = true
48 POST_INSTALL = true
49 NORMAL_UNINSTALL = true
50 PRE_UNINSTALL = true
51 POST_UNINSTALL = true
52 ACLOCAL = @ACLOCAL@
53 AUTOCONF = @AUTOCONF@
54 AUTOHEADER = @AUTOHEADER@
55 AUTOMAKE = @AUTOMAKE@
56 MAKEINFO = @MAKEINFO@
57 PACKAGE = @PACKAGE@
58 PERL = @PERL@
59 TAR = @TAR@
60 VERSION = @VERSION@
62 AUTOMAKE_OPTIONS = gnits
63 MAINT_CHARSET = latin1
65 m4datadir = $(datadir)/aclocal
66 m4data_DATA = ccstdc.m4 dmalloc.m4 init.m4 install.m4 lispdir.m4 \
67 maintainer.m4 protos.m4 ptrdiff.m4 regex.m4 strtod.m4 termios.m4 \
68 winsz.m4 mktime.m4 error.m4 obstack.m4 sanity.m4 header.m4 missing.m4 \
69 cygwin.m4
71 EXTRA_DIST = $(m4data_DATA)
72 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73 CONFIG_CLEAN_FILES =
74 DATA = $(m4data_DATA)
76 DIST_COMMON = Makefile.am Makefile.in
79 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
81 GZIP = --best
82 default: all
84 .SUFFIXES:
85 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
86 cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
88 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
89 cd $(top_builddir) \
90 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
93 install-m4dataDATA: $(m4data_DATA)
94 @$(NORMAL_INSTALL)
95 $(mkinstalldirs) $(m4datadir)
96 @list='$(m4data_DATA)'; for p in $$list; do \
97 if test -f $(srcdir)/$$p; then \
98 echo " $(INSTALL_DATA) $(srcdir)/$$p $(m4datadir)/$$p"; \
99 $(INSTALL_DATA) $(srcdir)/$$p $(m4datadir)/$$p; \
100 else if test -f $$p; then \
101 echo " $(INSTALL_DATA) $$p $(m4datadir)/$$p"; \
102 $(INSTALL_DATA) $$p $(m4datadir)/$$p; \
103 fi; fi; \
104 done
106 uninstall-m4dataDATA:
107 $(NORMAL_UNINSTALL)
108 list='$(m4data_DATA)'; for p in $$list; do \
109 rm -f $(m4datadir)/$$p; \
110 done
111 tags: TAGS
112 TAGS:
115 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
117 subdir = m4
118 distdir: $(DISTFILES)
119 @for file in $(DISTFILES); do \
120 d=$(srcdir); \
121 test -f $(distdir)/$$file \
122 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
123 || cp -p $$d/$$file $(distdir)/$$file; \
124 done
125 info:
126 dvi:
127 check: all
128 $(MAKE)
129 installcheck:
130 install-exec:
131 @$(NORMAL_INSTALL)
133 install-data: install-m4dataDATA
134 @$(NORMAL_INSTALL)
136 install: install-exec install-data all
139 uninstall: uninstall-m4dataDATA
141 all: $(DATA) Makefile
143 install-strip:
144 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
145 installdirs:
146 $(mkinstalldirs) $(m4datadir)
149 mostlyclean-generic:
150 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
152 clean-generic:
153 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
155 distclean-generic:
156 rm -f Makefile $(DISTCLEANFILES)
157 rm -f config.cache config.log stamp-h
158 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
160 maintainer-clean-generic:
161 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
162 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
163 mostlyclean: mostlyclean-generic
165 clean: clean-generic mostlyclean
167 distclean: distclean-generic clean
168 rm -f config.status
170 maintainer-clean: maintainer-clean-generic distclean
171 @echo "This command is intended for maintainers to use;"
172 @echo "it deletes files that may require special tools to rebuild."
174 .PHONY: default uninstall-m4dataDATA install-m4dataDATA tags distdir \
175 info dvi installcheck install-exec install-data install uninstall all \
176 installdirs mostlyclean-generic distclean-generic clean-generic \
177 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
180 # Tell versions [3.59,3.63) of GNU make to not export all variables.
181 # Otherwise a system limit (for SysV at least) may be exceeded.
182 .NOEXPORT: