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