.
[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 # This program is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
9 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10 # PARTICULAR PURPOSE.
11
12
13 SHELL = /bin/sh
14
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 VPATH = @srcdir@
18 prefix = @prefix@
19 exec_prefix = @exec_prefix@
20
21 bindir = @bindir@
22 sbindir = @sbindir@
23 libexecdir = @libexecdir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
33
34 DISTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 CATALOGS = @CATALOGS@
60 CATOBJEXT = @CATOBJEXT@
61 CC = @CC@
62 CPP = @CPP@
63 DATADIRNAME = @DATADIRNAME@
64 GENCAT = @GENCAT@
65 GMOFILES = @GMOFILES@
66 GMSGFMT = @GMSGFMT@
67 GT_NO = @GT_NO@
68 GT_YES = @GT_YES@
69 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
70 INSTOBJEXT = @INSTOBJEXT@
71 INTLDEPS = @INTLDEPS@
72 INTLLIBS = @INTLLIBS@
73 INTLOBJS = @INTLOBJS@
74 LIBOBJS = @LIBOBJS@
75 MAKEINFO = @MAKEINFO@
76 MKINSTALLDIRS = @MKINSTALLDIRS@
77 MSGFMT = @MSGFMT@
78 PACKAGE = @PACKAGE@
79 PERL = @PERL@
80 POFILES = @POFILES@
81 POSUB = @POSUB@
82 POW_LIBM = @POW_LIBM@
83 RANLIB = @RANLIB@
84 U = @U@
85 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
86 USE_NLS = @USE_NLS@
87 VERSION = @VERSION@
88 l = @l@
89
90 EXTRA_DIST = README Makefile.am.in assert.m4 check-decl.m4 chown.m4 \
91 const.m4 d-ino.m4 d-type.m4 decl.m4 error.m4 fstypename.m4 getgroups.m4 \
92 getline.m4 getloadavg.m4 gettext.m4 inttypes_h.m4 isc-posix.m4 \
93 jm-glibc-io.m4 jm-macros.m4 jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 \
94 lchown.m4 lcmessage.m4 lfs.m4 ls-mntd-fs.m4 lstat.m4 malloc.m4 memcmp.m4 \
95 perl.m4 prereq.m4 progtest.m4 putenv.m4 readdir.m4 realloc.m4 regex.m4 \
96 ssize_t.m4 st_mtim.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \
97 utimbuf.m4 utime.m4 utimes.m4
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = ../config.h
100 CONFIG_CLEAN_FILES = 
101 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP = --best
108 all: Makefile
109
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112         cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118 tags: TAGS
119 TAGS:
120
121
122 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
123
124 subdir = m4
125
126 distdir: $(DISTFILES)
127         here=`cd $(top_builddir) && pwd`; \
128         top_distdir=`cd $(top_distdir) && pwd`; \
129         distdir=`cd $(distdir) && pwd`; \
130         cd $(top_srcdir) \
131           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits m4/Makefile
132         @for file in $(DISTFILES); do \
133           d=$(srcdir); \
134           test -f $(distdir)/$$file \
135           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
136           || cp -p $$d/$$file $(distdir)/$$file; \
137         done
138 info:
139 dvi:
140 check: all
141         $(MAKE)
142 installcheck:
143 install-exec: 
144         @$(NORMAL_INSTALL)
145
146 install-data: 
147         @$(NORMAL_INSTALL)
148
149 install: install-exec install-data all
150         @:
151
152 uninstall: 
153
154 install-strip:
155         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
156 installdirs:
157
158
159 mostlyclean-generic:
160         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
161
162 clean-generic:
163         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
164
165 distclean-generic:
166         -rm -f Makefile $(DISTCLEANFILES)
167         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
168         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
169
170 maintainer-clean-generic:
171         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
172         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
173 mostlyclean:  mostlyclean-generic
174
175 clean:  clean-generic mostlyclean
176
177 distclean:  distclean-generic clean
178         -rm -f config.status
179
180 maintainer-clean:  maintainer-clean-generic distclean
181         @echo "This command is intended for maintainers to use;"
182         @echo "it deletes files that may require special tools to rebuild."
183
184 .PHONY: tags distdir info dvi installcheck install-exec install-data \
185 install uninstall all installdirs mostlyclean-generic distclean-generic \
186 clean-generic maintainer-clean-generic clean mostlyclean distclean \
187 maintainer-clean
188
189
190 Makefile.am: Makefile.am.in
191         rm -f $@ $@t
192         sed -n '1,/^##m4-files-begin/p' $< > $@t
193         ( echo EXTRA_DIST = README Makefile.am.in; \
194           find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \
195             |fmt | (tr '\012' @; echo) \
196             |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
197           >> $@t
198         sed -n '/^##m4-files-end/,$$p' $< >> $@t
199         chmod a-w $@t
200         mv $@t $@
201
202 # Tell versions [3.59,3.63) of GNU make to not export all variables.
203 # Otherwise a system limit (for SysV at least) may be exceeded.
204 .NOEXPORT: