mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
25 lines
317 B
Text
25 lines
317 B
Text
MAKEALL=`{cd ../make; ls Make.*}
|
|
TARG=\
|
|
$MAKEALL\
|
|
NOTICE\
|
|
README\
|
|
Makefile\
|
|
`{9 ls -p $PLAN9/src/lib9/utf/*.c}\
|
|
plan9.h\
|
|
utf.h\
|
|
utfdef.h\
|
|
isalpharune.3\
|
|
rune.3\
|
|
runestrcat.3\
|
|
utf.7\
|
|
|
|
WHAT=utf
|
|
|
|
<../mkfile.what
|
|
|
|
utf.h: $PLAN9/include/utf.h
|
|
cp $prereq $target
|
|
|
|
%: $PLAN9/src/lib9/utf/%
|
|
cp $prereq $target
|
|
|