Import version of libhtml that might actually work with ANSI C.
This commit is contained in:
parent
3e3817f7c8
commit
7cf289ca89
13 changed files with 7206 additions and 0 deletions
22
src/libhtml/mkfile
Normal file
22
src/libhtml/mkfile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<$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
|
||||
Loading…
Add table
Add a link
Reference in a new issue