mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-18 11:30:03 +00:00
23 lines
303 B
Text
23 lines
303 B
Text
|
<$SYS9/$systype/$objtype/mkfile
|
||
|
|
||
|
LIB=$LIB9/libhtml.a
|
||
|
|
||
|
OFILES=\
|
||
|
build.$O\
|
||
|
lex.$O\
|
||
|
strinttab.$O\
|
||
|
utils.$O\
|
||
|
runetab.$O\
|
||
|
|
||
|
HFILES=\
|
||
|
$SYS9/sys/include/html.h\
|
||
|
impl.h\
|
||
|
|
||
|
UPDATE=\
|
||
|
mkfile\
|
||
|
$HFILES\
|
||
|
${OFILES:%.$O=%.c}\
|
||
|
${LIB:$SYS9/$systype/$objtype/%=$SYS9/$systype/386/%}\
|
||
|
|
||
|
<$SYS9/sys/src/cmd/mksyslib
|