aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-28 10:43:54 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-28 10:43:54 +0000
commit7b0b25d63ed483cc9ccd9525b5904feda65dc807 (patch)
treefd2d98a0ead1cd14865a6e065bcefb93775de970 /src/interp/Makefile.in
parent471d0186fa938e05f69b26dd209544de721de94d (diff)
downloadopen-axiom-7b0b25d63ed483cc9ccd9525b5904feda65dc807.tar.gz
* Makefile.pamphlet (category.$(FASLEXT)): New rule.
(<<category.clisp>>): Remove. * category.boot.pamphlet: Push into package "BOOT". Replace ASSOC with assoc throughout. (mkCategory): Fix syntax. * i-coerce.boot.pamphlet (stripUnionTags): Move to g-util.boot. (isTaggeUnion): Likewise. (getUnionOrRecordTags): Likewise. * i-util.boot.pamphlet (wrap): Move to i-object.boot. (isWrapped): Likewise. (unwrap): Likewise. (wrapped2Quote): Likewise. (quote2Wrapped): Likewise. (removeQuote): Likewise. (TruthP): Move to g-util.boot.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 9ab363f5..33ed789e 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -451,6 +451,12 @@ format.$(FASLEXT): format.boot macros.$(FASLEXT)
match.$(FASLEXT): match.boot sys-macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+## OpenAxiom's compiler
+
+category.$(FASLEXT): category.boot g-util.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+
+
## Interface with the Aldor compiler.
ax.$(FASLEXT): ax.boot as.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
@@ -652,10 +658,6 @@ br-util.clisp: br-util.boot
@ echo 487 making $@ from $<
@ echo '(old-boot::boot "br-util.boot")' | ${DEPSYS}
-category.clisp: category.boot
- @ echo 212 making $@ from $<
- @ echo '(old-boot::boot "category.boot")' | ${DEPSYS}
-
cattable.clisp: cattable.boot
@ echo 215 making $@ from $<
@ echo '(old-boot::boot "cattable.boot")' | ${DEPSYS}