source: trunk/essentials/sys-apps/grep/Makefile.in@ 3453

Last change on this file since 3453 was 3043, checked in by bird, 18 years ago

-> essentials

File size: 14.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
100SUBDIRS = intl po lib doc src tests m4 vms bootstrap
101
102EXTRA_DIST = TODO README README-alpha PATCHES.AC PATCHES.AM
103
104# We should be able to just define `ACLOCAL_AMFLAGS = --acdir=m4',
105# but this runs afoul of a bug in automake 1.
106# The following hack works around this bug by creating acinclude.m4 manually.
107ACLOCAL_AMFLAGS =
108M4DIR = $(srcdir)/m4
109ACINCLUDE_INPUTS = $(M4DIR)/decl.m4 $(M4DIR)/djgpp.m4 $(M4DIR)/dosfile.m4 \
110 $(M4DIR)/envsep.m4 $(M4DIR)/error.m4 $(M4DIR)/gettext.m4 $(M4DIR)/glibc.m4 \
111 $(M4DIR)/header.m4 $(M4DIR)/init.m4 $(M4DIR)/install.m4 \
112 $(M4DIR)/inttypes_h.m4 $(M4DIR)/isc-posix.m4 $(M4DIR)/largefile.m4 \
113 $(M4DIR)/lcmessage.m4 $(M4DIR)/malloc.m4 $(M4DIR)/mbstate_t.m4 \
114 $(M4DIR)/missing.m4 $(M4DIR)/progtest.m4 $(M4DIR)/realloc.m4 \
115 $(M4DIR)/regex.m4 $(M4DIR)/sanity.m4 $(M4DIR)/strerror_r.m4 \
116 $(M4DIR)/uintmax_t.m4 $(M4DIR)/ulonglong.m4 $(M4DIR)/xstrtoumax.m4
117
118subdir = .
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
121CONFIG_HEADER = config.h
122CONFIG_CLEAN_FILES = intl/Makefile
123depcomp =
124DIST_SOURCES =
125
126RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
127 uninstall-info-recursive all-recursive install-data-recursive \
128 install-exec-recursive installdirs-recursive install-recursive \
129 uninstall-recursive check-recursive installcheck-recursive
130DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
131 INSTALL Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 \
132 config.guess config.hin config.sub configure configure.in \
133 install-sh missing mkinstalldirs
134DIST_SUBDIRS = $(SUBDIRS)
135all: config.h
136 $(MAKE) $(AM_MAKEFLAGS) all-recursive
137
138.SUFFIXES:
139$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140 cd $(top_srcdir) && \
141 $(AUTOMAKE) --gnu Makefile
142Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
143 cd $(top_builddir) && \
144 CONFIG_HEADERS= CONFIG_LINKS= \
145 CONFIG_FILES=$@ $(SHELL) ./config.status
146
147$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
148 $(SHELL) ./config.status --recheck
149$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
150 cd $(srcdir) && $(AUTOCONF)
151
152$(ACLOCAL_M4): configure.in
153 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
154config.h: stamp-h
155 @if test ! -f $@; then \
156 rm -f stamp-h; \
157 $(MAKE) stamp-h; \
158 else :; fi
159stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
160 @rm -f stamp-h stamp-hT
161 @echo timestamp > stamp-hT 2> /dev/null
162 cd $(top_builddir) \
163 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
164 $(SHELL) ./config.status
165 @mv stamp-hT stamp-h
166$(srcdir)/config.hin: $(srcdir)/./stamp-h.in
167 @if test ! -f $@; then \
168 rm -f $(srcdir)/./stamp-h.in; \
169 $(MAKE) $(srcdir)/./stamp-h.in; \
170 else :; fi
171$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
172 @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
173 @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
174 cd $(top_srcdir) && $(AUTOHEADER)
175 @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
176
177distclean-hdr:
178 -rm -f config.h
179intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
180 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
181uninstall-info-am:
182
183# This directory's subdirectories are mostly independent; you can cd
184# into them and run `make' without going through this Makefile.
185# To change the values of `make' variables: instead of editing Makefiles,
186# (1) if the variable is set in `config.status', edit `config.status'
187# (which will cause the Makefiles to be regenerated when you run `make');
188# (2) otherwise, pass the desired values on the `make' command line.
189$(RECURSIVE_TARGETS):
190 @set fnord $(MAKEFLAGS); amf=$$2; \
191 dot_seen=no; \
192 target=`echo $@ | sed s/-recursive//`; \
193 list='$(SUBDIRS)'; for subdir in $$list; do \
194 echo "Making $$target in $$subdir"; \
195 if test "$$subdir" = "."; then \
196 dot_seen=yes; \
197 local_target="$$target-am"; \
198 else \
199 local_target="$$target"; \
200 fi; \
201 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
202 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
203 done; \
204 if test "$$dot_seen" = "no"; then \
205 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
206 fi; test -z "$$fail"
207
208mostlyclean-recursive clean-recursive distclean-recursive \
209maintainer-clean-recursive:
210 @set fnord $(MAKEFLAGS); amf=$$2; \
211 dot_seen=no; \
212 case "$@" in \
213 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
214 *) list='$(SUBDIRS)' ;; \
215 esac; \
216 rev=''; for subdir in $$list; do \
217 if test "$$subdir" = "."; then :; else \
218 rev="$$subdir $$rev"; \
219 fi; \
220 done; \
221 rev="$$rev ."; \
222 target=`echo $@ | sed s/-recursive//`; \
223 for subdir in $$rev; do \
224 echo "Making $$target in $$subdir"; \
225 if test "$$subdir" = "."; then \
226 local_target="$$target-am"; \
227 else \
228 local_target="$$target"; \
229 fi; \
230 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
231 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
232 done && test -z "$$fail"
233tags-recursive:
234 list='$(SUBDIRS)'; for subdir in $$list; do \
235 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
236 done
237
238tags: TAGS
239
240ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
241 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
242 unique=`for i in $$list; do \
243 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244 done | \
245 $(AWK) ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 mkid -fID $$unique $(LISP)
248
249TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
250 $(TAGS_FILES) $(LISP)
251 tags=; \
252 here=`pwd`; \
253 list='$(SUBDIRS)'; for subdir in $$list; do \
254 if test "$$subdir" = .; then :; else \
255 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
256 fi; \
257 done; \
258 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
259 unique=`for i in $$list; do \
260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261 done | \
262 $(AWK) ' { files[$$0] = 1; } \
263 END { for (i in files) print i; }'`; \
264 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
265 || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
266
267GTAGS:
268 here=`CDPATH=: && cd $(top_builddir) && pwd` \
269 && cd $(top_srcdir) \
270 && gtags -i $(GTAGS_ARGS) $$here
271
272distclean-tags:
273 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
274
275DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
276
277top_distdir = .
278# Avoid unsightly `./'.
279distdir = $(PACKAGE)-$(VERSION)
280
281GZIP_ENV = --best
282
283distdir: $(DISTFILES)
284 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
285 mkdir $(distdir)
286 $(mkinstalldirs) $(distdir)/intl $(distdir)/po
287 @for file in $(DISTFILES); do \
288 if test -f $$file; then d=.; else d=$(srcdir); fi; \
289 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
290 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
291 $(mkinstalldirs) "$(distdir)/$$dir"; \
292 fi; \
293 if test -d $$d/$$file; then \
294 cp -pR $$d/$$file $(distdir) \
295 || exit 1; \
296 else \
297 test -f $(distdir)/$$file \
298 || cp -p $$d/$$file $(distdir)/$$file \
299 || exit 1; \
300 fi; \
301 done
302 for subdir in $(SUBDIRS); do \
303 if test "$$subdir" = .; then :; else \
304 test -d $(distdir)/$$subdir \
305 || mkdir $(distdir)/$$subdir \
306 || exit 1; \
307 (cd $$subdir && \
308 $(MAKE) $(AM_MAKEFLAGS) \
309 top_distdir="$(top_distdir)" \
310 distdir=../$(distdir)/$$subdir \
311 distdir) \
312 || exit 1; \
313 fi; \
314 done
315 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
316 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
317 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
318 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
319 || chmod -R a+r $(distdir)
320dist: distdir
321 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
322 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
323
324# This target untars the dist file and tries a VPATH configuration. Then
325# it guarantees that the distribution is self-contained by making another
326# tarfile.
327distcheck: dist
328 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
329 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
330 chmod -R a-w $(distdir); chmod a+w $(distdir)
331 mkdir $(distdir)/=build
332 mkdir $(distdir)/=inst
333 chmod a-w $(distdir)
334 dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
335 && cd $(distdir)/=build \
336 && ../configure --srcdir=.. --prefix=$$dc_install_base \
337 --with-included-gettext \
338 && $(MAKE) $(AM_MAKEFLAGS) \
339 && $(MAKE) $(AM_MAKEFLAGS) dvi \
340 && $(MAKE) $(AM_MAKEFLAGS) check \
341 && $(MAKE) $(AM_MAKEFLAGS) install \
342 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
343 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
344 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
345 || (echo "Error: files left after uninstall" 1>&2; \
346 exit 1) ) \
347 && $(MAKE) $(AM_MAKEFLAGS) dist \
348 && $(MAKE) $(AM_MAKEFLAGS) distclean \
349 && rm -f $(distdir).tar.gz \
350 && (test `find . -type f -print | wc -l` -eq 0 \
351 || (echo "Error: files left after distclean" 1>&2; \
352 exit 1) )
353 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
354 @echo "$(distdir).tar.gz is ready for distribution" | \
355 sed 'h;s/./=/g;p;x;p;x'
356check-am: all-am
357check: check-recursive
358all-am: Makefile config.h
359installdirs: installdirs-recursive
360installdirs-am:
361
362install: install-recursive
363install-exec: install-exec-recursive
364install-data: install-data-recursive
365uninstall: uninstall-recursive
366
367install-am: all-am
368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369
370installcheck: installcheck-recursive
371install-strip:
372 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373 `test -z '$(STRIP)' || \
374 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
375mostlyclean-generic:
376
377clean-generic:
378
379distclean-generic:
380 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
381
382maintainer-clean-generic:
383 @echo "This command is intended for maintainers to use"
384 @echo "it deletes files that may require special tools to rebuild."
385clean: clean-recursive
386
387clean-am: clean-generic mostlyclean-am
388
389dist-all: distdir
390 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
391 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
392distclean: distclean-recursive
393 -rm -f config.status config.cache config.log
394distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
395
396dvi: dvi-recursive
397
398dvi-am:
399
400info: info-recursive
401
402info-am:
403
404install-data-am:
405
406install-exec-am:
407
408install-info: install-info-recursive
409
410install-man:
411
412installcheck-am:
413
414maintainer-clean: maintainer-clean-recursive
415
416maintainer-clean-am: distclean-am maintainer-clean-generic
417
418mostlyclean: mostlyclean-recursive
419
420mostlyclean-am: mostlyclean-generic
421
422uninstall-am: uninstall-info-am
423
424uninstall-info: uninstall-info-recursive
425
426.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
427 clean-generic clean-recursive dist dist-all distcheck distclean \
428 distclean-generic distclean-hdr distclean-recursive \
429 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
430 info-recursive install install-am install-data install-data-am \
431 install-data-recursive install-exec install-exec-am \
432 install-exec-recursive install-info install-info-am \
433 install-info-recursive install-man install-recursive \
434 install-strip installcheck installcheck-am installdirs \
435 installdirs-am installdirs-recursive maintainer-clean \
436 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
437 mostlyclean-generic mostlyclean-recursive tags tags-recursive \
438 uninstall uninstall-am uninstall-info-am \
439 uninstall-info-recursive uninstall-recursive
440
441$(srcdir)/acinclude.m4 : $(ACINCLUDE_INPUTS)
442 cat $(ACINCLUDE_INPUTS) >$(srcdir)/acinclude.m4
443
444# make cvs-clean blatantly stolen from KDE CVS ;)
445cvs-clean:
446 @if test ! -d CVS; then \
447 echo "You don't have a toplevel CVS directory."; \
448 echo "You most certainly didn't use cvs to get these sources."; \
449 echo "But this function depends on cvs's information."; \
450 exit 1 ;\
451 fi;\
452 pwd=`pwd` ;\
453 dirs=`find . -type d | grep -v CVS | sed -e "s#^./##"` ;\
454 for i in $$dirs; do \
455 if test ! -d "$$pwd/$$i/CVS"; then \
456 echo "D $$i" ;\
457 rm -rf "$$pwd/$$i"; \
458 continue; \
459 fi ;\
460 cd $$pwd/$$i ;\
461 for f in * .*; do \
462 if test ! -d "$$f"; then \
463 if grep "^/$$f/" CVS/Entries > /dev/null; then \
464 a="b"; \
465 else \
466 echo "F $$i/$$f"; \
467 rm -f "$$pwd/$$i/$$f"; \
468 fi; \
469 fi ; \
470 done; \
471 done
472# Tell versions [3.59,3.63) of GNU make to not export all variables.
473# Otherwise a system limit (for SysV at least) may be exceeded.
474.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.