You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 345B

12345678910
  1. noinst_LTLIBRARIES = libz.la
  2. HDRS = crc32.h deflate.h gzguts.h inffast.h inffixed.h inflate.h inftrees.h \
  3. trees.h zconf.h zlib.h zutil.h
  4. libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzclose.c \
  5. gzlib.c gzread.c gzwrite.c inflate.c infback.c inftrees.c inffast.c \
  6. trees.c uncompr.c zutil.c
  7. EXTRA_DIST = CMakeLists.txt