aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-07 03:44:32 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-07 03:44:32 +0000
commitb3b9209892eefd1bd48370c12c54806e7af17ed0 (patch)
tree055a1f604e6282ecc0cab7f8b833d04a623fbf0e /src/interp/Makefile.in
parente8d67b0712ae24a8a6975e8c5047cbd73cc177e8 (diff)
downloadopen-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.in')
-rw-r--r--src/interp/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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 \