aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.bio
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-01 19:36:29 +0000
committerrsc <devnull@localhost>2004-03-01 19:36:29 +0000
commitaa738614530c1525b2337a3812d238b9776d51f0 (patch)
tree0e989d3bfe7b0682fb3437429086048bef8a4d9c /unix/mkfile.bio
parent63dd44c8ca13354de84c4da659454526ec6750db (diff)
downloadplan9port-aa738614530c1525b2337a3812d238b9776d51f0.tar.gz
plan9port-aa738614530c1525b2337a3812d238b9776d51f0.tar.bz2
plan9port-aa738614530c1525b2337a3812d238b9776d51f0.zip
Build Unix-friendly versions directly from library.
Diffstat (limited to 'unix/mkfile.bio')
-rw-r--r--unix/mkfile.bio42
1 files changed, 42 insertions, 0 deletions
diff --git a/unix/mkfile.bio b/unix/mkfile.bio
new file mode 100644
index 00000000..5e8cbc0a
--- /dev/null
+++ b/unix/mkfile.bio
@@ -0,0 +1,42 @@
+MAKEALL=`{cd ../make; ls Make.*}
+TARG=\
+ $MAKEALL\
+ NOTICE\
+ README\
+ Makefile\
+ bio.3\
+ bio.h\
+ lib9.h\
+ `{ls -p $PLAN9/src/libbio/*.c}\
+
+all:V: $TARG
+
+%: $PLAN9/include/%
+ cp $prereq $target
+
+%: $PLAN9/src/libbio/%
+ cp $prereq $target
+
+%: $PLAN9/man/man1/%
+ cp $prereq $target
+
+%: $PLAN9/man/man3/%
+ cp $prereq $target
+
+%: $PLAN9/man/man7/%
+ cp $prereq $target
+
+lib9.h: $PLAN9/src/libbio/lib9.std.h
+ cp $prereq $target
+
+%: ../make/%
+ cp $prereq $target
+
+Makefile:D: ../make/Makefile.TOP ../make/Makefile.bio ../make/Makefile.LIB ../make/Makefile.BOT
+ cat $prereq >$target
+
+README: ../README
+ cp $prereq $target
+
+NOTICE: ../NOTICE.bio
+ cp $prereq $target