aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-15 13:38:02 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-15 13:38:02 +0000
commit5c1ed5bae25e6950e685f384ea1440a6d539fd95 (patch)
treea8670c3f764a96add60725e19d1790c4ed32f329 /src/algebra/Makefile.in
parent30807756cc1d019f6b0301a907cd1d1985ebb32c (diff)
downloadopen-axiom-5c1ed5bae25e6950e685f384ea1440a6d539fd95.tar.gz
* algebra/Makefile.pamphlet: Individual .spad files are .PRECIOUS.
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in4
1 files changed, 3 insertions, 1 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