32 lines
490 B
Text
32 lines
490 B
Text
|
EXTRA_DIST = ChangeLog INDEX Make_vms.com Makefile.riscos README \
|
||
|
algorithm.txt descrip.mms example.c maketree.c minigzip.c zlib.3
|
||
|
|
||
|
lib_LIBRARIES = libz.a
|
||
|
|
||
|
libz_a_SOURCES = \
|
||
|
adler32.c \
|
||
|
compress.c \
|
||
|
crc32.c \
|
||
|
deflate.c \
|
||
|
deflate.h \
|
||
|
gzio.c \
|
||
|
infblock.c \
|
||
|
infblock.h \
|
||
|
infcodes.c \
|
||
|
infcodes.h \
|
||
|
inffast.c \
|
||
|
inffast.h \
|
||
|
inffixed.h \
|
||
|
inflate.c \
|
||
|
inftrees.c \
|
||
|
inftrees.h \
|
||
|
infutil.c \
|
||
|
infutil.h \
|
||
|
trees.c \
|
||
|
trees.h \
|
||
|
uncompr.c \
|
||
|
zconf.h \
|
||
|
zlib.h \
|
||
|
zutil.c \
|
||
|
zutil.h
|