4 This folder contains all the source files for maxima except of the
7 The things to note here are:
9 * Maxima isn't built by make directly.
10 Instead make triggers a lisp-only build using defsystem a make-like
11 program whose advantage is that it even works on machines that
12 (besides a lisp) don't have any specialized tools installed.
13 The "Makefile" that controls the build of maxima is named
16 * `share-subdirs.lisp` is auto-generated by make, but included in the
17 repo, as well, in order to make it available to the lisp-only build.