From a1bd87ef5ca3bbdff6b4d5e27e61bafb68b79087 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 5 Nov 2007 23:45:49 +0000 Subject: * Makefile.pamphlet (compiler.$(FASLEXT)): New rule. (c-doc.$(FASLEXT)): Likewise. (<>): Likewise. (<>): Likewise. * c-doc.boot.pamphlet: Push into package "BOOT". Fix syntax. Document functions. Remove dead codes. * compiler.boot.pamphlet: Push into package "BOOT". Fix syntax. --- src/interp/Makefile.pamphlet | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) (limited to 'src/interp/Makefile.pamphlet') diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index 9cbe7046..94c1b16d 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -824,15 +824,6 @@ $(axiom_build_texdir)/diagrams.tex: $(axiom_src_docdir)/diagrams.tex $(INSTALL_DATA) $< $@ @ -\subsection{c-doc.boot \cite{60}} - -<>= -c-doc.clisp: c-doc.boot - @ echo 219 making $@ from $< - @ echo '(old-boot::boot "c-doc.boot")' | ${DEPSYS} -@ - - \subsection{clammed.boot \cite{62}} <>= @@ -841,14 +832,6 @@ clammed.clisp: clammed.boot @ echo '(old-boot::boot "clammed.boot")' | ${DEPSYS} @ -\subsection{compiler.boot \cite{64}} - -<>= -compiler.clisp: compiler.boot - @ echo 233 making $@ from $< - @ echo '(old-boot::boot "compiler.boot")' | ${DEPSYS} -@ - \subsection{i-analy.boot} <>= @@ -1240,6 +1223,10 @@ record.$(FASLEXT): record.boot nlib.$(FASLEXT) pathname.$(FASLEXT) ## OpenAxiom's compiler +compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \ + modemap.$(FASLEXT) pathname.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + iterator.$(FASLEXT): iterator.boot g-util.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -1269,6 +1256,9 @@ simpbool.$(FASLEXT): simpbool.boot macros.$(FASLEXT) newfort.$(FASLEXT): newfort.boot macros.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< +c-doc.$(FASLEXT): c-doc.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + ## Interface with the Aldor compiler. ax.$(FASLEXT): ax.boot as.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -1468,12 +1458,8 @@ boot-pkg.$(FASLEXT): boot-pkg.lisp <> -<> - <> -<> - <> <> -- cgit v1.2.3