1 # Process this file with automake to produce Makefile.in
2 # Copyright (C) 1995-1996 Jean-loup Gailly.
3 # For conditions of distribution and use, see copyright notice in zlib.h
4 # This is used if a systems lacks support of zlib
8 EXTRA_DIST = README algorithm.doc ChangeLog example.c
10 # I found no other easy way to use this only if zlib is neede
11 # doing this with SUBDIR = @xxx@ in the top Makefile.am does not
12 # work because automake doesn't scan this Makefile.am here.
14 noinst_LIBRARIES = libzlib.a
18 libzlib_a_SOURCES = adler32.c compress.c crc32.c gzio.c \
19 uncompr.c deflate.c trees.c zutil.c \
20 inflate.c infblock.c inftrees.c \
21 infcodes.c infutil.c inffast.c \
22 zlib.h zconf.h deflate.h infblock.h \
23 infcodes.h inffast.h inftrees.h infutil.h zutil.h
26 CLEANFILES = example foo.gz