1
0
Fork 0
flightgear/zlib/Makefile.am

32 lines
490 B
Text
Raw Normal View History

1998-04-21 17:03:45 +00:00
EXTRA_DIST = ChangeLog INDEX Make_vms.com Makefile.riscos README \
algorithm.txt descrip.mms example.c maketree.c minigzip.c zlib.3
1998-07-30 23:42:14 +00:00
lib_LIBRARIES = libz.a
1998-04-18 03:48:29 +00:00
1998-07-30 23:42:14 +00:00
libz_a_SOURCES = \
1998-04-18 03:48:29 +00:00
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 \
1998-04-21 17:03:45 +00:00
trees.h \
1998-04-18 03:48:29 +00:00
uncompr.c \
zconf.h \
zlib.h \
zutil.c \
zutil.h