Ignore grep unit test
[product/upstream/grep.git] / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = @build@
33 host_triplet = @host@
34 subdir = .
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36         $(srcdir)/Makefile.in $(srcdir)/config.hin \
37         $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
38         ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \
39         config.guess config.sub depcomp install-sh
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
42         $(top_srcdir)/m4/decl.m4 $(top_srcdir)/m4/djgpp.m4 \
43         $(top_srcdir)/m4/dosfile.m4 $(top_srcdir)/m4/envsep.m4 \
44         $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/gettext.m4 \
45         $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/header.m4 \
46         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/inttypes_h.m4 \
47         $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/largefile.m4 \
48         $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/malloc.m4 \
49         $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/missing.m4 \
50         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/realloc.m4 \
51         $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/sanity.m4 \
52         $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
53         $(top_srcdir)/m4/xstrtoumax.m4 $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55         $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57  configure.lineno config.status.lineno
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = config.h
60 CONFIG_CLEAN_FILES = intl/Makefile
61 depcomp =
62 am__depfiles_maybe =
63 SOURCES =
64 DIST_SOURCES =
65 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66         html-recursive info-recursive install-data-recursive \
67         install-dvi-recursive install-exec-recursive \
68         install-html-recursive install-info-recursive \
69         install-pdf-recursive install-ps-recursive install-recursive \
70         installcheck-recursive installdirs-recursive pdf-recursive \
71         ps-recursive uninstall-recursive
72 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73   distclean-recursive maintainer-clean-recursive
74 ETAGS = etags
75 CTAGS = ctags
76 DIST_SUBDIRS = $(SUBDIRS)
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 distdir = $(PACKAGE)-$(VERSION)
79 top_distdir = $(distdir)
80 am__remove_distdir = \
81   { test ! -d $(distdir) \
82     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
83          && rm -fr $(distdir); }; }
84 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
85 GZIP_ENV = --best
86 distuninstallcheck_listfiles = find . -type f -print
87 distcleancheck_listfiles = find . -type f -print
88 ACLOCAL = @ACLOCAL@
89 ALLOCA = @ALLOCA@
90 AMTAR = @AMTAR@
91 AUTOCONF = @AUTOCONF@
92 AUTOHEADER = @AUTOHEADER@
93 AUTOMAKE = @AUTOMAKE@
94 AWK = @AWK@
95 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
96 CATALOGS = @CATALOGS@
97 CATOBJEXT = @CATOBJEXT@
98 CC = @CC@
99 CCDEPMODE = @CCDEPMODE@
100 CFLAGS = @CFLAGS@
101 CPP = @CPP@
102 CPPFLAGS = @CPPFLAGS@
103 CYGPATH_W = @CYGPATH_W@
104 DATADIRNAME = @DATADIRNAME@
105 DEFS = @DEFS@
106 DEPDIR = @DEPDIR@
107 ECHO_C = @ECHO_C@
108 ECHO_N = @ECHO_N@
109 ECHO_T = @ECHO_T@
110 EGREP = @EGREP@
111 EXEEXT = @EXEEXT@
112 GENCAT = @GENCAT@
113 GETCONF = @GETCONF@
114 GLIBC21 = @GLIBC21@
115 GMOFILES = @GMOFILES@
116 GMSGFMT = @GMSGFMT@
117 GREP = @GREP@
118 INSTALL = @INSTALL@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123 INSTOBJEXT = @INSTOBJEXT@
124 INTLBISON = @INTLBISON@
125 INTLLIBS = @INTLLIBS@
126 INTLOBJS = @INTLOBJS@
127 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
128 LDFLAGS = @LDFLAGS@
129 LIBICONV = @LIBICONV@
130 LIBOBJS = @LIBOBJS@
131 LIBS = @LIBS@
132 LTLIBOBJS = @LTLIBOBJS@
133 MAKEINFO = @MAKEINFO@
134 MKDIR_P = @MKDIR_P@
135 MKINSTALLDIRS = @MKINSTALLDIRS@
136 MSGFMT = @MSGFMT@
137 OBJEXT = @OBJEXT@
138 PACKAGE = @PACKAGE@
139 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140 PACKAGE_NAME = @PACKAGE_NAME@
141 PACKAGE_STRING = @PACKAGE_STRING@
142 PACKAGE_TARNAME = @PACKAGE_TARNAME@
143 PACKAGE_VERSION = @PACKAGE_VERSION@
144 PATH_SEPARATOR = @PATH_SEPARATOR@
145 POFILES = @POFILES@
146 POSUB = @POSUB@
147 RANLIB = @RANLIB@
148 SEP = @SEP@
149 SET_MAKE = @SET_MAKE@
150 SHELL = @SHELL@
151 STRIP = @STRIP@
152 U = @U@
153 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
154 USE_NLS = @USE_NLS@
155 VERSION = @VERSION@
156 XGETTEXT = @XGETTEXT@
157 abs_builddir = @abs_builddir@
158 abs_srcdir = @abs_srcdir@
159 abs_top_builddir = @abs_top_builddir@
160 abs_top_srcdir = @abs_top_srcdir@
161 ac_ct_CC = @ac_ct_CC@
162 am__include = @am__include@
163 am__leading_dot = @am__leading_dot@
164 am__quote = @am__quote@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 oldincludedir = @oldincludedir@
195 pdfdir = @pdfdir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 psdir = @psdir@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 srcdir = @srcdir@
202 sysconfdir = @sysconfdir@
203 target_alias = @target_alias@
204 top_builddir = @top_builddir@
205 top_srcdir = @top_srcdir@
206 AUTOMAKE_OPTIONS = no-dependencies
207 SUBDIRS = intl po lib doc src tests m4 vms bootstrap
208 EXTRA_DIST = TODO README README-alpha
209
210 # We should be able to just define `ACLOCAL_AMFLAGS = --acdir=m4',
211 # but this runs afoul of a bug in automake 1.
212 # The following hack works around this bug by creating acinclude.m4 manually.
213 ACLOCAL_AMFLAGS = 
214 M4DIR = $(srcdir)/m4
215 ACINCLUDE_INPUTS = $(M4DIR)/decl.m4 $(M4DIR)/djgpp.m4 $(M4DIR)/dosfile.m4 \
216   $(M4DIR)/envsep.m4 $(M4DIR)/error.m4 $(M4DIR)/gettext.m4 $(M4DIR)/glibc.m4 \
217   $(M4DIR)/header.m4 $(M4DIR)/init.m4 $(M4DIR)/install.m4 \
218   $(M4DIR)/inttypes_h.m4 $(M4DIR)/isc-posix.m4 $(M4DIR)/largefile.m4 \
219   $(M4DIR)/lcmessage.m4 $(M4DIR)/malloc.m4 $(M4DIR)/mbstate_t.m4 \
220   $(M4DIR)/missing.m4 $(M4DIR)/progtest.m4 $(M4DIR)/realloc.m4 \
221   $(M4DIR)/regex.m4 $(M4DIR)/sanity.m4 $(M4DIR)/strerror_r.m4 \
222   $(M4DIR)/uintmax_t.m4 $(M4DIR)/ulonglong.m4 $(M4DIR)/xstrtoumax.m4
223
224 all: config.h
225         $(MAKE) $(AM_MAKEFLAGS) all-recursive
226
227 .SUFFIXES:
228 am--refresh:
229         @:
230 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
231         @for dep in $?; do \
232           case '$(am__configure_deps)' in \
233             *$$dep*) \
234               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
235               cd $(srcdir) && $(AUTOMAKE) --gnu  \
236                 && exit 0; \
237               exit 1;; \
238           esac; \
239         done; \
240         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
241         cd $(top_srcdir) && \
242           $(AUTOMAKE) --gnu  Makefile
243 .PRECIOUS: Makefile
244 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245         @case '$?' in \
246           *config.status*) \
247             echo ' $(SHELL) ./config.status'; \
248             $(SHELL) ./config.status;; \
249           *) \
250             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
251             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
252         esac;
253
254 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255         $(SHELL) ./config.status --recheck
256
257 $(top_srcdir)/configure:  $(am__configure_deps)
258         cd $(srcdir) && $(AUTOCONF)
259 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
261
262 config.h: stamp-h1
263         @if test ! -f $@; then \
264           rm -f stamp-h1; \
265           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
266         else :; fi
267
268 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
269         @rm -f stamp-h1
270         cd $(top_builddir) && $(SHELL) ./config.status config.h
271 $(srcdir)/config.hin:  $(am__configure_deps) 
272         cd $(top_srcdir) && $(AUTOHEADER)
273         rm -f stamp-h1
274         touch $@
275
276 distclean-hdr:
277         -rm -f config.h stamp-h1
278 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
279         cd $(top_builddir) && $(SHELL) ./config.status $@
280
281 # This directory's subdirectories are mostly independent; you can cd
282 # into them and run `make' without going through this Makefile.
283 # To change the values of `make' variables: instead of editing Makefiles,
284 # (1) if the variable is set in `config.status', edit `config.status'
285 #     (which will cause the Makefiles to be regenerated when you run `make');
286 # (2) otherwise, pass the desired values on the `make' command line.
287 $(RECURSIVE_TARGETS):
288         @failcom='exit 1'; \
289         for f in x $$MAKEFLAGS; do \
290           case $$f in \
291             *=* | --[!k]*);; \
292             *k*) failcom='fail=yes';; \
293           esac; \
294         done; \
295         dot_seen=no; \
296         target=`echo $@ | sed s/-recursive//`; \
297         list='$(SUBDIRS)'; for subdir in $$list; do \
298           echo "Making $$target in $$subdir"; \
299           if test "$$subdir" = "."; then \
300             dot_seen=yes; \
301             local_target="$$target-am"; \
302           else \
303             local_target="$$target"; \
304           fi; \
305           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
306           || eval $$failcom; \
307         done; \
308         if test "$$dot_seen" = "no"; then \
309           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
310         fi; test -z "$$fail"
311
312 $(RECURSIVE_CLEAN_TARGETS):
313         @failcom='exit 1'; \
314         for f in x $$MAKEFLAGS; do \
315           case $$f in \
316             *=* | --[!k]*);; \
317             *k*) failcom='fail=yes';; \
318           esac; \
319         done; \
320         dot_seen=no; \
321         case "$@" in \
322           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
323           *) list='$(SUBDIRS)' ;; \
324         esac; \
325         rev=''; for subdir in $$list; do \
326           if test "$$subdir" = "."; then :; else \
327             rev="$$subdir $$rev"; \
328           fi; \
329         done; \
330         rev="$$rev ."; \
331         target=`echo $@ | sed s/-recursive//`; \
332         for subdir in $$rev; do \
333           echo "Making $$target in $$subdir"; \
334           if test "$$subdir" = "."; then \
335             local_target="$$target-am"; \
336           else \
337             local_target="$$target"; \
338           fi; \
339           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
340           || eval $$failcom; \
341         done && test -z "$$fail"
342 tags-recursive:
343         list='$(SUBDIRS)'; for subdir in $$list; do \
344           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
345         done
346 ctags-recursive:
347         list='$(SUBDIRS)'; for subdir in $$list; do \
348           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
349         done
350
351 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353         unique=`for i in $$list; do \
354             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355           done | \
356           $(AWK) '    { files[$$0] = 1; } \
357                END { for (i in files) print i; }'`; \
358         mkid -fID $$unique
359 tags: TAGS
360
361 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
362                 $(TAGS_FILES) $(LISP)
363         tags=; \
364         here=`pwd`; \
365         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
366           include_option=--etags-include; \
367           empty_fix=.; \
368         else \
369           include_option=--include; \
370           empty_fix=; \
371         fi; \
372         list='$(SUBDIRS)'; for subdir in $$list; do \
373           if test "$$subdir" = .; then :; else \
374             test ! -f $$subdir/TAGS || \
375               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
376           fi; \
377         done; \
378         list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
379         unique=`for i in $$list; do \
380             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381           done | \
382           $(AWK) '    { files[$$0] = 1; } \
383                END { for (i in files) print i; }'`; \
384         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
385           test -n "$$unique" || unique=$$empty_fix; \
386           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387             $$tags $$unique; \
388         fi
389 ctags: CTAGS
390 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
391                 $(TAGS_FILES) $(LISP)
392         tags=; \
393         here=`pwd`; \
394         list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
395         unique=`for i in $$list; do \
396             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397           done | \
398           $(AWK) '    { files[$$0] = 1; } \
399                END { for (i in files) print i; }'`; \
400         test -z "$(CTAGS_ARGS)$$tags$$unique" \
401           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402              $$tags $$unique
403
404 GTAGS:
405         here=`$(am__cd) $(top_builddir) && pwd` \
406           && cd $(top_srcdir) \
407           && gtags -i $(GTAGS_ARGS) $$here
408
409 distclean-tags:
410         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
412 distdir: $(DISTFILES)
413         $(am__remove_distdir)
414         test -d $(distdir) || mkdir $(distdir)
415         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
417         list='$(DISTFILES)'; \
418           dist_files=`for file in $$list; do echo $$file; done | \
419           sed -e "s|^$$srcdirstrip/||;t" \
420               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
421         case $$dist_files in \
422           */*) $(MKDIR_P) `echo "$$dist_files" | \
423                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
424                            sort -u` ;; \
425         esac; \
426         for file in $$dist_files; do \
427           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
428           if test -d $$d/$$file; then \
429             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
430             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
432             fi; \
433             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
434           else \
435             test -f $(distdir)/$$file \
436             || cp -p $$d/$$file $(distdir)/$$file \
437             || exit 1; \
438           fi; \
439         done
440         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
441           if test "$$subdir" = .; then :; else \
442             test -d "$(distdir)/$$subdir" \
443             || $(MKDIR_P) "$(distdir)/$$subdir" \
444             || exit 1; \
445             distdir=`$(am__cd) $(distdir) && pwd`; \
446             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
447             (cd $$subdir && \
448               $(MAKE) $(AM_MAKEFLAGS) \
449                 top_distdir="$$top_distdir" \
450                 distdir="$$distdir/$$subdir" \
451                 am__remove_distdir=: \
452                 am__skip_length_check=: \
453                 distdir) \
454               || exit 1; \
455           fi; \
456         done
457         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
458           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
459           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
460           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
461         || chmod -R a+r $(distdir)
462 dist-gzip: distdir
463         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
464         $(am__remove_distdir)
465 dist-bzip2: distdir
466         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
467         $(am__remove_distdir)
468
469 dist-tarZ: distdir
470         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
471         $(am__remove_distdir)
472
473 dist-shar: distdir
474         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
475         $(am__remove_distdir)
476
477 dist-zip: distdir
478         -rm -f $(distdir).zip
479         zip -rq $(distdir).zip $(distdir)
480         $(am__remove_distdir)
481
482 dist dist-all: distdir
483         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
484         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
485         $(am__remove_distdir)
486
487 # This target untars the dist file and tries a VPATH configuration.  Then
488 # it guarantees that the distribution is self-contained by making another
489 # tarfile.
490 distcheck: dist
491         case '$(DIST_ARCHIVES)' in \
492         *.tar.gz*) \
493           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
494         *.tar.bz2*) \
495           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
496         *.tar.Z*) \
497           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
498         *.shar.gz*) \
499           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
500         *.zip*) \
501           unzip $(distdir).zip ;;\
502         esac
503         chmod -R a-w $(distdir); chmod a+w $(distdir)
504         mkdir $(distdir)/_build
505         mkdir $(distdir)/_inst
506         chmod a-w $(distdir)
507         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
508           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
509           && cd $(distdir)/_build \
510           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
511             --with-included-gettext \
512             $(DISTCHECK_CONFIGURE_FLAGS) \
513           && $(MAKE) $(AM_MAKEFLAGS) \
514           && $(MAKE) $(AM_MAKEFLAGS) dvi \
515           && $(MAKE) $(AM_MAKEFLAGS) check \
516           && $(MAKE) $(AM_MAKEFLAGS) install \
517           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
518           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
519           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
520                 distuninstallcheck \
521           && chmod -R a-w "$$dc_install_base" \
522           && ({ \
523                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
524                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
525                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
526                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
527                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
528               } || { rm -rf "$$dc_destdir"; exit 1; }) \
529           && rm -rf "$$dc_destdir" \
530           && $(MAKE) $(AM_MAKEFLAGS) dist \
531           && rm -rf $(DIST_ARCHIVES) \
532           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
533         $(am__remove_distdir)
534         @(echo "$(distdir) archives ready for distribution: "; \
535           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
536           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
537 distuninstallcheck:
538         @cd $(distuninstallcheck_dir) \
539         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
540            || { echo "ERROR: files left after uninstall:" ; \
541                 if test -n "$(DESTDIR)"; then \
542                   echo "  (check DESTDIR support)"; \
543                 fi ; \
544                 $(distuninstallcheck_listfiles) ; \
545                 exit 1; } >&2
546 distcleancheck: distclean
547         @if test '$(srcdir)' = . ; then \
548           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
549           exit 1 ; \
550         fi
551         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
552           || { echo "ERROR: files left in build directory after distclean:" ; \
553                $(distcleancheck_listfiles) ; \
554                exit 1; } >&2
555 check-am: all-am
556 check: check-recursive
557 all-am: Makefile config.h
558 installdirs: installdirs-recursive
559 installdirs-am:
560 install: install-recursive
561 install-exec: install-exec-recursive
562 install-data: install-data-recursive
563 uninstall: uninstall-recursive
564
565 install-am: all-am
566         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
567
568 installcheck: installcheck-recursive
569 install-strip:
570         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572           `test -z '$(STRIP)' || \
573             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
574 mostlyclean-generic:
575
576 clean-generic:
577
578 distclean-generic:
579         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580
581 maintainer-clean-generic:
582         @echo "This command is intended for maintainers to use"
583         @echo "it deletes files that may require special tools to rebuild."
584 clean: clean-recursive
585
586 clean-am: clean-generic mostlyclean-am
587
588 distclean: distclean-recursive
589         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
590         -rm -f Makefile
591 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
592
593 dvi: dvi-recursive
594
595 dvi-am:
596
597 html: html-recursive
598
599 info: info-recursive
600
601 info-am:
602
603 install-data-am:
604
605 install-dvi: install-dvi-recursive
606
607 install-exec-am:
608
609 install-html: install-html-recursive
610
611 install-info: install-info-recursive
612
613 install-man:
614
615 install-pdf: install-pdf-recursive
616
617 install-ps: install-ps-recursive
618
619 installcheck-am:
620
621 maintainer-clean: maintainer-clean-recursive
622         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
623         -rm -rf $(top_srcdir)/autom4te.cache
624         -rm -f Makefile
625 maintainer-clean-am: distclean-am maintainer-clean-generic
626
627 mostlyclean: mostlyclean-recursive
628
629 mostlyclean-am: mostlyclean-generic
630
631 pdf: pdf-recursive
632
633 pdf-am:
634
635 ps: ps-recursive
636
637 ps-am:
638
639 uninstall-am:
640
641 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
642         install-strip
643
644 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
645         all all-am am--refresh check check-am clean clean-generic \
646         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
647         dist-shar dist-tarZ dist-zip distcheck distclean \
648         distclean-generic distclean-hdr distclean-tags distcleancheck \
649         distdir distuninstallcheck dvi dvi-am html html-am info \
650         info-am install install-am install-data install-data-am \
651         install-dvi install-dvi-am install-exec install-exec-am \
652         install-html install-html-am install-info install-info-am \
653         install-man install-pdf install-pdf-am install-ps \
654         install-ps-am install-strip installcheck installcheck-am \
655         installdirs installdirs-am maintainer-clean \
656         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
657         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
658
659 $(srcdir)/acinclude.m4 : $(ACINCLUDE_INPUTS)
660         cat $(ACINCLUDE_INPUTS) >$(srcdir)/acinclude.m4
661
662 # make cvs-clean blatantly stolen from KDE CVS ;)
663 cvs-clean:
664         @if test ! -d CVS; then \
665           echo "You don't have a toplevel CVS directory."; \
666           echo "You most certainly didn't use cvs to get these sources."; \
667           echo "But this function depends on cvs's information."; \
668           exit 1 ;\
669         fi;\
670         pwd=`pwd` ;\
671         dirs=`find . -type d | grep -v CVS | sed -e "s#^./##"` ;\
672         for i in $$dirs; do \
673           if test ! -d "$$pwd/$$i/CVS"; then \
674             echo "D $$i" ;\
675             rm -rf "$$pwd/$$i"; \
676             continue; \
677           fi ;\
678           cd $$pwd/$$i ;\
679           for f in * .*; do \
680             if test ! -d "$$f"; then \
681               if grep "^/$$f/" CVS/Entries > /dev/null; then \
682                 a="b"; \
683               else \
684                 echo "F $$i/$$f"; \
685                 rm -f "$$pwd/$$i/$$f"; \
686               fi; \
687             fi ; \
688           done; \
689         done
690 # Tell versions [3.59,3.63) of GNU make to not export all variables.
691 # Otherwise a system limit (for SysV at least) may be exceeded.
692 .NOEXPORT: