aboutsummaryrefslogtreecommitdiff
path: root/src/algebra
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra')
-rw-r--r--src/algebra/Makefile.in4
-rw-r--r--src/algebra/Makefile.pamphlet4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 7d7846c0..7d0e7223 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -923,15 +923,17 @@ check:
${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT)
cp $< $@
-
+.PREVIOUS: %.spad
.PRECIOUS: %.NRLIB/code.$(FASLEXT)
%.NRLIB/code.$(FASLEXT): %.spad
${INTERPSYS} --strap=strap --system-algebra --optimize=2 --compile $<
+
# Compile bootstrap file to machine object code, and the result
# immediately available for AXIOMsys consumption.
strap/%.$(FASLEXT): $(srcdir)/strap/%.lsp
$(COMPILE_LISP)
+
$(OUTSRC)/%.spad: mk-target-src-algabra-dir
${OUTSRC}/%.spad: $(srcdir)/%.spad.pamphlet
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index 25269dd2..f6156809 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -1858,10 +1858,11 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT)
@
<<genericNRLIBfiles>>=
-
+.PREVIOUS: %.spad
.PRECIOUS: %.NRLIB/code.$(FASLEXT)
%.NRLIB/code.$(FASLEXT): %.spad
${INTERPSYS} --strap=strap --system-algebra --optimize=2 --compile $<
+
@
<<genericBOOTSTRAPfiles>>=
@@ -1869,6 +1870,7 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT)
# immediately available for AXIOMsys consumption.
strap/%.$(FASLEXT): $(srcdir)/strap/%.lsp
$(COMPILE_LISP)
+
@
<<genericSPADfiles>>=