Windows installer: Update README.txt.
[maxima.git] / archive / src / Gmakefile
blob8a11b07cb03c74d120d62f4f26395cf6f0120789
1 LISP=lucid
2 MAXIMA=/usr/rascal/tmp/maxima_lucid
3 SAVE=(disksave "${MAXIMA}")
4 #On sun this gives up to 32MB.
5 ALLOC=(change-memory-management :growth-limit 500)
7 compile:
8         echo '$(ALLOC)(load "sysdef.lisp")(make:make :maxima :compile t)' | ${LISP}
11 save:
12         echo '$(ALLOC)(load "sysdef.lisp")(make:make :maxima)$(SAVE)' | ${LISP}
14 translated:
15         echo '(push :main-files-loaded *features*)(load "sysdef.lisp")' \
16         '(make :maxima :compile t)' | ${MAXIMA}
18 test:
19         date
20         (cd ../doc ; cat tests.lisp | ${MAXIMA})
21         date
22 test1:
23         date
24         (cd ../doc ; cat ltests.lisp | ${MAXIMA})
25         date
27 test2:
28         date
29         (cd ../doc ; cat ltest2.lisp | ${MAXIMA})
30         date