tmkfile.bio - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tmkfile.bio (269B)
---
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 `{9 ls -p $PLAN9/src/libbio/*.c}\
11
12 WHAT=bio
13 <../mkfile.what
14
15 %: $PLAN9/src/libbio/%
16 cp $prereq $target
17
18 lib9.h: $PLAN9/src/libbio/lib9.std.h
19 cp $prereq $target
20