aboutsummaryrefslogtreecommitdiff
path: root/src/libflate/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:19:18 +0000
committerrsc <devnull@localhost>2003-11-23 18:19:18 +0000
commitb6afd33e2f23953f00c6fac6b5d45946a9113654 (patch)
tree300478ec8ac939d1b7aa0c1b987367a49a4e47ce /src/libflate/mkfile
parent8a708fb239f4272ac7e4f16f437093c56b2cab39 (diff)
downloadplan9port-b6afd33e2f23953f00c6fac6b5d45946a9113654.tar.gz
plan9port-b6afd33e2f23953f00c6fac6b5d45946a9113654.tar.bz2
plan9port-b6afd33e2f23953f00c6fac6b5d45946a9113654.zip
add libflate
Diffstat (limited to 'src/libflate/mkfile')
-rw-r--r--src/libflate/mkfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/libflate/mkfile b/src/libflate/mkfile
new file mode 100644
index 00000000..074e9d07
--- /dev/null
+++ b/src/libflate/mkfile
@@ -0,0 +1,22 @@
+PLAN9=../..
+<$PLAN9/src/mkhdr
+
+LIB=libflate.a
+OFILES=\
+ deflate.$O\
+ deflatezlib.$O\
+ deflateblock.$O\
+ deflatezlibblock.$O\
+ inflate.$O\
+ inflatezlib.$O\
+ inflateblock.$O\
+ inflatezlibblock.$O\
+ flateerr.$O\
+ crc.$O\
+ adler.$O\
+
+HFILES=\
+ $PLAN9/include/flate.h\
+ zlib.h\
+
+<$PLAN9/src/mksyslib