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