Blame


1 90026180 2003-10-11 devnull PLAN9=../..
2 90026180 2003-10-11 devnull include $(PLAN9)/src/Makehdr
3 b2cfc4e2 2003-09-30 devnull
4 b2cfc4e2 2003-09-30 devnull LIB=libregexp9.a
5 b2cfc4e2 2003-09-30 devnull
6 b2cfc4e2 2003-09-30 devnull OFILES=\
7 b2cfc4e2 2003-09-30 devnull regcomp.$O\
8 b2cfc4e2 2003-09-30 devnull regerror.$O\
9 b2cfc4e2 2003-09-30 devnull regexec.$O\
10 b2cfc4e2 2003-09-30 devnull regsub.$O\
11 b2cfc4e2 2003-09-30 devnull regaux.$O\
12 b2cfc4e2 2003-09-30 devnull rregaux.$O\
13 b2cfc4e2 2003-09-30 devnull rregexec.$O\
14 522b0689 2003-09-30 devnull rregsub.$O\
15 b2cfc4e2 2003-09-30 devnull
16 b2cfc4e2 2003-09-30 devnull HFILES=\
17 90026180 2003-10-11 devnull $(PLAN9)/include/regexp9.h\
18 b2cfc4e2 2003-09-30 devnull regcomp.h\
19 b2cfc4e2 2003-09-30 devnull
20 90026180 2003-10-11 devnull include $(PLAN9)/src/Makesyslib
21 b2cfc4e2 2003-09-30 devnull
22 b2cfc4e2 2003-09-30 devnull test: test.$O $(LIB)
23 b2cfc4e2 2003-09-30 devnull $(CC) -o test test.$O $(LIB) -L/usr/local/lib -lfmt -lutf
24 b2cfc4e2 2003-09-30 devnull
25 b2cfc4e2 2003-09-30 devnull test2: test2.$O $(LIB)
26 b2cfc4e2 2003-09-30 devnull $(CC) -o test2 test2.$O $(LIB) -L/usr/local/lib -lfmt -lutf
27 b2cfc4e2 2003-09-30 devnull