diff -Naur gzip-1.3.5.orig/Makefile.in gzip-1.3.5/Makefile.in --- gzip-1.3.5.orig/Makefile.in 2002-09-30 09:28:48.000000000 +0000 +++ gzip-1.3.5/Makefile.in 2005-01-30 18:28:59.174216691 +0000 @@ -60,6 +60,8 @@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +FPICCFLAGS = @FPICCFLAGS@ +FPIECFLAGS = @FPIECFLAGS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -69,6 +71,7 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ +NOWLDFLAGS = @NOWLDFLAGS@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -77,9 +80,13 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PIELDFLAGS = @PIELDFLAGS@ +RELROLDFLAGS = @RELROLDFLAGS@ SEDCMD = @SEDCMD@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ +SSPCFLAGS = @SSPCFLAGS@ +SSPNOCFLAGS = @SSPNOCFLAGS@ STRIP = @STRIP@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ @@ -142,6 +149,8 @@ trees.c unlzh.c unlzw.c unpack.c unzip.c util.c yesno.c zip.c gzip_LDADD = @LIBOBJS@ +gzip_CFLAGS = @FPIECFLAGS@ @SSPCFLAGS@ +gzip_LDFLAGS = @PIELDFLAGS@ @RELROLDFLAGS@ @NOWLDFLAGS@ AM_MAKEINFOFLAGS = --no-split @@ -161,29 +170,33 @@ bin_PROGRAMS = gzip$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) -am_gzip_OBJECTS = bits.$(OBJEXT) crypt.$(OBJEXT) deflate.$(OBJEXT) \ - getopt.$(OBJEXT) getopt1.$(OBJEXT) gzip.$(OBJEXT) \ - inflate.$(OBJEXT) lzw.$(OBJEXT) trees.$(OBJEXT) unlzh.$(OBJEXT) \ - unlzw.$(OBJEXT) unpack.$(OBJEXT) unzip.$(OBJEXT) util.$(OBJEXT) \ - yesno.$(OBJEXT) zip.$(OBJEXT) +am_gzip_OBJECTS = gzip-bits.$(OBJEXT) gzip-crypt.$(OBJEXT) \ + gzip-deflate.$(OBJEXT) gzip-getopt.$(OBJEXT) \ + gzip-getopt1.$(OBJEXT) gzip-gzip.$(OBJEXT) \ + gzip-inflate.$(OBJEXT) gzip-lzw.$(OBJEXT) gzip-trees.$(OBJEXT) \ + gzip-unlzh.$(OBJEXT) gzip-unlzw.$(OBJEXT) gzip-unpack.$(OBJEXT) \ + gzip-unzip.$(OBJEXT) gzip-util.$(OBJEXT) gzip-yesno.$(OBJEXT) \ + gzip-zip.$(OBJEXT) gzip_OBJECTS = $(am_gzip_OBJECTS) gzip_DEPENDENCIES = @LIBOBJS@ -gzip_LDFLAGS = SCRIPTS = $(bin_SCRIPTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I. depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles -@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/match.Po $(DEPDIR)/rpmatch.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/bits.Po ./$(DEPDIR)/crypt.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/deflate.Po ./$(DEPDIR)/getopt.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/gzip.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/inflate.Po ./$(DEPDIR)/lzw.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/trees.Po ./$(DEPDIR)/unlzh.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/unlzw.Po ./$(DEPDIR)/unpack.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/unzip.Po ./$(DEPDIR)/util.Po \ -@AMDEP_TRUE@ ./$(DEPDIR)/yesno.Po ./$(DEPDIR)/zip.Po +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/rpmatch.Po ./$(DEPDIR)/gzip-bits.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-crypt.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-deflate.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-getopt.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-getopt1.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-gzip.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-inflate.Po ./$(DEPDIR)/gzip-lzw.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-trees.Po ./$(DEPDIR)/gzip-unlzh.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-unlzw.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-unpack.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-unzip.Po ./$(DEPDIR)/gzip-util.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/gzip-yesno.Po ./$(DEPDIR)/gzip-zip.Po COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) @@ -200,9 +213,9 @@ MANS = $(man_MANS) DIST_COMMON = README $(gzip_TEXINFOS) AUTHORS COPYING ChangeLog INSTALL \ Makefile.am Makefile.in NEWS README-alpha THANKS TODO \ - aclocal.m4 config.h.in configure configure.in depcomp \ - install-sh match.c mdate-sh missing mkinstalldirs rpmatch.c \ - stamp-vti texinfo.tex version.texi + aclocal.m4 compile config.h.in configure configure.in depcomp \ + install-sh mdate-sh missing mkinstalldirs rpmatch.c stamp-vti \ + texinfo.tex version.texi SOURCES = $(gzip_SOURCES) all: config.h @@ -282,6 +295,22 @@ else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ done; \ done; rm -f c$${pid}_.???; exit $$bad +gzip-bits.$(OBJEXT): bits.c +gzip-crypt.$(OBJEXT): crypt.c +gzip-deflate.$(OBJEXT): deflate.c +gzip-getopt.$(OBJEXT): getopt.c +gzip-getopt1.$(OBJEXT): getopt1.c +gzip-gzip.$(OBJEXT): gzip.c +gzip-inflate.$(OBJEXT): inflate.c +gzip-lzw.$(OBJEXT): lzw.c +gzip-trees.$(OBJEXT): trees.c +gzip-unlzh.$(OBJEXT): unlzh.c +gzip-unlzw.$(OBJEXT): unlzw.c +gzip-unpack.$(OBJEXT): unpack.c +gzip-unzip.$(OBJEXT): unzip.c +gzip-util.$(OBJEXT): util.c +gzip-yesno.$(OBJEXT): yesno.c +gzip-zip.$(OBJEXT): zip.c gzip$(EXEEXT): $(gzip_OBJECTS) $(gzip_DEPENDENCIES) @rm -f gzip$(EXEEXT) $(LINK) $(gzip_LDFLAGS) $(gzip_OBJECTS) $(gzip_LDADD) $(LIBS) @@ -326,24 +355,23 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/match.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rpmatch.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bits.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inflate.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzw.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trees.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlzh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlzw.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unpack.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unzip.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yesno.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-bits.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-crypt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-deflate.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-getopt.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-getopt1.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-gzip.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-inflate.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-lzw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-trees.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-unlzh.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-unlzw.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-unpack.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-unzip.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-util.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-yesno.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip-zip.Po@am__quote@ distclean-depend: -rm -rf $(DEPDIR) ./$(DEPDIR) @@ -370,6 +398,358 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` +gzip-bits.o: bits.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-bits.o -MD -MP -MF "$(DEPDIR)/gzip-bits.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-bits.o `test -f 'bits.c' || echo '$(srcdir)/'`bits.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-bits.Tpo" "$(DEPDIR)/gzip-bits.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-bits.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bits.c' object='gzip-bits.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-bits.Po' tmpdepfile='$(DEPDIR)/gzip-bits.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-bits.o `test -f 'bits.c' || echo '$(srcdir)/'`bits.c + +gzip-bits.obj: bits.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-bits.obj -MD -MP -MF "$(DEPDIR)/gzip-bits.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-bits.obj `if test -f 'bits.c'; then $(CYGPATH_W) 'bits.c'; else $(CYGPATH_W) '$(srcdir)/bits.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-bits.Tpo" "$(DEPDIR)/gzip-bits.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-bits.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='bits.c' object='gzip-bits.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-bits.Po' tmpdepfile='$(DEPDIR)/gzip-bits.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-bits.obj `if test -f 'bits.c'; then $(CYGPATH_W) 'bits.c'; else $(CYGPATH_W) '$(srcdir)/bits.c'` + +gzip-crypt.o: crypt.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-crypt.o -MD -MP -MF "$(DEPDIR)/gzip-crypt.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-crypt.o `test -f 'crypt.c' || echo '$(srcdir)/'`crypt.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-crypt.Tpo" "$(DEPDIR)/gzip-crypt.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-crypt.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='crypt.c' object='gzip-crypt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-crypt.Po' tmpdepfile='$(DEPDIR)/gzip-crypt.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-crypt.o `test -f 'crypt.c' || echo '$(srcdir)/'`crypt.c + +gzip-crypt.obj: crypt.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-crypt.obj -MD -MP -MF "$(DEPDIR)/gzip-crypt.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-crypt.obj `if test -f 'crypt.c'; then $(CYGPATH_W) 'crypt.c'; else $(CYGPATH_W) '$(srcdir)/crypt.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-crypt.Tpo" "$(DEPDIR)/gzip-crypt.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-crypt.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='crypt.c' object='gzip-crypt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-crypt.Po' tmpdepfile='$(DEPDIR)/gzip-crypt.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-crypt.obj `if test -f 'crypt.c'; then $(CYGPATH_W) 'crypt.c'; else $(CYGPATH_W) '$(srcdir)/crypt.c'` + +gzip-deflate.o: deflate.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-deflate.o -MD -MP -MF "$(DEPDIR)/gzip-deflate.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-deflate.o `test -f 'deflate.c' || echo '$(srcdir)/'`deflate.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-deflate.Tpo" "$(DEPDIR)/gzip-deflate.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-deflate.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deflate.c' object='gzip-deflate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-deflate.Po' tmpdepfile='$(DEPDIR)/gzip-deflate.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-deflate.o `test -f 'deflate.c' || echo '$(srcdir)/'`deflate.c + +gzip-deflate.obj: deflate.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-deflate.obj -MD -MP -MF "$(DEPDIR)/gzip-deflate.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-deflate.obj `if test -f 'deflate.c'; then $(CYGPATH_W) 'deflate.c'; else $(CYGPATH_W) '$(srcdir)/deflate.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-deflate.Tpo" "$(DEPDIR)/gzip-deflate.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-deflate.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deflate.c' object='gzip-deflate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-deflate.Po' tmpdepfile='$(DEPDIR)/gzip-deflate.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-deflate.obj `if test -f 'deflate.c'; then $(CYGPATH_W) 'deflate.c'; else $(CYGPATH_W) '$(srcdir)/deflate.c'` + +gzip-getopt.o: getopt.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-getopt.o -MD -MP -MF "$(DEPDIR)/gzip-getopt.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-getopt.o `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-getopt.Tpo" "$(DEPDIR)/gzip-getopt.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-getopt.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='getopt.c' object='gzip-getopt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-getopt.Po' tmpdepfile='$(DEPDIR)/gzip-getopt.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-getopt.o `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c + +gzip-getopt.obj: getopt.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-getopt.obj -MD -MP -MF "$(DEPDIR)/gzip-getopt.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-getopt.obj `if test -f 'getopt.c'; then $(CYGPATH_W) 'getopt.c'; else $(CYGPATH_W) '$(srcdir)/getopt.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-getopt.Tpo" "$(DEPDIR)/gzip-getopt.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-getopt.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='getopt.c' object='gzip-getopt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-getopt.Po' tmpdepfile='$(DEPDIR)/gzip-getopt.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-getopt.obj `if test -f 'getopt.c'; then $(CYGPATH_W) 'getopt.c'; else $(CYGPATH_W) '$(srcdir)/getopt.c'` + +gzip-getopt1.o: getopt1.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-getopt1.o -MD -MP -MF "$(DEPDIR)/gzip-getopt1.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-getopt1.o `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-getopt1.Tpo" "$(DEPDIR)/gzip-getopt1.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-getopt1.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='getopt1.c' object='gzip-getopt1.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-getopt1.Po' tmpdepfile='$(DEPDIR)/gzip-getopt1.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-getopt1.o `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c + +gzip-getopt1.obj: getopt1.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-getopt1.obj -MD -MP -MF "$(DEPDIR)/gzip-getopt1.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-getopt1.obj `if test -f 'getopt1.c'; then $(CYGPATH_W) 'getopt1.c'; else $(CYGPATH_W) '$(srcdir)/getopt1.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-getopt1.Tpo" "$(DEPDIR)/gzip-getopt1.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-getopt1.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='getopt1.c' object='gzip-getopt1.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-getopt1.Po' tmpdepfile='$(DEPDIR)/gzip-getopt1.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-getopt1.obj `if test -f 'getopt1.c'; then $(CYGPATH_W) 'getopt1.c'; else $(CYGPATH_W) '$(srcdir)/getopt1.c'` + +gzip-gzip.o: gzip.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-gzip.o -MD -MP -MF "$(DEPDIR)/gzip-gzip.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-gzip.o `test -f 'gzip.c' || echo '$(srcdir)/'`gzip.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-gzip.Tpo" "$(DEPDIR)/gzip-gzip.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-gzip.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gzip.c' object='gzip-gzip.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-gzip.Po' tmpdepfile='$(DEPDIR)/gzip-gzip.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-gzip.o `test -f 'gzip.c' || echo '$(srcdir)/'`gzip.c + +gzip-gzip.obj: gzip.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-gzip.obj -MD -MP -MF "$(DEPDIR)/gzip-gzip.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-gzip.obj `if test -f 'gzip.c'; then $(CYGPATH_W) 'gzip.c'; else $(CYGPATH_W) '$(srcdir)/gzip.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-gzip.Tpo" "$(DEPDIR)/gzip-gzip.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-gzip.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gzip.c' object='gzip-gzip.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-gzip.Po' tmpdepfile='$(DEPDIR)/gzip-gzip.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-gzip.obj `if test -f 'gzip.c'; then $(CYGPATH_W) 'gzip.c'; else $(CYGPATH_W) '$(srcdir)/gzip.c'` + +gzip-inflate.o: inflate.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-inflate.o -MD -MP -MF "$(DEPDIR)/gzip-inflate.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-inflate.o `test -f 'inflate.c' || echo '$(srcdir)/'`inflate.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-inflate.Tpo" "$(DEPDIR)/gzip-inflate.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-inflate.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='inflate.c' object='gzip-inflate.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-inflate.Po' tmpdepfile='$(DEPDIR)/gzip-inflate.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-inflate.o `test -f 'inflate.c' || echo '$(srcdir)/'`inflate.c + +gzip-inflate.obj: inflate.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-inflate.obj -MD -MP -MF "$(DEPDIR)/gzip-inflate.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-inflate.obj `if test -f 'inflate.c'; then $(CYGPATH_W) 'inflate.c'; else $(CYGPATH_W) '$(srcdir)/inflate.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-inflate.Tpo" "$(DEPDIR)/gzip-inflate.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-inflate.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='inflate.c' object='gzip-inflate.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-inflate.Po' tmpdepfile='$(DEPDIR)/gzip-inflate.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-inflate.obj `if test -f 'inflate.c'; then $(CYGPATH_W) 'inflate.c'; else $(CYGPATH_W) '$(srcdir)/inflate.c'` + +gzip-lzw.o: lzw.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-lzw.o -MD -MP -MF "$(DEPDIR)/gzip-lzw.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-lzw.o `test -f 'lzw.c' || echo '$(srcdir)/'`lzw.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-lzw.Tpo" "$(DEPDIR)/gzip-lzw.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-lzw.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzw.c' object='gzip-lzw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-lzw.Po' tmpdepfile='$(DEPDIR)/gzip-lzw.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-lzw.o `test -f 'lzw.c' || echo '$(srcdir)/'`lzw.c + +gzip-lzw.obj: lzw.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-lzw.obj -MD -MP -MF "$(DEPDIR)/gzip-lzw.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-lzw.obj `if test -f 'lzw.c'; then $(CYGPATH_W) 'lzw.c'; else $(CYGPATH_W) '$(srcdir)/lzw.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-lzw.Tpo" "$(DEPDIR)/gzip-lzw.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-lzw.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzw.c' object='gzip-lzw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-lzw.Po' tmpdepfile='$(DEPDIR)/gzip-lzw.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-lzw.obj `if test -f 'lzw.c'; then $(CYGPATH_W) 'lzw.c'; else $(CYGPATH_W) '$(srcdir)/lzw.c'` + +gzip-trees.o: trees.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-trees.o -MD -MP -MF "$(DEPDIR)/gzip-trees.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-trees.o `test -f 'trees.c' || echo '$(srcdir)/'`trees.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-trees.Tpo" "$(DEPDIR)/gzip-trees.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-trees.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='trees.c' object='gzip-trees.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-trees.Po' tmpdepfile='$(DEPDIR)/gzip-trees.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-trees.o `test -f 'trees.c' || echo '$(srcdir)/'`trees.c + +gzip-trees.obj: trees.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-trees.obj -MD -MP -MF "$(DEPDIR)/gzip-trees.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-trees.obj `if test -f 'trees.c'; then $(CYGPATH_W) 'trees.c'; else $(CYGPATH_W) '$(srcdir)/trees.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-trees.Tpo" "$(DEPDIR)/gzip-trees.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-trees.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='trees.c' object='gzip-trees.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-trees.Po' tmpdepfile='$(DEPDIR)/gzip-trees.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-trees.obj `if test -f 'trees.c'; then $(CYGPATH_W) 'trees.c'; else $(CYGPATH_W) '$(srcdir)/trees.c'` + +gzip-unlzh.o: unlzh.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unlzh.o -MD -MP -MF "$(DEPDIR)/gzip-unlzh.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unlzh.o `test -f 'unlzh.c' || echo '$(srcdir)/'`unlzh.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unlzh.Tpo" "$(DEPDIR)/gzip-unlzh.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unlzh.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unlzh.c' object='gzip-unlzh.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unlzh.Po' tmpdepfile='$(DEPDIR)/gzip-unlzh.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unlzh.o `test -f 'unlzh.c' || echo '$(srcdir)/'`unlzh.c + +gzip-unlzh.obj: unlzh.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unlzh.obj -MD -MP -MF "$(DEPDIR)/gzip-unlzh.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unlzh.obj `if test -f 'unlzh.c'; then $(CYGPATH_W) 'unlzh.c'; else $(CYGPATH_W) '$(srcdir)/unlzh.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unlzh.Tpo" "$(DEPDIR)/gzip-unlzh.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unlzh.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unlzh.c' object='gzip-unlzh.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unlzh.Po' tmpdepfile='$(DEPDIR)/gzip-unlzh.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unlzh.obj `if test -f 'unlzh.c'; then $(CYGPATH_W) 'unlzh.c'; else $(CYGPATH_W) '$(srcdir)/unlzh.c'` + +gzip-unlzw.o: unlzw.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unlzw.o -MD -MP -MF "$(DEPDIR)/gzip-unlzw.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unlzw.o `test -f 'unlzw.c' || echo '$(srcdir)/'`unlzw.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unlzw.Tpo" "$(DEPDIR)/gzip-unlzw.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unlzw.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unlzw.c' object='gzip-unlzw.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unlzw.Po' tmpdepfile='$(DEPDIR)/gzip-unlzw.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unlzw.o `test -f 'unlzw.c' || echo '$(srcdir)/'`unlzw.c + +gzip-unlzw.obj: unlzw.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unlzw.obj -MD -MP -MF "$(DEPDIR)/gzip-unlzw.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unlzw.obj `if test -f 'unlzw.c'; then $(CYGPATH_W) 'unlzw.c'; else $(CYGPATH_W) '$(srcdir)/unlzw.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unlzw.Tpo" "$(DEPDIR)/gzip-unlzw.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unlzw.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unlzw.c' object='gzip-unlzw.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unlzw.Po' tmpdepfile='$(DEPDIR)/gzip-unlzw.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unlzw.obj `if test -f 'unlzw.c'; then $(CYGPATH_W) 'unlzw.c'; else $(CYGPATH_W) '$(srcdir)/unlzw.c'` + +gzip-unpack.o: unpack.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unpack.o -MD -MP -MF "$(DEPDIR)/gzip-unpack.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unpack.o `test -f 'unpack.c' || echo '$(srcdir)/'`unpack.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unpack.Tpo" "$(DEPDIR)/gzip-unpack.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unpack.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unpack.c' object='gzip-unpack.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unpack.Po' tmpdepfile='$(DEPDIR)/gzip-unpack.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unpack.o `test -f 'unpack.c' || echo '$(srcdir)/'`unpack.c + +gzip-unpack.obj: unpack.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unpack.obj -MD -MP -MF "$(DEPDIR)/gzip-unpack.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unpack.obj `if test -f 'unpack.c'; then $(CYGPATH_W) 'unpack.c'; else $(CYGPATH_W) '$(srcdir)/unpack.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unpack.Tpo" "$(DEPDIR)/gzip-unpack.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unpack.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unpack.c' object='gzip-unpack.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unpack.Po' tmpdepfile='$(DEPDIR)/gzip-unpack.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unpack.obj `if test -f 'unpack.c'; then $(CYGPATH_W) 'unpack.c'; else $(CYGPATH_W) '$(srcdir)/unpack.c'` + +gzip-unzip.o: unzip.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unzip.o -MD -MP -MF "$(DEPDIR)/gzip-unzip.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unzip.o `test -f 'unzip.c' || echo '$(srcdir)/'`unzip.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unzip.Tpo" "$(DEPDIR)/gzip-unzip.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unzip.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unzip.c' object='gzip-unzip.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unzip.Po' tmpdepfile='$(DEPDIR)/gzip-unzip.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unzip.o `test -f 'unzip.c' || echo '$(srcdir)/'`unzip.c + +gzip-unzip.obj: unzip.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-unzip.obj -MD -MP -MF "$(DEPDIR)/gzip-unzip.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-unzip.obj `if test -f 'unzip.c'; then $(CYGPATH_W) 'unzip.c'; else $(CYGPATH_W) '$(srcdir)/unzip.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-unzip.Tpo" "$(DEPDIR)/gzip-unzip.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-unzip.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unzip.c' object='gzip-unzip.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-unzip.Po' tmpdepfile='$(DEPDIR)/gzip-unzip.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-unzip.obj `if test -f 'unzip.c'; then $(CYGPATH_W) 'unzip.c'; else $(CYGPATH_W) '$(srcdir)/unzip.c'` + +gzip-util.o: util.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-util.o -MD -MP -MF "$(DEPDIR)/gzip-util.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-util.Tpo" "$(DEPDIR)/gzip-util.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-util.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='gzip-util.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-util.Po' tmpdepfile='$(DEPDIR)/gzip-util.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c + +gzip-util.obj: util.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-util.obj -MD -MP -MF "$(DEPDIR)/gzip-util.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-util.Tpo" "$(DEPDIR)/gzip-util.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-util.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='gzip-util.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-util.Po' tmpdepfile='$(DEPDIR)/gzip-util.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'` + +gzip-yesno.o: yesno.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-yesno.o -MD -MP -MF "$(DEPDIR)/gzip-yesno.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-yesno.o `test -f 'yesno.c' || echo '$(srcdir)/'`yesno.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-yesno.Tpo" "$(DEPDIR)/gzip-yesno.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-yesno.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='yesno.c' object='gzip-yesno.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-yesno.Po' tmpdepfile='$(DEPDIR)/gzip-yesno.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-yesno.o `test -f 'yesno.c' || echo '$(srcdir)/'`yesno.c + +gzip-yesno.obj: yesno.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-yesno.obj -MD -MP -MF "$(DEPDIR)/gzip-yesno.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-yesno.obj `if test -f 'yesno.c'; then $(CYGPATH_W) 'yesno.c'; else $(CYGPATH_W) '$(srcdir)/yesno.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-yesno.Tpo" "$(DEPDIR)/gzip-yesno.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-yesno.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='yesno.c' object='gzip-yesno.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-yesno.Po' tmpdepfile='$(DEPDIR)/gzip-yesno.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-yesno.obj `if test -f 'yesno.c'; then $(CYGPATH_W) 'yesno.c'; else $(CYGPATH_W) '$(srcdir)/yesno.c'` + +gzip-zip.o: zip.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-zip.o -MD -MP -MF "$(DEPDIR)/gzip-zip.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-zip.o `test -f 'zip.c' || echo '$(srcdir)/'`zip.c; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-zip.Tpo" "$(DEPDIR)/gzip-zip.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-zip.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='zip.c' object='gzip-zip.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-zip.Po' tmpdepfile='$(DEPDIR)/gzip-zip.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-zip.o `test -f 'zip.c' || echo '$(srcdir)/'`zip.c + +gzip-zip.obj: zip.c +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -MT gzip-zip.obj -MD -MP -MF "$(DEPDIR)/gzip-zip.Tpo" \ +@am__fastdepCC_TRUE@ -c -o gzip-zip.obj `if test -f 'zip.c'; then $(CYGPATH_W) 'zip.c'; else $(CYGPATH_W) '$(srcdir)/zip.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gzip-zip.Tpo" "$(DEPDIR)/gzip-zip.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gzip-zip.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='zip.c' object='gzip-zip.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/gzip-zip.Po' tmpdepfile='$(DEPDIR)/gzip-zip.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gzip_CFLAGS) $(CFLAGS) -c -o gzip-zip.obj `if test -f 'zip.c'; then $(CYGPATH_W) 'zip.c'; else $(CYGPATH_W) '$(srcdir)/zip.c'` + .texi.info: @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ diff -Naur gzip-1.3.5.orig/configure gzip-1.3.5/configure --- gzip-1.3.5.orig/configure 2002-09-30 09:28:51.000000000 +0000 +++ gzip-1.3.5/configure 2005-01-30 18:28:55.653204970 +0000 @@ -307,7 +307,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP LN_S EGREP LIBOBJS ac_prefix_program ASCPP SEDCMD LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP LN_S FPIECFLAGS PIELDFLAGS FPICCFLAGS SSPCFLAGS SSPNOCFLAGS RELROLDFLAGS NOWLDFLAGS EGREP LIBOBJS ac_prefix_program ASCPP SEDCMD LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -2880,6 +2880,287 @@ fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_save_CFLAGS=$CFLAGS +CFLAGS="-pie -fPIE $CFLAGS" +echo "$as_me:$LINENO: checking whether $CC accepts -pie -fPIE" >&5 +echo $ECHO_N "checking whether $CC accepts -pie -fPIE... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_fpie+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +#include "confdefs.h" + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_fpie=yes +else + echo "$as_me: failed program was:" >&5 +cat conftest.$ac_ext >&5 +ac_cv_prog_cc_fpie=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_fpie" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_fpie" >&6 + + +CFLAGS="$ac_save_CFLAGS" +if test $ac_cv_prog_cc_fpie = yes; then + FPIECFLAGS="-pie -fPIE" + PIELDFLAGS="-pie" +else + FPIECFLAGS="" + PIELDFLAGS="" +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_save_CFLAGS=$CFLAGS +CFLAGS="-fPIC $CFLAGS" +echo "$as_me:$LINENO: checking whether $CC accepts -fPIC" >&5 +echo $ECHO_N "checking whether $CC accepts -fPIC... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_fpic+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +#include "confdefs.h" + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_fpic=yes +else + echo "$as_me: failed program was:" >&5 +cat conftest.$ac_ext >&5 +ac_cv_prog_cc_fpic=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_fpic" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_fpic" >&6 + +CFLAGS="$ac_save_CFLAGS" +if test $ac_cv_prog_cc_fpic = yes; then + FPICCFLAGS="-fPIC" +else + FPICCFLAGS="" +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_save_CFLAGS=$CFLAGS +CFLAGS="-fstack-protector-all $CFLAGS" +echo "$as_me:$LINENO: checking whether $CC accepts -fstack-protector-all" >&5 +echo $ECHO_N "checking whether $CC accepts -fstack-protector-all... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_ssp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +#include "confdefs.h" + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_ssp=yes +else + echo "$as_me: failed program was:" >&5 +cat conftest.$ac_ext >&5 +ac_cv_prog_cc_ssp=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_ssp" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_ssp" >&6 + + +CFLAGS="$ac_save_CFLAGS" +if test $ac_cv_prog_cc_ssp = yes; then + SSPCFLAGS="-fstack-protector-all" + SSPNOCFLAGS="-fno-fstack-protector" +else + SSPCFLAGS="" + SSPNOCFLAGS="" +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_save_CFLAGS=$CFLAGS +CFLAGS="-Wl,-z,relro $CFLAGS" +echo "$as_me:$LINENO: checking whether the $CC linker accepts -z relro" >&5 +echo $ECHO_N "checking whether the $CC linker accepts -z relro... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_relro+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +#include "confdefs.h" + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_relro=yes +else + echo "$as_me: failed program was:" >&5 +cat conftest.$ac_ext >&5 +ac_cv_prog_cc_relro=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_relro" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_relro" >&6 + +CFLAGS="$ac_save_CFLAGS" +if test $ac_cv_prog_cc_relro = yes; then + RELROLDFLAGS="-z relro" +else + RELROLDFLAGS="" +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_save_CFLAGS=$CFLAGS +CFLAGS="-Wl,-z,now $CFLAGS" +echo "$as_me:$LINENO: checking whether the $CC linker accepts -z now" >&5 +echo $ECHO_N "checking whether the $CC linker accepts -z now... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_now+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +#include "confdefs.h" + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_now=yes +else + echo "$as_me: failed program was:" >&5 +cat conftest.$ac_ext >&5 +ac_cv_prog_cc_now=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_now" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_now" >&6 + +CFLAGS="$ac_save_CFLAGS" +if test $ac_cv_prog_cc_now = yes; then + NOWLDFLAGS="-z now" +else + NOWLDFLAGS="" +fi + echo "$as_me:$LINENO: checking for egrep" >&5 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 @@ -3584,48 +3865,13 @@ fi -# Try to assemble match.S. -# "gcc -E match.s" ignores -E, so we must use match.S. -echo "$as_me:$LINENO: checking for assembler" >&5 -echo $ECHO_N "checking for assembler... $ECHO_C" >&6 -if test "${gzip_cv_assembler+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - gzip_cv_assembler=no - case " $DEFS " in - *' NO_ASM '*) ;; - *) - if cp $srcdir/match.c _match.S && - eval "$ASCPP _match.S > _match.s 2>/dev/null"; then - if test ! -s _match.s || grep error < _match.s > /dev/null; then - : - elif eval "$CC -c _match.s >/dev/null 2>&1" && - test -f _match.$OBJEXT; then - gzip_cv_assembler=yes - fi - fi - rm -f _match.S _match.s _match.$OBJEXT;; - esac -fi -echo "$as_me:$LINENO: result: $gzip_cv_assembler" >&5 -echo "${ECHO_T}$gzip_cv_assembler" >&6 -if test $gzip_cv_assembler = yes; then - -cat >>confdefs.h <<\_ACEOF -#define ASMV -_ACEOF - - LIBOBJS="$LIBOBJS match.$ac_objext" -fi - - - echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 -echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6 -if test "${ac_cv_lib_cposix_strerror+set}" = set; then +echo "$as_me:$LINENO: checking for library containing strerror" >&5 +echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6 +if test "${ac_cv_search_strerror+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lcposix $LIBS" + ac_func_search_save_LIBS=$LIBS +ac_cv_search_strerror=no cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" @@ -3657,22 +3903,63 @@ ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - ac_cv_lib_cposix_strerror=yes + ac_cv_search_strerror="none required" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -ac_cv_lib_cposix_strerror=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS +if test "$ac_cv_search_strerror" = no; then + for ac_lib in cposix; do + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +#include "confdefs.h" + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char strerror (); +int +main () +{ +strerror (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_search_strerror="-l$ac_lib" +break +else + echo "$as_me: failed program was:" >&5 +cat conftest.$ac_ext >&5 +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext + done fi -echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 -echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6 -if test $ac_cv_lib_cposix_strerror = yes; then - LIBS="$LIBS -lcposix" +LIBS=$ac_func_search_save_LIBS fi +echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 +echo "${ECHO_T}$ac_cv_search_strerror" >&6 +if test "$ac_cv_search_strerror" != no; then + test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS" - +fi echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 @@ -5331,6 +5618,13 @@ s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t s,@CPP@,$CPP,;t t s,@LN_S@,$LN_S,;t t +s,@FPIECFLAGS@,$FPIECFLAGS,;t t +s,@PIELDFLAGS@,$PIELDFLAGS,;t t +s,@FPICCFLAGS@,$FPICCFLAGS,;t t +s,@SSPCFLAGS@,$SSPCFLAGS,;t t +s,@SSPNOCFLAGS@,$SSPNOCFLAGS,;t t +s,@RELROLDFLAGS@,$RELROLDFLAGS,;t t +s,@NOWLDFLAGS@,$NOWLDFLAGS,;t t s,@EGREP@,$EGREP,;t t s,@LIBOBJS@,$LIBOBJS,;t t s,@ac_prefix_program@,$ac_prefix_program,;t t