Home | History | Annotate | Download | only in zlib-1.2.3
      1 # this is included by various Makefiles
      2 ZLIB_SOURCES := adler32.c compress.c crc32.c deflate.c gzio.c infback.c inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c
      3 ZLIB_SOURCES := $(ZLIB_SOURCES:%=$(ZLIB_DIR)/%)
      4 
      5