From 99947423b136903263513b9022aab6586c8c6cc5 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 18:22:36 +0000 Subject: make -> mk --- src/libregexp/mkfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/libregexp/mkfile (limited to 'src/libregexp/mkfile') diff --git a/src/libregexp/mkfile b/src/libregexp/mkfile new file mode 100644 index 00000000..8cb740cc --- /dev/null +++ b/src/libregexp/mkfile @@ -0,0 +1,27 @@ +PLAN9=../.. +<$PLAN9/src/mkhdr + +LIB=libregexp9.a + +OFILES=\ + regcomp.$O\ + regerror.$O\ + regexec.$O\ + regsub.$O\ + regaux.$O\ + rregaux.$O\ + rregexec.$O\ + rregsub.$O\ + +HFILES=\ + $PLAN9/include/regexp9.h\ + regcomp.h\ + +<$PLAN9/src/mksyslib + +test: test.$O $LIB + $CC -o test test.$O $LIB -L/usr/local/lib -lfmt -lutf + +test2: test2.$O $LIB + $CC -o test2 test2.$O $LIB -L/usr/local/lib -lfmt -lutf + -- cgit v1.2.3