]> git.mxchange.org Git - flightgear.git/blob - Lib/zlib/Makefile.am
Merge FG_Lib as subdirectory
[flightgear.git] / Lib / zlib / Makefile.am
1 EXTRA_DIST = ChangeLog INDEX Make_vms.com Makefile.riscos README \
2         algorithm.txt descrip.mms example.c maketree.c minigzip.c zlib.3
3
4 lib_LIBRARIES = libz.a
5
6 libz_a_SOURCES = \
7         adler32.c \
8         compress.c \
9         crc32.c \
10         deflate.c \
11         deflate.h \
12         gzio.c \
13         infblock.c \
14         infblock.h \
15         infcodes.c \
16         infcodes.h \
17         inffast.c \
18         inffast.h \
19         inffixed.h \
20         inflate.c \
21         inftrees.c \
22         inftrees.h \
23         infutil.c \
24         infutil.h \
25         trees.c \
26         trees.h \
27         uncompr.c \
28         zconf.h \
29         zlib.h \
30         zutil.c \
31         zutil.h