Makefile.in 158 B

12345678910111213
  1. EXTLIB = libz.a
  2. EXTRAINCL = $(ZLIB_PE_CFLAGS)
  3. C_SRCS = \
  4. adler32.c \
  5. crc32.c \
  6. deflate.c \
  7. inffast.c \
  8. inflate.c \
  9. inftrees.c \
  10. trees.c \
  11. zutil.c