summaryrefslogtreecommitdiff
path: root/utils/cvbit/mkfile
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-30 21:29:14 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-30 21:29:14 +0000
commit0e96539ff7cff23233d3f0a64bb285b385a3a1f4 (patch)
tree5e5363878c35855f236b12cd85ae13d9102b42bc /utils/cvbit/mkfile
parent6e425a9de8c003b5a733621a6b6730ec3cc902b8 (diff)
20061219
Diffstat (limited to 'utils/cvbit/mkfile')
-rw-r--r--utils/cvbit/mkfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/cvbit/mkfile b/utils/cvbit/mkfile
new file mode 100644
index 00000000..8d4b853a
--- /dev/null
+++ b/utils/cvbit/mkfile
@@ -0,0 +1,15 @@
+<../../mkconfig
+
+TARG=cvbit
+
+OFILES= cvbit.$O\
+
+HFILES= \
+ $ROOT/include/draw.h\
+ $ROOT/include/memdraw.h\
+
+LIBS= draw memdraw draw bio 9
+
+BIN=$ROOT/$OBJDIR/bin
+
+<$ROOT/mkfiles/mkone-$SHELLTYPE