Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/libscribble/mkfile

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


</$objtype/mkfile

LIB=/$objtype/lib/libscribble.a

OFILES=\
	li_recognizer.$O\
	hre_api.$O\
	graffiti.$O\

HFILES = \
	li_recognizer_internal.h\
	hre_internal.h\
	graffiti.h\
	scribbleimpl.h\

UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
	${LIB:/$objtype/%=/386/%}\

all:V:	$LIB syms

< /sys/src/cmd/mksyslib

syms: $HFILES
	$CC -a li_recognizer.c	>syms

graffiti.$O: scribbleimpl.h graffiti.h
hre_api.$O: scribbleimpl.h hre_internal.h
li_recognizer.$O: scribbleimpl.h hre_internal.h li_recognizer_internal.h

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.