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 utf.h\
9 utfdef.h\
10 isalpharune.3\
11 utf.7\
12 rune.3\
13 runestrcat.3\
15 all:V: $TARG
17 %: $PLAN9/include/%
18 cp $prereq $target
20 %: $PLAN9/src/lib9/utf/%
21 cp $prereq $target
23 %: $PLAN9/man/man1/%
24 cp $prereq $target
26 %: $PLAN9/man/man3/%
27 cp $prereq $target
29 %: $PLAN9/man/man7/%
30 cp $prereq $target
32 %: ../make/%
33 cp $prereq $target
35 Makefile:D: ../make/Makefile.TOP ../make/Makefile.utf ../make/Makefile.LIB ../make/Makefile.BOT
36 cat $prereq >$target
38 README: ../README
39 cp $prereq $target
41 NOTICE: ../NOTICE.utf
42 cp $prereq $target
44 utf.h: ../utf.h
45 cp $prereq $target