diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-07 03:44:32 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-07 03:44:32 +0000 |
commit | b3b9209892eefd1bd48370c12c54806e7af17ed0 (patch) | |
tree | 055a1f604e6282ecc0cab7f8b833d04a623fbf0e /src/interp/Makefile.pamphlet | |
parent | e8d67b0712ae24a8a6975e8c5047cbd73cc177e8 (diff) | |
download | open-axiom-b3b9209892eefd1bd48370c12c54806e7af17ed0.tar.gz |
* 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.
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r-- | src/interp/Makefile.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index 0df0d71d..5e67f5a5 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -371,7 +371,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) \ @@ -407,7 +407,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 \ |