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 rregaux.$O\
13 rregexec.$O\
14 rregsub.$O\
16 HFILES=\
17 $PLAN9/include/regexp9.h\
18 regcomp.h\
20 <$PLAN9/src/mksyslib
22 test: test.$O $LIB
23 $CC -o test test.$O $LIB -L/usr/local/lib -lfmt -lutf
25 test2: test2.$O $LIB
26 $CC -o test2 test2.$O $LIB -L/usr/local/lib -lfmt -lutf