summaryrefslogtreecommitdiff
path: root/appl/alphabet/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'appl/alphabet/mkfile')
-rw-r--r--appl/alphabet/mkfile49
1 files changed, 49 insertions, 0 deletions
diff --git a/appl/alphabet/mkfile b/appl/alphabet/mkfile
new file mode 100644
index 00000000..36465f49
--- /dev/null
+++ b/appl/alphabet/mkfile
@@ -0,0 +1,49 @@
+<../../mkconfig
+DIRS=\
+ typesets\
+ auxi\
+ abc\
+ fs\
+ grid\
+ main\
+
+TARG=\
+ alphabet.dis\
+ alphabet.shmod.dis\
+ eval.dis\
+ extvalues.dis\
+ proxy.dis\
+ reports.dis\
+
+INS=${TARG:%=$ROOT/dis/alphabet/%} \
+ $ROOT/dis/sh/alphabet.dis
+
+MODULES=\
+
+SYSMODULES=\
+ alphabet.m\
+ alphabet/abc.m\
+ alphabet/reports.m\
+ draw.m\
+ readdir.m\
+ sets.m\
+ sh.m\
+ sys.m\
+
+DISBIN=$ROOT/dis/alphabet
+
+<$ROOT/mkfiles/mkdis
+LIMBOFLAGS=-F $LIMBOFLAGS
+install:V: $INS
+
+nuke:V: clean
+ rm -f $INS
+
+uninstall:V:
+ rm -f $INS
+
+$ROOT/dis/sh/alphabet.dis: alphabet.shmod.dis
+ rm -f $ROOT/dis/sh/alphabet.dis && cp alphabet.shmod.dis $ROOT/dis/sh/alphabet.dis
+
+<$ROOT/mkfiles/mksubdirs
+