ffec5f1ce66cd9b0d865fe86ada41856c7363565
[gnulib.git] / m4 / Makefile.in
1 # Makefile.in generated automatically by automake 1.2f 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 # Generate this list with
14 # find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
15 #   |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
16
17
18 SHELL = /bin/sh
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 CATALOGS = @CATALOGS@
63 CATOBJEXT = @CATOBJEXT@
64 CC = @CC@
65 CPP = @CPP@
66 DATADIRNAME = @DATADIRNAME@
67 GENCAT = @GENCAT@
68 GMOFILES = @GMOFILES@
69 GMSGFMT = @GMSGFMT@
70 GNU_PACKAGE = @GNU_PACKAGE@
71 GT_NO = @GT_NO@
72 GT_YES = @GT_YES@
73 INSTOBJEXT = @INSTOBJEXT@
74 INTLDEPS = @INTLDEPS@
75 INTLLIBS = @INTLLIBS@
76 INTLOBJS = @INTLOBJS@
77 KMEM_GROUP = @KMEM_GROUP@
78 LIBOBJS = @LIBOBJS@
79 LIB_CRYPT = @LIB_CRYPT@
80 MAINT = @MAINT@
81 MAKEINFO = @MAKEINFO@
82 MAN = @MAN@
83 MKINSTALLDIRS = @MKINSTALLDIRS@
84 MSGFMT = @MSGFMT@
85 NEED_SETGID = @NEED_SETGID@
86 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
87 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
88 PACKAGE = @PACKAGE@
89 PERL = @PERL@
90 POFILES = @POFILES@
91 POSUB = @POSUB@
92 POW_LIBM = @POW_LIBM@
93 RANLIB = @RANLIB@
94 SEQ_LIBM = @SEQ_LIBM@
95 SQRT_LIBM = @SQRT_LIBM@
96 U = @U@
97 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 USE_NLS = @USE_NLS@
99 VERSION = @VERSION@
100 YACC = @YACC@
101 l = @l@
102
103 EXTRA_DIST = README \
104 check-decl.m4 chown.m4 const.m4 d-ino.m4 d-type.m4 decl.m4 getgroups.m4 \
105 getline.m4 getloadavg.m4 inttypes_h.m4 jm-mktime.m4 jm-winsz1.m4 \
106 jm-winsz2.m4 lfs.m4 lstat.m4 malloc.m4 memcmp.m4 perl.m4 putenv.m4 \
107 readdir.m4 realloc.m4 stat.m4 strftime.m4 uintmax_t.m4 uptime.m4 \
108 mktime.m4
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../config.h
111 CONFIG_CLEAN_FILES = 
112 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
113
114
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
117 TAR = tar
118 GZIP = --best
119 default: all
120
121 .SUFFIXES:
122 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
123         cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
124
125 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
126         cd $(top_builddir) \
127           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129 tags: TAGS
130 TAGS:
131
132
133 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
134
135 subdir = m4
136
137 distdir: $(DISTFILES)
138         here=`cd $(top_builddir) && pwd`; \
139         top_distdir=`cd $(top_distdir) && pwd`; \
140         distdir=`cd $(distdir) && pwd`; \
141         cd $(top_srcdir) \
142           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits m4/Makefile
143         @for file in $(DISTFILES); do \
144           d=$(srcdir); \
145           test -f $(distdir)/$$file \
146           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
147           || cp -p $$d/$$file $(distdir)/$$file; \
148         done
149 info:
150 dvi:
151 check: all
152         $(MAKE)
153 installcheck:
154 install-exec: 
155         @$(NORMAL_INSTALL)
156
157 install-data: 
158         @$(NORMAL_INSTALL)
159
160 install: install-exec install-data all
161         @:
162
163 uninstall: 
164
165 all: Makefile
166
167 install-strip:
168         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
169 installdirs:
170
171
172 mostlyclean-generic:
173         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
174
175 clean-generic:
176         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
177
178 distclean-generic:
179         -rm -f Makefile $(DISTCLEANFILES)
180         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
181         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
182
183 maintainer-clean-generic:
184         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
185         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
186 mostlyclean:  mostlyclean-generic
187
188 clean:  clean-generic mostlyclean
189
190 distclean:  distclean-generic clean
191         -rm -f config.status
192
193 maintainer-clean:  maintainer-clean-generic distclean
194         @echo "This command is intended for maintainers to use;"
195         @echo "it deletes files that may require special tools to rebuild."
196
197 .PHONY: default tags distdir info dvi installcheck install-exec \
198 install-data install uninstall all installdirs mostlyclean-generic \
199 distclean-generic clean-generic maintainer-clean-generic clean \
200 mostlyclean distclean maintainer-clean
201
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: