mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-30 11:54:57 +00:00
35 lines
430 B
Makefile
35 lines
430 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
OFILES=\
|
|
blocksort.$O\
|
|
bzassert.$O\
|
|
bzcompress.$O\
|
|
bzdecompress.$O\
|
|
bzfeof.$O\
|
|
bzlib.$O\
|
|
bzread.$O\
|
|
bzversion.$O\
|
|
bzwrite.$O\
|
|
bzzlib.$O\
|
|
compress.$O\
|
|
crctable.$O\
|
|
decompress.$O\
|
|
huffman.$O\
|
|
randtable.$O\
|
|
|
|
HFILES=\
|
|
bzlib.h\
|
|
bzlib_private.h\
|
|
bzlib_stdio.h\
|
|
bzlib_stdio_private.h\
|
|
os.h\
|
|
plan9.h\
|
|
|
|
LIB=libbzip2.a
|
|
<$PLAN9/src/mklib
|
|
|
|
CFLAGS=-DPLAN9
|
|
|
|
clean:V:
|
|
rm -f *.[$OS] [$OS].out libbzip2.a
|
|
|