summaryrefslogtreecommitdiff
path: root/appl/math/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'appl/math/mkfile')
-rw-r--r--appl/math/mkfile43
1 files changed, 43 insertions, 0 deletions
diff --git a/appl/math/mkfile b/appl/math/mkfile
new file mode 100644
index 00000000..7d21050a
--- /dev/null
+++ b/appl/math/mkfile
@@ -0,0 +1,43 @@
+<../../mkconfig
+
+TARG=\
+ ack.dis\
+ crackerbarrel.dis\
+ factor.dis\
+ ffts.dis\
+ fibonacci.dis\
+ fit.dis\
+ genprimes.dis\
+ geodesy.dis\
+ graph0.dis\
+ gr.dis\
+ hist0.dis\
+ linalg.dis\
+ linbench.dis\
+ mersenne.dis\
+ parts.dis\
+ perms.dis\
+ pi.dis\
+ polyfill.dis\
+ polyhedra.dis\
+ powers.dis\
+ primes.dis\
+ sieve.dis\
+
+MODULES=
+
+SYSMODULES=\
+ math.m\
+ gr.m\
+ linalg.m\
+ draw.m\
+ sys.m\
+ tk.m\
+ wmlib.m\
+ bufio.m\
+ math/polyfill.m\
+ math/polyhedra.m\
+
+DISBIN=$ROOT/dis/math
+
+<$ROOT/mkfiles/mkdis