Initial revision.
This commit is contained in:
parent
f5067f82cb
commit
04170bd489
1 changed files with 31 additions and 0 deletions
31
Lib/zlib/Makefile.am
Normal file
31
Lib/zlib/Makefile.am
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
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
|
Loading…
Reference in a new issue