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