From b3b9209892eefd1bd48370c12c54806e7af17ed0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 7 Sep 2007 03:44:32 +0000 Subject: * Makefile.pamphlet (OBJS): Don't include nci. (AXIOMsys_compiled_lisp_sources): Likewise. * Makefile.in: Regenerate. * nci.lisp.pamphlet (|ncParseAndInterpretString|): Move to int-top.boot.pamphlet. (|ncParseFromString|): Likewise. (|ncINTERPFILE|): Likewise. (|ncGetFunction|): Likewise. (|ncSetCurrentLine|): Likewise. (|applyInPackage|): Likewise. (|clearMacroTable|): Likewise. (|getParserMacros|): Likewise. (|displayParserMacro|): Likewise. (|intloopInclude|): Likewise. (|ncloopInclude|): Likewise. Remove file. --- src/interp/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp/Makefile.in') diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 07aaecc9..83aed171 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -85,7 +85,7 @@ OBJS= vmlisp.$(FASLEXT) hash.$(FASLEXT) \ lisplib.$(FASLEXT) macex.$(FASLEXT) \ match.$(FASLEXT) \ monitor.$(FASLEXT) msg.$(FASLEXT) \ - msgdb.$(FASLEXT) nci.$(FASLEXT) \ + msgdb.$(FASLEXT) \ newaux.$(FASLEXT) newfort.$(FASLEXT) \ nlib.$(FASLEXT) nrunfast.$(FASLEXT) \ nrungo.$(FASLEXT) nrunopt.$(FASLEXT) \ @@ -121,7 +121,7 @@ AXIOMsys_compiled_lisp_sources = bits.lisp \ patches.lisp preparse.lisp \ sockio.lisp spad.lisp spaderror.lisp \ union.lisp util.lisp vmlisp.lisp obey.lisp \ - unlisp.lisp intint.lisp nci.lisp sfsfun-l.lisp \ + unlisp.lisp intint.lisp sfsfun-l.lisp \ axext_l.lisp foam_l.lisp AXIOMsys_boot_sources = astr.boot alql.boot buildom.boot cattable.boot \ -- cgit v1.2.3