e66c5469ce6d34caaaca8add34f8a9d1ecd5bf46
[gnulib.git] / m4 / Makefile.in
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
14 SHELL = /bin/sh
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 DISTDIR =
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@
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 CATALOGS = @CATALOGS@
61 CATOBJEXT = @CATOBJEXT@
62 CC = @CC@
63 CPP = @CPP@
64 DATADIRNAME = @DATADIRNAME@
65 DF_PROG = @DF_PROG@
66 GENCAT = @GENCAT@
67 GMOFILES = @GMOFILES@
68 GMSGFMT = @GMSGFMT@
69 GT_NO = @GT_NO@
70 GT_YES = @GT_YES@
71 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
72 INSTOBJEXT = @INSTOBJEXT@
73 INTLDEPS = @INTLDEPS@
74 INTLLIBS = @INTLLIBS@
75 INTLOBJS = @INTLOBJS@
76 LIBOBJS = @LIBOBJS@
77 MAKEINFO = @MAKEINFO@
78 MKINSTALLDIRS = @MKINSTALLDIRS@
79 MSGFMT = @MSGFMT@
80 MVDIR_PROG = @MVDIR_PROG@
81 PACKAGE = @PACKAGE@
82 PERL = @PERL@
83 POFILES = @POFILES@
84 POSUB = @POSUB@
85 RANLIB = @RANLIB@
86 U = @U@
87 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
88 USE_NLS = @USE_NLS@
89 VERSION = @VERSION@
90 YACC = @YACC@
91 l = @l@
92
93 EXTRA_DIST = README Makefile.am.in assert.m4 check-decl.m4 chown.m4 \
94 const.m4 d-ino.m4 d-type.m4 decl.m4 error.m4 getgroups.m4 getline.m4 \
95 getloadavg.m4 inttypes_h.m4 isc-posix.m4 jm-macros.m4 jm-mktime.m4 \
96 jm-winsz1.m4 jm-winsz2.m4 lchown.m4 lfs.m4 lstat.m4 malloc.m4 memcmp.m4 \
97 perl.m4 prereq.m4 putenv.m4 readdir.m4 realloc.m4 ssize_t.m4 stat.m4 \
98 strftime.m4 uintmax_t.m4 uptime.m4 utimbuf.m4
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../config.h
101 CONFIG_CLEAN_FILES = 
102 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = tar
108 GZIP = --best
109 all: Makefile
110
111 .SUFFIXES:
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113         cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116         cd $(top_builddir) \
117           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119 tags: TAGS
120 TAGS:
121
122
123 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
124
125 subdir = m4
126
127 distdir: $(DISTFILES)
128         here=`cd $(top_builddir) && pwd`; \
129         top_distdir=`cd $(top_distdir) && pwd`; \
130         distdir=`cd $(distdir) && pwd`; \
131         cd $(top_srcdir) \
132           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits m4/Makefile
133         @for file in $(DISTFILES); do \
134           d=$(srcdir); \
135           test -f $(distdir)/$$file \
136           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
137           || cp -p $$d/$$file $(distdir)/$$file; \
138         done
139 info:
140 dvi:
141 check: all
142         $(MAKE)
143 installcheck:
144 install-exec: 
145         @$(NORMAL_INSTALL)
146
147 install-data: 
148         @$(NORMAL_INSTALL)
149
150 install: install-exec install-data all
151         @:
152
153 uninstall: 
154
155 install-strip:
156         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
157 installdirs:
158
159
160 mostlyclean-generic:
161         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
162
163 clean-generic:
164         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
165
166 distclean-generic:
167         -rm -f Makefile $(DISTCLEANFILES)
168         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
169         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
170
171 maintainer-clean-generic:
172         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
173         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
174 mostlyclean:  mostlyclean-generic
175
176 clean:  clean-generic mostlyclean
177
178 distclean:  distclean-generic clean
179         -rm -f config.status
180
181 maintainer-clean:  maintainer-clean-generic distclean
182         @echo "This command is intended for maintainers to use;"
183         @echo "it deletes files that may require special tools to rebuild."
184
185 .PHONY: tags distdir info dvi installcheck install-exec install-data \
186 install uninstall all installdirs mostlyclean-generic distclean-generic \
187 clean-generic maintainer-clean-generic clean mostlyclean distclean \
188 maintainer-clean
189
190
191 Makefile.am: Makefile.am.in
192         rm -f $@ $@t
193         sed -n '1,/^##m4-files-begin/p' $< > $@t
194         ( echo EXTRA_DIST = README Makefile.am.in; \
195           find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \
196             |fmt | (tr '\012' @; echo) \
197             |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
198           >> $@t
199         sed -n '/^##m4-files-end/,$$p' $< >> $@t
200         chmod a-w $@t
201         mv $@t $@
202
203 # Tell versions [3.59,3.63) of GNU make to not export all variables.
204 # Otherwise a system limit (for SysV at least) may be exceeded.
205 .NOEXPORT: