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