From 7cf289ca89a7416999ae02330236042b0d37e3db Mon Sep 17 00:00:00 2001 From: wkj Date: Tue, 6 Apr 2004 19:06:52 +0000 Subject: Import version of libhtml that might actually work with ANSI C. --- src/libhtml/mkfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/libhtml/mkfile (limited to 'src/libhtml/mkfile') diff --git a/src/libhtml/mkfile b/src/libhtml/mkfile new file mode 100644 index 00000000..0952c451 --- /dev/null +++ b/src/libhtml/mkfile @@ -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 -- cgit v1.2.3