aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-16 06:00:35 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-16 06:00:35 +0000
commit84db9d8c5349cb8b3e7e2d102867e53e610d7ef2 (patch)
tree0a2689194fd9e75ce8925550a4e177f3e5520684 /src/algebra/Makefile.in
parent3372c377eded97a0094f63cddd2e039af7066431 (diff)
downloadopen-axiom-84db9d8c5349cb8b3e7e2d102867e53e610d7ef2.tar.gz
* algebra/strap: New. Sequester cached Lisp translation of
algebra bootstrap domains here.
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 1586fff7..197ac760 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -5,9 +5,6 @@ DOC=$(axiom_target_docdir)/src/algebra
OUTSRC=$(axiom_target_srcdir)/algebra
INPUT=../input
-EXTRACT_BOOTSTRAP_FILE = \
- $(axiom_build_document) --output=$@ --tangle="$@ BOOTSTRAP" $<
-
## We use interpsys, built from previous stage, to bootstrap the algebra
## files. In fact, we use interpsys to build everything.
COMPILE_LISP = $(INTERPSYS) --compile --output=$@ $<
@@ -846,8 +843,6 @@ mkdir-output-directory:
everything: check lib db cmd gloss
@ echo 4303 invoking make in `pwd` with parms:
- @ echo SYS= ${SYS} LSP= ${LSP}
- @ echo MNT= ${MNT} LISP=${LISP} BYE=${BYE}
check:
@ echo 4305 Checking that INTERP.EXPOSED and NRLIBs are consistent
@@ -866,7 +861,7 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT)
${INTERPSYS} --strap=strap --system-algebra --compile $<
# Compile bootstrap file to machine object code, and the result
# immediately available for AXIOMsys consumption.
-strap/%.$(FASLEXT): %.lsp
+strap/%.$(FASLEXT): $(srcdir)/strap/%.lsp
$(COMPILE_LISP)
$(OUTSRC)/%.spad: mk-target-src-algabra-dir
@@ -1151,7 +1146,6 @@ clean-local: mostlyclean-local
distclean-local: clean-local
-include extract-lisp-files.mk
include extract-spad.mk
.NOTPARALLEL: