]> git.mxchange.org Git - simgear.git/commitdiff
Initial revision.
authorcurt <curt>
Wed, 7 Apr 1999 04:09:55 +0000 (04:09 +0000)
committercurt <curt>
Wed, 7 Apr 1999 04:09:55 +0000 (04:09 +0000)
Lib/zlib/Makefile.am [new file with mode: 0644]

diff --git a/Lib/zlib/Makefile.am b/Lib/zlib/Makefile.am
new file mode 100644 (file)
index 0000000..0c93862
--- /dev/null
@@ -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