Blob


1 MAKEALL=`{cd ../make; ls Make.*}
2 TARG=\
3 $MAKEALL\
4 NOTICE\
5 README\
6 Makefile\
7 `{ls -p $PLAN9/src/lib9/utf/*.c}\
8 plan9.h\
9 utf.h\
10 utfdef.h\
11 isalpharune.3\
12 rune.3\
13 runestrcat.3\
14 utf.7\
16 all:V: $TARG
18 %: $PLAN9/include/%
19 cp $prereq $target
21 %: $PLAN9/src/lib9/utf/%
22 cp $prereq $target
24 %: $PLAN9/man/man1/%
25 cp $prereq $target
27 %: $PLAN9/man/man3/%
28 cp $prereq $target
30 %: $PLAN9/man/man7/%
31 cp $prereq $target
33 %: ../make/%
34 cp $prereq $target
36 Makefile:D: ../make/Makefile.TOP ../make/Makefile.utf ../make/Makefile.LIB ../make/Makefile.BOT
37 cat $prereq >$target
39 README: ../README
40 cp $prereq $target
42 NOTICE: ../NOTICE.utf
43 cp $prereq $target
45 utf.h: $PLAN9/include/utf.h
46 cp $prereq $target