rsc | aa73861 | 2004-03-01 19:36:29 +0000 | [diff] [blame] | 1 | MAKEALL=`{cd ../make; ls Make.*} |
2 | TARG=\ | ||||
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 | |||||
12 | all: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 | |||||
29 | lib9.h: $PLAN9/src/libbio/lib9.std.h | ||||
30 | cp $prereq $target | ||||
31 | |||||
32 | %: ../make/% | ||||
33 | cp $prereq $target | ||||
34 | |||||
35 | Makefile:D: ../make/Makefile.TOP ../make/Makefile.bio ../make/Makefile.LIB ../make/Makefile.BOT | ||||
36 | cat $prereq >$target | ||||
37 | |||||
38 | README: ../README | ||||
39 | cp $prereq $target | ||||
40 | |||||
41 | NOTICE: ../NOTICE.bio | ||||
42 | cp $prereq $target |