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