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