summaryrefslogtreecommitdiff
path: root/appl/math/mkfile
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
commit37da2899f40661e3e9631e497da8dc59b971cbd0 (patch)
treecbc6d4680e347d906f5fa7fca73214418741df72 /appl/math/mkfile
parent54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff)
20060303a
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