aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-09-02 05:14:28 +0000
committerdos-reis <gdr@axiomatics.org>2008-09-02 05:14:28 +0000
commit7948079d6e0b85320ec936e5405112569058115e (patch)
tree6df96769e9a33d59203421226f3151671fe75997 /src/algebra/Makefile.in
parentc43c86d54ef9be4c3c11d45a1d55487d3cf45ac8 (diff)
downloadopen-axiom-7948079d6e0b85320ec936e5405112569058115e.tar.gz
* algebra/syntax.spad.pamphlet (Literal): New.
(Identifier): Likewise. (Signature): Tidy. * algebra/exposed.lsp.pamphlet: Expose IDENT and LITERAL. * algebra/Makefile.pamphlet (axiom_algebra_layer_user): Add LITERAL and IDENT. (user-stamp): Don't depend directly on bootstrap-stamp. * share/algebra/: Update databases.
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index df2fa13f..8f64184f 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -817,7 +817,7 @@ axiom_algebra_layer_23_objects = \
$(addprefix $(OUT)/, \
$(addsuffix .$(FASLEXT),$(axiom_algebra_layer_23)))
axiom_algebra_layer_user = \
- RINTERP ASTCAT HEADAST
+ RINTERP ASTCAT ASTCAT- SASTCAT HEADAST LITERAL IDENT
axiom_algebra_layer_user_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_user))
@@ -826,7 +826,10 @@ axiom_algebra_layer_user_objects = \
$(addprefix $(OUT)/, \
$(addsuffix .$(FASLEXT),$(axiom_algebra_layer_user)))
-HEADAST.NRLIB/code.$(FASLEXT): $(OUT)/ASTCAT.$(FASLEXT)
+SASTCAT.NRLIB/code.$(FASLEXT): $(OUT)/ASTCAT.$(FASLEXT)
+LITERAL.NRLIB/code.$(FASLEXT): $(OUT)/SASTCAT.$(FASLEXT)
+IDENT.NRLIB/code.$(FASLEXT): $(OUT)/SASTCAT.$(FASLEXT)
+HEADAST.NRLIB/code.$(FASLEXT): $(OUT)/SASTCAT.$(FASLEXT)
.PHONY: all all-algebra mkdir-output-directory
all: all-ax
@@ -1129,7 +1132,7 @@ bootstrap-stamp: 23-stamp $(axiom_algebra_bootstrap_objects)
@ echo === algebra complete ======
@ echo ==================================
-user-stamp: bootstrap-stamp $(axiom_algebra_layer_user_objects)
+user-stamp: $(axiom_algebra_layer_user_objects)
@ rm -f user-stamp
@ $(STAMP) user-stamp