mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
22 lines
283 B
Text
22 lines
283 B
Text
|
<$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
|