Plan 9 from Bell Labs’s /n/sources/plan9/sys/src/cmd/bzip2/lib/mkfile

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
Download the Plan 9 distribution.


</$objtype/mkfile

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$O
</sys/src/cmd/mksyslib

CFLAGS=-FV -p -DPLAN9

clean:V:
	rm -f *.[$OS] [$OS].out libbzip2.a[$OS]


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.