summaryrefslogtreecommitdiff
path: root/appl/demo/whiteboard/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'appl/demo/whiteboard/mkfile')
-rw-r--r--appl/demo/whiteboard/mkfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/appl/demo/whiteboard/mkfile b/appl/demo/whiteboard/mkfile
new file mode 100644
index 00000000..020e8d21
--- /dev/null
+++ b/appl/demo/whiteboard/mkfile
@@ -0,0 +1,28 @@
+<../../../mkconfig
+
+TARG=\
+ wbsrv.dis\
+ whiteboard.dis\
+
+SHTARG=\
+ runwb.sh\
+
+MODULES=\
+
+SYSMODULES= \
+ draw.m\
+ sys.m\
+ tk.m\
+ tkclient.m\
+
+DISBIN=$ROOT/dis/demo/whiteboard
+
+<$ROOT/mkfiles/mkdis
+
+SHFILES=${SHTARG:%.sh=$DISBIN/%}
+install:V: $SHFILES
+%.install:V: $DISBIN/%
+%.installall:V: $DISBIN/%
+
+$DISBIN/%: %.sh
+ cp $stem.sh $target && chmod a+rx $target