Blob


1 <$PLAN9/src/mkhdr
3 LIB=libregexp9.a
5 OFILES=\
6 regcomp.$O\
7 regerror.$O\
8 regexec.$O\
9 regsub.$O\
10 regaux.$O\
11 rregexec.$O\
12 rregsub.$O\
14 HFILES=\
15 $PLAN9/include/regexp9.h\
16 regcomp.h\
18 <$PLAN9/src/mksyslib
20 test: test.$O $LIB
21 $CC -o test test.$O $LIB -L/usr/local/lib -lfmt -lutf
23 test2: test2.$O $LIB
24 $CC -o test2 test2.$O $LIB -L/usr/local/lib -lfmt -lutf