source: trunk/grep/m4/Makefile.in@ 2783

Last change on this file since 2783 was 2557, checked in by bird, 20 years ago

grep 2.5.1a

File size: 5.9 KB
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AWK = @AWK@
62BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
63CATALOGS = @CATALOGS@
64CATOBJEXT = @CATOBJEXT@
65CC = @CC@
66CPP = @CPP@
67DATADIRNAME = @DATADIRNAME@
68DEPDIR = @DEPDIR@
69EXEEXT = @EXEEXT@
70GENCAT = @GENCAT@
71GETCONF = @GETCONF@
72GLIBC21 = @GLIBC21@
73GMOFILES = @GMOFILES@
74GMSGFMT = @GMSGFMT@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76INSTOBJEXT = @INSTOBJEXT@
77INTLBISON = @INTLBISON@
78INTLLIBS = @INTLLIBS@
79INTLOBJS = @INTLOBJS@
80INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
81LIBICONV = @LIBICONV@
82MKINSTALLDIRS = @MKINSTALLDIRS@
83MSGFMT = @MSGFMT@
84OBJEXT = @OBJEXT@
85PACKAGE = @PACKAGE@
86POFILES = @POFILES@
87POSUB = @POSUB@
88RANLIB = @RANLIB@
89SEP = @SEP@
90U = @U@
91USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
92USE_NLS = @USE_NLS@
93VERSION = @VERSION@
94am__include = @am__include@
95am__quote = @am__quote@
96install_sh = @install_sh@
97
98AUTOMAKE_OPTIONS = no-dependencies
99
100EXTRA_DIST = decl.m4 \
101 djgpp.m4 \
102 dosfile.m4 \
103 envsep.m4 \
104 error.m4 \
105 gettext.m4 \
106 glibc.m4 \
107 header.m4 \
108 init.m4 \
109 install.m4 \
110 inttypes_h.m4 \
111 isc-posix.m4 \
112 largefile.m4 \
113 lcmessage.m4 \
114 malloc.m4 \
115 mbstate_t.m4 \
116 missing.m4 \
117 progtest.m4 \
118 realloc.m4 \
119 regex.m4 \
120 sanity.m4 \
121 strerror_r.m4 \
122 uintmax_t.m4 \
123 ulonglong.m4 \
124 xstrtoumax.m4
125
126subdir = m4
127mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
128CONFIG_HEADER = $(top_builddir)/config.h
129CONFIG_CLEAN_FILES =
130depcomp =
131DIST_SOURCES =
132DIST_COMMON = Makefile.am Makefile.in
133all: all-am
134
135.SUFFIXES:
136$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
137 cd $(top_srcdir) && \
138 $(AUTOMAKE) --gnu m4/Makefile
139Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
140 cd $(top_builddir) && \
141 CONFIG_HEADERS= CONFIG_LINKS= \
142 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
143uninstall-info-am:
144tags: TAGS
145TAGS:
146
147
148DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149
150top_distdir = ..
151distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
152
153distdir: $(DISTFILES)
154 @for file in $(DISTFILES); do \
155 if test -f $$file; then d=.; else d=$(srcdir); fi; \
156 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
157 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
158 $(mkinstalldirs) "$(distdir)/$$dir"; \
159 fi; \
160 if test -d $$d/$$file; then \
161 cp -pR $$d/$$file $(distdir) \
162 || exit 1; \
163 else \
164 test -f $(distdir)/$$file \
165 || cp -p $$d/$$file $(distdir)/$$file \
166 || exit 1; \
167 fi; \
168 done
169check-am: all-am
170check: check-am
171all-am: Makefile
172
173installdirs:
174
175install: install-am
176install-exec: install-exec-am
177install-data: install-data-am
178uninstall: uninstall-am
179
180install-am: all-am
181 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
182
183installcheck: installcheck-am
184install-strip:
185 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
186 `test -z '$(STRIP)' || \
187 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
188mostlyclean-generic:
189
190clean-generic:
191
192distclean-generic:
193 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
194
195maintainer-clean-generic:
196 @echo "This command is intended for maintainers to use"
197 @echo "it deletes files that may require special tools to rebuild."
198clean: clean-am
199
200clean-am: clean-generic mostlyclean-am
201
202distclean: distclean-am
203
204distclean-am: clean-am distclean-generic
205
206dvi: dvi-am
207
208dvi-am:
209
210info: info-am
211
212info-am:
213
214install-data-am:
215
216install-exec-am:
217
218install-info: install-info-am
219
220install-man:
221
222installcheck-am:
223
224maintainer-clean: maintainer-clean-am
225
226maintainer-clean-am: distclean-am maintainer-clean-generic
227
228mostlyclean: mostlyclean-am
229
230mostlyclean-am: mostlyclean-generic
231
232uninstall-am: uninstall-info-am
233
234.PHONY: all all-am check check-am clean clean-generic distclean \
235 distclean-generic distdir dvi dvi-am info info-am install \
236 install-am install-data install-data-am install-exec \
237 install-exec-am install-info install-info-am install-man \
238 install-strip installcheck installcheck-am installdirs \
239 maintainer-clean maintainer-clean-generic mostlyclean \
240 mostlyclean-generic uninstall uninstall-am uninstall-info-am
241
242# Tell versions [3.59,3.63) of GNU make to not export all variables.
243# Otherwise a system limit (for SysV at least) may be exceeded.
244.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.