diff options
author | jbj <devnull@localhost> | 2002-03-17 15:46:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-03-17 15:46:23 +0000 |
commit | a7266b73948b535e38fe0ba29e05912209a45ff9 (patch) | |
tree | b515296500e1aadd60af25e0b7dd193cbe96cfb4 /zlib/Makefile.in | |
parent | 3212547cb597483f131e7f53204d87fe3a9f72f9 (diff) | |
download | librpm-tizen-a7266b73948b535e38fe0ba29e05912209a45ff9.tar.gz librpm-tizen-a7266b73948b535e38fe0ba29e05912209a45ff9.tar.bz2 librpm-tizen-a7266b73948b535e38fe0ba29e05912209a45ff9.zip |
Bail on mmap/rsync fiddles for now.
CVS patchset: 5361
CVS date: 2002/03/17 15:46:23
Diffstat (limited to 'zlib/Makefile.in')
-rw-r--r-- | zlib/Makefile.in | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/zlib/Makefile.in b/zlib/Makefile.in index 91201c7f9..9c1e417a2 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -91,16 +91,18 @@ EXTRA_DIST = algorithm.txt ChangeLog Doxyfile FAQ INDEX README \ BUILT_SOURCES = Doxyfile +# crc32.h noinst_HEADERS = \ - crc32.h deflate.h infblock.h infcodes.h inffast.h inffixed.h \ + deflate.h infblock.h infcodes.h inffast.h inffixed.h \ inftrees.h infutil.h trees.h zconf.h zlib.h zutil.h noinst_LTLIBRARIES = libz.la libz_la_SOURCES = \ - adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ - zutil.c inflate.c infblock.c inftrees.c infutil.c inffast.c + adler32.c compress.c crc32.c deflate.c gzio.c \ + infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c \ + trees.c uncompr.c zutil.c noinst_PROGRAMS = example minigzip @@ -118,9 +120,9 @@ LTLIBRARIES = $(noinst_LTLIBRARIES) libz_la_LDFLAGS = libz_la_LIBADD = -am_libz_la_OBJECTS = adler32.lo compress.lo crc32.lo gzio.lo uncompr.lo \ - deflate.lo trees.lo zutil.lo inflate.lo infblock.lo inftrees.lo \ - infutil.lo inffast.lo +am_libz_la_OBJECTS = adler32.lo compress.lo crc32.lo deflate.lo gzio.lo \ + infblock.lo infcodes.lo inffast.lo inflate.lo inftrees.lo \ + infutil.lo trees.lo uncompr.lo zutil.lo libz_la_OBJECTS = $(am_libz_la_OBJECTS) noinst_PROGRAMS = example$(EXEEXT) minigzip$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) @@ -143,11 +145,11 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/adler32.Plo $(DEPDIR)/compress.Plo \ @AMDEP_TRUE@ $(DEPDIR)/crc32.Plo $(DEPDIR)/deflate.Plo \ @AMDEP_TRUE@ $(DEPDIR)/example.Po $(DEPDIR)/gzio.Plo \ -@AMDEP_TRUE@ $(DEPDIR)/infblock.Plo $(DEPDIR)/inffast.Plo \ -@AMDEP_TRUE@ $(DEPDIR)/inflate.Plo $(DEPDIR)/inftrees.Plo \ -@AMDEP_TRUE@ $(DEPDIR)/infutil.Plo $(DEPDIR)/minigzip.Po \ -@AMDEP_TRUE@ $(DEPDIR)/trees.Plo $(DEPDIR)/uncompr.Plo \ -@AMDEP_TRUE@ $(DEPDIR)/zutil.Plo +@AMDEP_TRUE@ $(DEPDIR)/infblock.Plo $(DEPDIR)/infcodes.Plo \ +@AMDEP_TRUE@ $(DEPDIR)/inffast.Plo $(DEPDIR)/inflate.Plo \ +@AMDEP_TRUE@ $(DEPDIR)/inftrees.Plo $(DEPDIR)/infutil.Plo \ +@AMDEP_TRUE@ $(DEPDIR)/minigzip.Po $(DEPDIR)/trees.Plo \ +@AMDEP_TRUE@ $(DEPDIR)/uncompr.Plo $(DEPDIR)/zutil.Plo COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ @@ -224,6 +226,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/example.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gzio.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/infblock.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/infcodes.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inffast.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inflate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inftrees.Plo@am__quote@ |