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