plan9port/unix/mkfile.utf

26 lines
317 B
Text
Raw Normal View History

MAKEALL=`{cd ../make; ls Make.*}
TARG=\
$MAKEALL\
NOTICE\
README\
Makefile\
2005-01-14 03:45:44 +00:00
`{9 ls -p $PLAN9/src/lib9/utf/*.c}\
2004-12-28 23:27:43 +00:00
plan9.h\
utf.h\
utfdef.h\
2004-04-19 05:57:10 +00:00
isalpharune.3\
rune.3\
runestrcat.3\
2004-12-28 23:27:43 +00:00
utf.7\
2005-01-14 03:45:44 +00:00
WHAT=utf
2005-01-14 03:45:44 +00:00
<../mkfile.what
2005-01-14 03:45:44 +00:00
utf.h: $PLAN9/include/utf.h
cp $prereq $target
2005-01-14 03:45:44 +00:00
%: $PLAN9/src/lib9/utf/%
cp $prereq $target