aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp/mkfile
blob: 8cb740cc3ef9e8a3469559eb83c3e80d1a756d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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