plan9port/unix/mkfile.regexp

24 lines
314 B
Text
Raw Normal View History

MAKEALL=`{cd ../make; ls Make.*}
TARG=\
$MAKEALL\
NOTICE\
README\
Makefile\
regexp9.3\
regexp9.7\
regexp9.h\
regcomp.h\
lib9.h\
2005-01-14 03:45:44 +00:00
`{9 ls -p $PLAN9/src/libregexp/*.c}\
2005-01-14 03:45:44 +00:00
WHAT=regexp
2005-01-14 03:45:44 +00:00
<../mkfile.what
%: $PLAN9/src/libregexp/%
cp $prereq $target
2004-12-28 23:27:43 +00:00
lib9.h: $PLAN9/src/libregexp/lib9.std.h
cp $prereq $target
2004-12-28 23:27:43 +00:00