blob: bb8e438f3f176798681b2dfce22239917af6a860 [file] [log] [blame]
rscaa738612004-03-01 19:36:29 +00001MAKEALL=`{cd ../make; ls Make.*}
2TARG=\
3 $MAKEALL\
4 NOTICE\
5 README\
6 Makefile\
7 `{ls -p $PLAN9/src/lib9/utf/*.c}\
8 utf.h\
9 utfdef.h\
rsc2b522d72004-04-19 05:57:10 +000010 isalpharune.3\
11 utf.7\
12 rune.3\
13 runestrcat.3\
rscaa738612004-03-01 19:36:29 +000014
15all:V: $TARG
16
17%: $PLAN9/include/%
18 cp $prereq $target
19
20%: $PLAN9/src/lib9/utf/%
21 cp $prereq $target
22
23%: $PLAN9/man/man1/%
24 cp $prereq $target
25
26%: $PLAN9/man/man3/%
27 cp $prereq $target
28
29%: $PLAN9/man/man7/%
30 cp $prereq $target
31
32%: ../make/%
33 cp $prereq $target
34
35Makefile:D: ../make/Makefile.TOP ../make/Makefile.utf ../make/Makefile.LIB ../make/Makefile.BOT
36 cat $prereq >$target
37
38README: ../README
39 cp $prereq $target
40
41NOTICE: ../NOTICE.utf
42 cp $prereq $target
43
44utf.h: ../utf.h
45 cp $prereq $target
46