Blob


1 PLAN9=../..
2 <$PLAN9/src/mkhdr
4 LIB=libregexp9.a
6 OFILES=\
7 regcomp.$O\
8 regerror.$O\
9 regexec.$O\
10 regsub.$O\
11 regaux.$O\
12 rregexec.$O\
13 rregsub.$O\
15 HFILES=\
16 $PLAN9/include/regexp9.h\
17 regcomp.h\
19 <$PLAN9/src/mksyslib
21 test: test.$O $LIB
22 $CC -o test test.$O $LIB -L/usr/local/lib -lfmt -lutf
24 test2: test2.$O $LIB
25 $CC -o test2 test2.$O $LIB -L/usr/local/lib -lfmt -lutf