.
[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 getgroups.m4 getline.m4 getloadavg.m4 jm-mktime.m4 jm-winsz1.m4 \
100 jm-winsz2.m4 memcmp.m4 putenv.m4 strftime.m4 uptime.m4
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../config.h
103 CONFIG_CLEAN_FILES = 
104 DIST_COMMON =  README Makefile.am Makefile.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP = --best
111 default: all
112
113 .SUFFIXES:
114 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
115         cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
116
117 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
118         cd $(top_builddir) \
119           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121 tags: TAGS
122 TAGS:
123
124
125 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
126
127 subdir = m4
128
129 distdir: $(DISTFILES)
130         here=`cd $(top_builddir) && pwd`; \
131         top_distdir=`cd $(top_distdir) && pwd`; \
132         cd $(top_srcdir) \
133           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits m4/Makefile
134         @for file in $(DISTFILES); do \
135           d=$(srcdir); \
136           test -f $(distdir)/$$file \
137           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
138           || cp -p $$d/$$file $(distdir)/$$file; \
139         done
140 info:
141 dvi:
142 check: all
143         $(MAKE)
144 installcheck:
145 install-exec: 
146         @$(NORMAL_INSTALL)
147
148 install-data: 
149         @$(NORMAL_INSTALL)
150
151 install: install-exec install-data all
152         @:
153
154 uninstall: 
155
156 all: Makefile
157
158 install-strip:
159         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
160 installdirs:
161
162
163 mostlyclean-generic:
164         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
165
166 clean-generic:
167         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
168
169 distclean-generic:
170         rm -f Makefile $(DISTCLEANFILES)
171         rm -f config.cache config.log stamp-h stamp-h[0-9]*
172         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
173
174 maintainer-clean-generic:
175         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
176         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
177 mostlyclean:  mostlyclean-generic
178
179 clean:  clean-generic mostlyclean
180
181 distclean:  distclean-generic clean
182         rm -f config.status
183
184 maintainer-clean:  maintainer-clean-generic distclean
185         @echo "This command is intended for maintainers to use;"
186         @echo "it deletes files that may require special tools to rebuild."
187
188 .PHONY: default tags distdir info dvi installcheck install-exec \
189 install-data install uninstall all installdirs mostlyclean-generic \
190 distclean-generic clean-generic maintainer-clean-generic clean \
191 mostlyclean distclean maintainer-clean
192
193
194 # Tell versions [3.59,3.63) of GNU make to not export all variables.
195 # Otherwise a system limit (for SysV at least) may be exceeded.
196 .NOEXPORT: