mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
1b135a7805
don't set PLAN9 don't set PLAN9
21 lines
283 B
Makefile
21 lines
283 B
Makefile
<$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
|