]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libregexp/mkfile
libregexp: improve the transition to next available thread, instruction, and generation
[plan9front.git] / sys / src / libregexp / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libregexp.a
4 OFILES=\
5         regcomp.$O\
6         regerror.$O\
7         regexec.$O\
8         regsub.$O\
9         rregexec.$O\
10         rregsub.$O\
11         regprint.$O\
12
13 HFILES=/sys/include/regexp.h\
14         regimpl.h\
15
16 UPDATE=\
17         mkfile\
18         $HFILES\
19         ${OFILES:%.$O=%.c}\
20         ${LIB:/$objtype/%=/386/%}\
21
22 </sys/src/cmd/mksyslib