From 7948079d6e0b85320ec936e5405112569058115e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 2 Sep 2008 05:14:28 +0000 Subject: * 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. --- src/algebra/Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/algebra/Makefile.in') 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 -- cgit v1.2.3