]> git.cworth.org Git - gzip/blob - Makefile.in
Avoid creating an undersized buffer for the hufts table.
[gzip] / 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
17 # Make gzip (GNU zip).
18
19 # Copyright (C) 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
20
21 # This program is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 2 of the License, or
24 # (at your option) any later version.
25
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 # GNU General Public License for more details.
30
31 # You should have received a copy of the GNU General Public License along
32 # with this program; if not, write to the Free Software Foundation, Inc.,
33 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
34
35
36 VPATH = @srcdir@
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 bin_PROGRAMS = gzip$(EXEEXT)
53 subdir = .
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55         $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
56         ChangeLog INSTALL NEWS README-alpha THANKS TODO \
57         build-aux/compile build-aux/config.guess build-aux/config.sub \
58         build-aux/depcomp build-aux/install-sh build-aux/mdate-sh \
59         build-aux/missing build-aux/texinfo.tex
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/absolute-header.m4 \
62         $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exitfail.m4 \
63         $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
64         $(top_srcdir)/m4/fcntl_h.m4 $(top_srcdir)/m4/getopt.m4 \
65         $(top_srcdir)/m4/gnulib-common.m4 \
66         $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/inline.m4 \
67         $(top_srcdir)/m4/shell.m4 $(top_srcdir)/m4/stat-time.m4 \
68         $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdlib_h.m4 \
69         $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \
70         $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/unistd-safer.m4 \
71         $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/utimbuf.m4 \
72         $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes.m4 \
73         $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/yesno.m4 \
74         $(top_srcdir)/configure.ac
75 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76         $(ACLOCAL_M4)
77 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
78  configure.lineno config.status.lineno
79 mkinstalldirs = $(install_sh) -d
80 CONFIG_HEADER = $(top_builddir)/lib/config.h
81 CONFIG_CLEAN_FILES =
82 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
83         "$(DESTDIR)$(man1dir)"
84 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
85 PROGRAMS = $(bin_PROGRAMS)
86 am_gzip_OBJECTS = bits.$(OBJEXT) crypt.$(OBJEXT) deflate.$(OBJEXT) \
87         gzip.$(OBJEXT) inflate.$(OBJEXT) lzw.$(OBJEXT) trees.$(OBJEXT) \
88         unlzh.$(OBJEXT) unlzw.$(OBJEXT) unpack.$(OBJEXT) \
89         unzip.$(OBJEXT) util.$(OBJEXT) zip.$(OBJEXT)
90 gzip_OBJECTS = $(am_gzip_OBJECTS)
91 gzip_DEPENDENCIES = lib/libgzip.a
92 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
93 SCRIPTS = $(bin_SCRIPTS)
94 DEFAULT_INCLUDES = -I. -I$(top_builddir)/lib@am__isrc@
95 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
96 am__depfiles_maybe = depfiles
97 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 CCLD = $(CC)
100 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
101 SOURCES = $(gzip_SOURCES)
102 DIST_SOURCES = $(gzip_SOURCES)
103 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
104         html-recursive info-recursive install-data-recursive \
105         install-dvi-recursive install-exec-recursive \
106         install-html-recursive install-info-recursive \
107         install-pdf-recursive install-ps-recursive install-recursive \
108         installcheck-recursive installdirs-recursive pdf-recursive \
109         ps-recursive uninstall-recursive
110 man1dir = $(mandir)/man1
111 NROFF = nroff
112 MANS = $(man_MANS)
113 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
114   distclean-recursive maintainer-clean-recursive
115 ETAGS = etags
116 CTAGS = ctags
117 DIST_SUBDIRS = $(SUBDIRS)
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 distdir = $(PACKAGE)-$(VERSION)
120 top_distdir = $(distdir)
121 am__remove_distdir = \
122   { test ! -d $(distdir) \
123     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
124          && rm -fr $(distdir); }; }
125 DIST_ARCHIVES = $(distdir).tar.gz
126 GZIP_ENV = --best
127 distuninstallcheck_listfiles = find . -type f -print
128 distcleancheck_listfiles = find . -type f -print
129 ABSOLUTE_FCNTL_H = @ABSOLUTE_FCNTL_H@
130 ABSOLUTE_STDLIB_H = @ABSOLUTE_STDLIB_H@
131 ABSOLUTE_SYS_STAT_H = @ABSOLUTE_SYS_STAT_H@
132 ABSOLUTE_SYS_TIME_H = @ABSOLUTE_SYS_TIME_H@
133 ABSOLUTE_TIME_H = @ABSOLUTE_TIME_H@
134 ABSOLUTE_UNISTD_H = @ABSOLUTE_UNISTD_H@
135 ACLOCAL = @ACLOCAL@
136 AMTAR = @AMTAR@
137 ASCPPFLAGS = @ASCPPFLAGS@
138 ASCPPPOST = @ASCPPPOST@
139 ASFLAGS_config = @ASFLAGS_config@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 CC = @CC@
145 CCDEPMODE = @CCDEPMODE@
146 CFLAGS = @CFLAGS@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CYGPATH_W = @CYGPATH_W@
150 DEFS = @DEFS@
151 DEPDIR = @DEPDIR@
152 ECHO_C = @ECHO_C@
153 ECHO_N = @ECHO_N@
154 ECHO_T = @ECHO_T@
155 EGREP = @EGREP@
156 EXEEXT = @EXEEXT@
157 FCNTL_H = @FCNTL_H@
158 GETOPT_H = @GETOPT_H@
159 GNULIB_CHOWN = @GNULIB_CHOWN@
160 GNULIB_DUP2 = @GNULIB_DUP2@
161 GNULIB_FCHDIR = @GNULIB_FCHDIR@
162 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
163 GNULIB_GETCWD = @GNULIB_GETCWD@
164 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
165 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
166 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
167 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
168 GNULIB_READLINK = @GNULIB_READLINK@
169 GREP = @GREP@
170 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
171 HAVE_DUP2 = @HAVE_DUP2@
172 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
173 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
174 HAVE_MKDTEMP = @HAVE_MKDTEMP@
175 HAVE_READLINK = @HAVE_READLINK@
176 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
177 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
178 HAVE_UNISTD_H = @HAVE_UNISTD_H@
179 HAVE__BOOL = @HAVE__BOOL@
180 INSTALL = @INSTALL@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 LDFLAGS = @LDFLAGS@
186 LIBGZIP_LIBDEPS = @LIBGZIP_LIBDEPS@
187 LIBGZIP_LTLIBDEPS = @LIBGZIP_LTLIBDEPS@
188 LIBINTL = @LIBINTL@
189 LIBOBJS = @LIBOBJS@
190 LIBS = @LIBS@
191 LN_S = @LN_S@
192 LTLIBINTL = @LTLIBINTL@
193 LTLIBOBJS = @LTLIBOBJS@
194 MAKEINFO = @MAKEINFO@
195 MKDIR_P = @MKDIR_P@
196 NM = @NM@
197 OBJEXT = @OBJEXT@
198 PACKAGE = @PACKAGE@
199 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200 PACKAGE_NAME = @PACKAGE_NAME@
201 PACKAGE_STRING = @PACKAGE_STRING@
202 PACKAGE_TARNAME = @PACKAGE_TARNAME@
203 PACKAGE_VERSION = @PACKAGE_VERSION@
204 PATH_SEPARATOR = @PATH_SEPARATOR@
205 RANLIB = @RANLIB@
206 REPLACE_CHOWN = @REPLACE_CHOWN@
207 REPLACE_FCHDIR = @REPLACE_FCHDIR@
208 REPLACE_GETCWD = @REPLACE_GETCWD@
209 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
210 REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
211 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
212 REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
213 REPLACE_STRPTIME = @REPLACE_STRPTIME@
214 REPLACE_TIMEGM = @REPLACE_TIMEGM@
215 SET_MAKE = @SET_MAKE@
216 SHELL = @SHELL@
217 STDBOOL_H = @STDBOOL_H@
218 STRIP = @STRIP@
219 SYS_STAT_H = @SYS_STAT_H@
220 SYS_TIME_H = @SYS_TIME_H@
221 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
222 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
223 VERSION = @VERSION@
224 abs_builddir = @abs_builddir@
225 abs_srcdir = @abs_srcdir@
226 abs_top_builddir = @abs_top_builddir@
227 abs_top_srcdir = @abs_top_srcdir@
228 ac_ct_CC = @ac_ct_CC@
229 ac_prefix_program = @ac_prefix_program@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 bindir = @bindir@
236 build_alias = @build_alias@
237 builddir = @builddir@
238 datadir = @datadir@
239 datarootdir = @datarootdir@
240 docdir = @docdir@
241 dvidir = @dvidir@
242 exec_prefix = @exec_prefix@
243 gl_LIBOBJS = @gl_LIBOBJS@
244 gl_LTLIBOBJS = @gl_LTLIBOBJS@
245 host_alias = @host_alias@
246 htmldir = @htmldir@
247 includedir = @includedir@
248 infodir = @infodir@
249 install_sh = @install_sh@
250 libdir = @libdir@
251 libexecdir = @libexecdir@
252 localedir = @localedir@
253 localstatedir = @localstatedir@
254 mandir = @mandir@
255 mkdir_p = @mkdir_p@
256 oldincludedir = @oldincludedir@
257 pdfdir = @pdfdir@
258 prefix = @prefix@
259 program_transform_name = @program_transform_name@
260 psdir = @psdir@
261 sbindir = @sbindir@
262 sharedstatedir = @sharedstatedir@
263 srcdir = @srcdir@
264 sysconfdir = @sysconfdir@
265 target_alias = @target_alias@
266 top_builddir = @top_builddir@
267 top_srcdir = @top_srcdir@
268 SUBDIRS = lib doc
269 ACLOCAL_AMFLAGS = -I m4
270 AM_CPPFLAGS = -I$(top_srcdir)/lib
271 man_MANS = gunzip.1 gzexe.1 gzip.1 \
272   zcat.1 zcmp.1 zdiff.1 zforce.1 zgrep.1 zless.1 zmore.1 znew.1
273
274 EXTRA_DIST = $(ACINCLUDE_INPUTS) $(man_MANS) \
275   algorithm.doc amiga/match.a amiga/Makefile.gcc amiga/Makefile.sasc \
276   amiga/tailor.c amiga/utime.h atari/Makefile.st crypt.h \
277   gunzip.in gzexe.in gzip.doc gzip.h lzw.h msdos/match.asm msdos/tailor.c \
278   msdos/gzip.prj msdos/doturboc.bat msdos/Makefile.msc msdos/Makefile.bor \
279   msdos/Makefile.djg nt/Makefile.nt os2/gzip.def os2/Makefile.os2 \
280   os2/gzip16.def primos/include/errno.h primos/include/fcntl.h \
281   primos/include/stdlib.h primos/include/sysStat.h \
282   primos/include/sysTypes.h primos/build.cpl primos/readme \
283   primos/primos.c primos/ci.opts revision.h sample/makecrc.c \
284   sample/ztouch sample/add.c sample/sub.c sample/zread.c sample/zfile \
285   tailor.h vms/Makefile.mms vms/gzip.hlp vms/vms.c vms/Readme.vms \
286   vms/Makefile.vms vms/Makefile.gcc vms/makegzip.com zcat.in zcmp.in zdiff.in \
287   zegrep.in zfgrep.in zforce.in zgrep.in zless.in zmore.in znew.in
288
289 bin_SCRIPTS = gunzip gzexe zcat zcmp zdiff \
290   zegrep zfgrep zforce zgrep zless zmore znew
291
292 gzip_SOURCES = \
293   bits.c crypt.c deflate.c gzip.c inflate.c lzw.c \
294   trees.c unlzh.c unlzw.c unpack.c unzip.c util.c zip.c
295
296 gzip_LDADD = lib/libgzip.a
297 SUFFIXES = .in
298
299 # A simple test, just of gzip -- more of a sanity check than anything else.
300 FILES_TO_CHECK = $(bin_SCRIPTS) $(gzip_LDADD) \
301   $(top_srcdir)/ChangeLog $(top_srcdir)/configure $(top_srcdir)/gzip.c
302
303 MAINTAINERCLEANFILES = gzip.doc
304 MOSTLYCLEANFILES = _match.i match_.s _match.S gzip.doc.gz \
305   gunzip gzexe zcat zcmp zdiff zegrep zfgrep zforce zgrep zless zmore znew
306
307 all: all-recursive
308
309 .SUFFIXES:
310 .SUFFIXES: .in .c .o .obj
311 am--refresh:
312         @:
313 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
314         @for dep in $?; do \
315           case '$(am__configure_deps)' in \
316             *$$dep*) \
317               echo ' cd $(srcdir) && $(AUTOMAKE) --gnits '; \
318               cd $(srcdir) && $(AUTOMAKE) --gnits  \
319                 && exit 0; \
320               exit 1;; \
321           esac; \
322         done; \
323         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  Makefile'; \
324         cd $(top_srcdir) && \
325           $(AUTOMAKE) --gnits  Makefile
326 .PRECIOUS: Makefile
327 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328         @case '$?' in \
329           *config.status*) \
330             echo ' $(SHELL) ./config.status'; \
331             $(SHELL) ./config.status;; \
332           *) \
333             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
334             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
335         esac;
336
337 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
338         $(SHELL) ./config.status --recheck
339
340 $(top_srcdir)/configure:  $(am__configure_deps)
341         cd $(srcdir) && $(AUTOCONF)
342 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
343         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
344 install-binPROGRAMS: $(bin_PROGRAMS)
345         @$(NORMAL_INSTALL)
346         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
347         @list='$(bin_PROGRAMS)'; for p in $$list; do \
348           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
349           if test -f $$p \
350           ; then \
351             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
352            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
353            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
354           else :; fi; \
355         done
356
357 uninstall-binPROGRAMS:
358         @$(NORMAL_UNINSTALL)
359         @list='$(bin_PROGRAMS)'; for p in $$list; do \
360           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
361           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
362           rm -f "$(DESTDIR)$(bindir)/$$f"; \
363         done
364
365 clean-binPROGRAMS:
366         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
367
368 installcheck-binPROGRAMS: $(bin_PROGRAMS)
369         bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
370           case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
371            *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
372           esac; \
373           f=`echo "$$p" | \
374              sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
375           for opt in --help --version; do \
376             if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
377                  2>c$${pid}_.err </dev/null \
378                  && test -n "`cat c$${pid}_.out`" \
379                  && test -z "`cat c$${pid}_.err`"; then :; \
380             else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
381           done; \
382         done; rm -f c$${pid}_.???; exit $$bad
383 gzip$(EXEEXT): $(gzip_OBJECTS) $(gzip_DEPENDENCIES) 
384         @rm -f gzip$(EXEEXT)
385         $(LINK) $(gzip_OBJECTS) $(gzip_LDADD) $(LIBS)
386 install-binSCRIPTS: $(bin_SCRIPTS)
387         @$(NORMAL_INSTALL)
388         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
389         @list='$(bin_SCRIPTS)'; for p in $$list; do \
390           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
391           if test -f $$d$$p; then \
392             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
393             echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
394             $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
395           else :; fi; \
396         done
397
398 uninstall-binSCRIPTS:
399         @$(NORMAL_UNINSTALL)
400         @list='$(bin_SCRIPTS)'; for p in $$list; do \
401           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
402           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
403           rm -f "$(DESTDIR)$(bindir)/$$f"; \
404         done
405
406 installcheck-binSCRIPTS: $(bin_SCRIPTS)
407         bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \
408           case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
409            *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
410           esac; \
411           f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \
412           for opt in --help --version; do \
413             if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
414                  2>c$${pid}_.err </dev/null \
415                  && test -n "`cat c$${pid}_.out`" \
416                  && test -z "`cat c$${pid}_.err`"; then :; \
417             else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
418           done; \
419         done; rm -f c$${pid}_.???; exit $$bad
420
421 mostlyclean-compile:
422         -rm -f *.$(OBJEXT)
423
424 distclean-compile:
425         -rm -f *.tab.c
426
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bits.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inflate.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzw.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trees.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlzh.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlzw.Po@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unpack.Po@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unzip.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Po@am__quote@
440
441 .c.o:
442 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
443 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
447
448 .c.obj:
449 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
450 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
454 install-man1: $(man1_MANS) $(man_MANS)
455         @$(NORMAL_INSTALL)
456         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
457         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
458         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
459         for i in $$l2; do \
460           case "$$i" in \
461             *.1*) list="$$list $$i" ;; \
462           esac; \
463         done; \
464         for i in $$list; do \
465           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
466           else file=$$i; fi; \
467           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
468           case "$$ext" in \
469             1*) ;; \
470             *) ext='1' ;; \
471           esac; \
472           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
473           inst=`echo $$inst | sed -e 's/^.*\///'`; \
474           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
475           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
476           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
477         done
478 uninstall-man1:
479         @$(NORMAL_UNINSTALL)
480         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
481         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
482         for i in $$l2; do \
483           case "$$i" in \
484             *.1*) list="$$list $$i" ;; \
485           esac; \
486         done; \
487         for i in $$list; do \
488           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
489           case "$$ext" in \
490             1*) ;; \
491             *) ext='1' ;; \
492           esac; \
493           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
494           inst=`echo $$inst | sed -e 's/^.*\///'`; \
495           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
496           echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
497           rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
498         done
499
500 # This directory's subdirectories are mostly independent; you can cd
501 # into them and run `make' without going through this Makefile.
502 # To change the values of `make' variables: instead of editing Makefiles,
503 # (1) if the variable is set in `config.status', edit `config.status'
504 #     (which will cause the Makefiles to be regenerated when you run `make');
505 # (2) otherwise, pass the desired values on the `make' command line.
506 $(RECURSIVE_TARGETS):
507         @failcom='exit 1'; \
508         for f in x $$MAKEFLAGS; do \
509           case $$f in \
510             *=* | --[!k]*);; \
511             *k*) failcom='fail=yes';; \
512           esac; \
513         done; \
514         dot_seen=no; \
515         target=`echo $@ | sed s/-recursive//`; \
516         list='$(SUBDIRS)'; for subdir in $$list; do \
517           echo "Making $$target in $$subdir"; \
518           if test "$$subdir" = "."; then \
519             dot_seen=yes; \
520             local_target="$$target-am"; \
521           else \
522             local_target="$$target"; \
523           fi; \
524           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
525           || eval $$failcom; \
526         done; \
527         if test "$$dot_seen" = "no"; then \
528           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
529         fi; test -z "$$fail"
530
531 $(RECURSIVE_CLEAN_TARGETS):
532         @failcom='exit 1'; \
533         for f in x $$MAKEFLAGS; do \
534           case $$f in \
535             *=* | --[!k]*);; \
536             *k*) failcom='fail=yes';; \
537           esac; \
538         done; \
539         dot_seen=no; \
540         case "$@" in \
541           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
542           *) list='$(SUBDIRS)' ;; \
543         esac; \
544         rev=''; for subdir in $$list; do \
545           if test "$$subdir" = "."; then :; else \
546             rev="$$subdir $$rev"; \
547           fi; \
548         done; \
549         rev="$$rev ."; \
550         target=`echo $@ | sed s/-recursive//`; \
551         for subdir in $$rev; do \
552           echo "Making $$target in $$subdir"; \
553           if test "$$subdir" = "."; then \
554             local_target="$$target-am"; \
555           else \
556             local_target="$$target"; \
557           fi; \
558           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
559           || eval $$failcom; \
560         done && test -z "$$fail"
561 tags-recursive:
562         list='$(SUBDIRS)'; for subdir in $$list; do \
563           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
564         done
565 ctags-recursive:
566         list='$(SUBDIRS)'; for subdir in $$list; do \
567           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
568         done
569
570 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
571         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
572         unique=`for i in $$list; do \
573             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574           done | \
575           $(AWK) '    { files[$$0] = 1; } \
576                END { for (i in files) print i; }'`; \
577         mkid -fID $$unique
578 tags: TAGS
579
580 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
581                 $(TAGS_FILES) $(LISP)
582         tags=; \
583         here=`pwd`; \
584         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
585           include_option=--etags-include; \
586           empty_fix=.; \
587         else \
588           include_option=--include; \
589           empty_fix=; \
590         fi; \
591         list='$(SUBDIRS)'; for subdir in $$list; do \
592           if test "$$subdir" = .; then :; else \
593             test ! -f $$subdir/TAGS || \
594               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
595           fi; \
596         done; \
597         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
598         unique=`for i in $$list; do \
599             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
600           done | \
601           $(AWK) '    { files[$$0] = 1; } \
602                END { for (i in files) print i; }'`; \
603         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
604           test -n "$$unique" || unique=$$empty_fix; \
605           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606             $$tags $$unique; \
607         fi
608 ctags: CTAGS
609 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
610                 $(TAGS_FILES) $(LISP)
611         tags=; \
612         here=`pwd`; \
613         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
614         unique=`for i in $$list; do \
615             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616           done | \
617           $(AWK) '    { files[$$0] = 1; } \
618                END { for (i in files) print i; }'`; \
619         test -z "$(CTAGS_ARGS)$$tags$$unique" \
620           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
621              $$tags $$unique
622
623 GTAGS:
624         here=`$(am__cd) $(top_builddir) && pwd` \
625           && cd $(top_srcdir) \
626           && gtags -i $(GTAGS_ARGS) $$here
627
628 distclean-tags:
629         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
630
631 distdir: $(DISTFILES)
632         @case `sed 15q $(srcdir)/NEWS` in \
633         *"$(VERSION)"*) : ;; \
634         *) \
635           echo "NEWS not updated; not releasing" 1>&2; \
636           exit 1;; \
637         esac
638         $(am__remove_distdir)
639         test -d $(distdir) || mkdir $(distdir)
640         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
641         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
642         list='$(DISTFILES)'; \
643           dist_files=`for file in $$list; do echo $$file; done | \
644           sed -e "s|^$$srcdirstrip/||;t" \
645               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
646         case $$dist_files in \
647           */*) $(MKDIR_P) `echo "$$dist_files" | \
648                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
649                            sort -u` ;; \
650         esac; \
651         for file in $$dist_files; do \
652           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
653           if test -d $$d/$$file; then \
654             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
655             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
657             fi; \
658             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
659           else \
660             test -f $(distdir)/$$file \
661             || cp -p $$d/$$file $(distdir)/$$file \
662             || exit 1; \
663           fi; \
664         done
665         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
666           if test "$$subdir" = .; then :; else \
667             test -d "$(distdir)/$$subdir" \
668             || $(MKDIR_P) "$(distdir)/$$subdir" \
669             || exit 1; \
670             distdir=`$(am__cd) $(distdir) && pwd`; \
671             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
672             (cd $$subdir && \
673               $(MAKE) $(AM_MAKEFLAGS) \
674                 top_distdir="$$top_distdir" \
675                 distdir="$$distdir/$$subdir" \
676                 am__remove_distdir=: \
677                 am__skip_length_check=: \
678                 distdir) \
679               || exit 1; \
680           fi; \
681         done
682         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
683           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
684           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
685           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
686         || chmod -R a+r $(distdir)
687 dist-gzip: distdir
688         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
689         $(am__remove_distdir)
690
691 dist-bzip2: distdir
692         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
693         $(am__remove_distdir)
694
695 dist-tarZ: distdir
696         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
697         $(am__remove_distdir)
698
699 dist-shar: distdir
700         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
701         $(am__remove_distdir)
702
703 dist-zip: distdir
704         -rm -f $(distdir).zip
705         zip -rq $(distdir).zip $(distdir)
706         $(am__remove_distdir)
707
708 dist dist-all: distdir
709         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
710         $(am__remove_distdir)
711
712 # This target untars the dist file and tries a VPATH configuration.  Then
713 # it guarantees that the distribution is self-contained by making another
714 # tarfile.
715 distcheck: dist
716         case '$(DIST_ARCHIVES)' in \
717         *.tar.gz*) \
718           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
719         *.tar.bz2*) \
720           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
721         *.tar.Z*) \
722           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
723         *.shar.gz*) \
724           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
725         *.zip*) \
726           unzip $(distdir).zip ;;\
727         esac
728         chmod -R a-w $(distdir); chmod a+w $(distdir)
729         mkdir $(distdir)/_build
730         mkdir $(distdir)/_inst
731         chmod a-w $(distdir)
732         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
733           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
734           && cd $(distdir)/_build \
735           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
736             $(DISTCHECK_CONFIGURE_FLAGS) \
737           && $(MAKE) $(AM_MAKEFLAGS) \
738           && $(MAKE) $(AM_MAKEFLAGS) dvi \
739           && $(MAKE) $(AM_MAKEFLAGS) check \
740           && $(MAKE) $(AM_MAKEFLAGS) install \
741           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
742           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
743           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
744                 distuninstallcheck \
745           && chmod -R a-w "$$dc_install_base" \
746           && ({ \
747                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
748                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
749                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
750                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
751                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
752               } || { rm -rf "$$dc_destdir"; exit 1; }) \
753           && rm -rf "$$dc_destdir" \
754           && $(MAKE) $(AM_MAKEFLAGS) dist \
755           && rm -rf $(DIST_ARCHIVES) \
756           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
757         $(am__remove_distdir)
758         @(echo "$(distdir) archives ready for distribution: "; \
759           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
760           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
761 distuninstallcheck:
762         @cd $(distuninstallcheck_dir) \
763         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
764            || { echo "ERROR: files left after uninstall:" ; \
765                 if test -n "$(DESTDIR)"; then \
766                   echo "  (check DESTDIR support)"; \
767                 fi ; \
768                 $(distuninstallcheck_listfiles) ; \
769                 exit 1; } >&2
770 distcleancheck: distclean
771         @if test '$(srcdir)' = . ; then \
772           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
773           exit 1 ; \
774         fi
775         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
776           || { echo "ERROR: files left in build directory after distclean:" ; \
777                $(distcleancheck_listfiles) ; \
778                exit 1; } >&2
779 check-am: all-am
780         $(MAKE) $(AM_MAKEFLAGS) check-local
781 check: check-recursive
782 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
783 installdirs: installdirs-recursive
784 installdirs-am:
785         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
786           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
787         done
788 install: install-recursive
789 install-exec: install-exec-recursive
790 install-data: install-data-recursive
791 uninstall: uninstall-recursive
792
793 install-am: all-am
794         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
795
796 installcheck: installcheck-recursive
797 install-strip:
798         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
799           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
800           `test -z '$(STRIP)' || \
801             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
802 mostlyclean-generic:
803         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
804
805 clean-generic:
806
807 distclean-generic:
808         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
809
810 maintainer-clean-generic:
811         @echo "This command is intended for maintainers to use"
812         @echo "it deletes files that may require special tools to rebuild."
813         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
814 clean: clean-recursive
815
816 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
817
818 distclean: distclean-recursive
819         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
820         -rm -rf ./$(DEPDIR)
821         -rm -f Makefile
822 distclean-am: clean-am distclean-compile distclean-generic \
823         distclean-tags
824
825 dvi: dvi-recursive
826
827 dvi-am:
828
829 html: html-recursive
830
831 info: info-recursive
832
833 info-am:
834
835 install-data-am: install-man
836
837 install-dvi: install-dvi-recursive
838
839 install-exec-am: install-binPROGRAMS install-binSCRIPTS
840         @$(NORMAL_INSTALL)
841         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
842
843 install-html: install-html-recursive
844
845 install-info: install-info-recursive
846
847 install-man: install-man1
848
849 install-pdf: install-pdf-recursive
850
851 install-ps: install-ps-recursive
852
853 installcheck-am: installcheck-binPROGRAMS installcheck-binSCRIPTS
854
855 maintainer-clean: maintainer-clean-recursive
856         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
857         -rm -rf $(top_srcdir)/autom4te.cache
858         -rm -rf ./$(DEPDIR)
859         -rm -f Makefile
860 maintainer-clean-am: distclean-am maintainer-clean-generic
861
862 mostlyclean: mostlyclean-recursive
863
864 mostlyclean-am: mostlyclean-compile mostlyclean-generic
865
866 pdf: pdf-recursive
867
868 pdf-am:
869
870 ps: ps-recursive
871
872 ps-am:
873
874 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
875         uninstall-local uninstall-man
876
877 uninstall-man: uninstall-man1
878
879 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
880         install-exec-am install-strip
881
882 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
883         all all-am am--refresh check check-am check-local clean \
884         clean-binPROGRAMS clean-generic ctags ctags-recursive dist \
885         dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
886         distcheck distclean distclean-compile distclean-generic \
887         distclean-tags distcleancheck distdir distuninstallcheck dvi \
888         dvi-am html html-am info info-am install install-am \
889         install-binPROGRAMS install-binSCRIPTS install-data \
890         install-data-am install-dvi install-dvi-am install-exec \
891         install-exec-am install-exec-hook install-html install-html-am \
892         install-info install-info-am install-man install-man1 \
893         install-pdf install-pdf-am install-ps install-ps-am \
894         install-strip installcheck installcheck-am \
895         installcheck-binPROGRAMS installcheck-binSCRIPTS installdirs \
896         installdirs-am maintainer-clean maintainer-clean-generic \
897         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
898         ps ps-am tags tags-recursive uninstall uninstall-am \
899         uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-local \
900         uninstall-man uninstall-man1
901
902
903 gzip.doc: gzip.1
904         groff -man -Tascii $(srcdir)/gzip.1 | col -b | uniq >$@
905
906 gzip.doc.gz: gzip.doc
907         gzip <$? >$@
908 .in:
909         sed \
910                 -e 's|/bin/sh|$(SHELL)|g' \
911                 -e 's|BINDIR|$${GZIP_BINDIR-'\''$(bindir)'\''}|g' \
912                 -e 's|[@]VERSION@|$(VERSION)|g' \
913                 $(srcdir)/$@.in >$@
914         chmod a+x $@
915 check-local: $(FILES_TO_CHECK) gzip.doc.gz
916         { test '$(srcdir)' != . || GZIP_BINDIR=. ./zdiff -c gzip.doc.gz; }
917         GZIP_BINDIR=. ./zdiff -c $(srcdir)/gzip.doc $(srcdir)/gzip.doc
918         GZIP_BINDIR=. ./zdiff $(srcdir)/gzip.doc gzip.doc.gz
919         GZIP_BINDIR=. ./zdiff -c - $(srcdir)/gzip.doc <gzip.doc.gz
920         GZIP_BINDIR=. ./zdiff -c gzip.doc.gz gzip.doc.gz
921         GZIP_BINDIR=. ./zgrep -iV >/dev/null
922         for file in $(FILES_TO_CHECK); do \
923           ./gzip -cv -- "$$file" | ./gzip -d | cmp - "$$file" || exit; \
924         done
925         @echo 'Test succeeded.'
926
927 install-exec-hook: remove-installed-links
928 install-exec-hook remove-installed-links:
929         @for prog_ext in $(bin_PROGRAMS) $(bin_SCRIPTS); do \
930           prog=`echo "$$prog_ext"|sed 's/$(EXEEXT)$$//'`; \
931           case $$prog in \
932           gunzip) aliases='uncompress';; \
933           *) continue;; \
934           esac; \
935           transform='$(transform)'; \
936           test "X$$prog" = "X$$prog_ext" || \
937             transform="$$transform"';s/$$/$(EXEEXT)/'; \
938           destbindir=$(DESTDIR)$(bindir); \
939           source=`echo "$$prog"|sed "$$transform"`; \
940           for alias in $$aliases; do \
941             dest=`echo "$$alias"|sed "$$transform"`; \
942             (set -x; \
943              cd "$$destbindir" && \
944              rm -f "$$dest" && \
945              case $@ in \
946              install-exec-hook) \
947                ln "$$source" "$$dest" || $(LN_S) "$$source" "$$dest";; \
948              esac \
949             ) || exit; \
950           done; \
951         done
952
953 uninstall-local: remove-installed-links
954 # Tell versions [3.59,3.63) of GNU make to not export all variables.
955 # Otherwise a system limit (for SysV at least) may be exceeded.
956 .NOEXPORT: