From d7d39823cf29e2b981e20fee3b0454624897371d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 23 Aug 2011 22:11:26 +0000 Subject: * interp/sys-driver.boot (initializeDatabases): New. (initializeGlobalState): Use it. * interp/spad-parser.boot (parseSpadFile): Tidy. * interp/g-cndata.boot (installConstructor): Exit early it global table not initialized. * interp/database.boot (makeInitialDB): New. (populateDBFromFile): Likewise. * interp/daase.lisp: Introduce more DB accessors. * interp/br-util.boot (dbSourceFile): Remove. * interp/br-con.boot (kdPageInfo): Use getConstructorSourceFileFromDB instead of dbSourceFile. (kPage): Likewise. * algebra/Makefile.in (SPADFILES): Include domain.spad --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index bec203ff..4a9dbc40 100644 --- a/Makefile.in +++ b/Makefile.in @@ -360,6 +360,7 @@ OA_SRC_TARGETS = \ all-local \ all-src \ all-algebra \ + all-algstrap \ all-asq \ all-axiomsys \ all-boot \ @@ -915,14 +916,14 @@ uninstall-am: .PHONY: $(OA_SRC_TARGETS) @OA_BUILD_GCL_TRUE@all-recursive all-boot all-lisp all-interpsys all-axiomsys \ -@OA_BUILD_GCL_TRUE@ all-algebra all-input all-src all-local: all-gcl +@OA_BUILD_GCL_TRUE@ all-algebra all-algstrap all-input all-src all-local: all-gcl all: all-local $(OA_SRC_TARGETS): cd src && $(MAKE) $@ .PHONY: all-algstrap -all-algstrap: +all-algstrap: all-interpsys cd src/algebra && $(MAKE) $@ .PHONY: all-gcl -- cgit v1.2.3