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

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
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 © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.