Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/ape/lib/jbig/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


APE=/sys/src/ape
<$APE/config

LIB=/$objtype/lib/ape/libjbig.a

OFILES=\
	jbig.$O\
	jbig_tab.$O\

HFILES=\
	/sys/include/ape/jbig.h\

</sys/src/cmd/mksyslib

CFLAGS=-c

$O.tstcodec: tstcodec.c jbig.c jbig_tab.$O
	$CC -o $target -DTEST_CODEC tstcodec.c jbig.c jbig_tab.$O

test: $O.tstcodec
	$O.tstcodec

t82test.pbm: $O.tstcodec
	$O tstcodec $target

clean:V:
	rm -f *.[$OS] [$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.