aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-11 21:07:16 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-11 21:07:16 +0000
commit491eda903e80958a28a53d36688a65911a0d2978 (patch)
tree1873d9ba76f9691edc973c8dbf7e9ad878318b30 /src/interp/Makefile.in
parentb9eed452db6231458c941041b7090c0e62426eae (diff)
downloadopen-axiom-491eda903e80958a28a53d36688a65911a0d2978.tar.gz
* template.boot: New.
* template.boot.pamphlet: Move content to template.boot. Remove. * termrw.boot: New. * termrw.boot.pamphlet: Move content to template.boot. Remove. * topics.boot: New. * topics.boot.pamphlet: Move content to topics.boot. Remove. * trace.boot: New. * trace.boot.pamphlet: Move content to trace.boot. Remove. * varini.boot: New. * varini.boot.pamphlet: Move content to varini.boot. Remove. * xrun.boot: New. * xrun.boot.pamphlet: Move content to xrun.boot. Remove * xruncomp.boot: New. * xruncomp.boot.pamphlet: Move content to xruncomp.boot. Remove. * Makefile.pamphlet (<<xruncomp.clisp>>): Remove. (<<trace.lisp>>): Likewise. (<<topics.clisp>>): Likewise. (<<template.clisp>>): Likewise. (<<termrw.clisp>>): Likewise.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in23
1 files changed, 1 insertions, 22 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 3027455a..3f0fed26 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -6,7 +6,7 @@ DOC=$(axiom_target_docdir)/src/interp
BOOK=$(axiom_target_docdir)
# Command to translate Boot to Common Lisp
-BOOT_TO_LISP = $(BOOTSYS) -- --translate $<
+BOOT_TO_LISP = $(BOOTSYS) -- --translate --output=$@ $<
# Command to translate Common Lisp to native object code
COMPILE_LISP = $(DEPSYS) -- --compile --output=$@ $<
@@ -821,32 +821,11 @@ setvart.clisp: setvart.boot
@ echo 398 making $@ from $<
@ echo '(progn (old-boot::boot "setvart.boot"))' | ${DEPSYS}
-template.clisp: template.boot
- @ echo 408 making $@ from $<
- @ echo '(progn (old-boot::boot "template.boot"))' | ${DEPSYS}
-
-termrw.clisp: termrw.boot
- @ echo 411 making $@ from $<
- @ echo '(progn (old-boot::boot "termrw.boot"))' | ${DEPSYS}
-
-topics.clisp: topics.boot
- @ echo 495 making $@ from $<
- @ echo '(progn (old-boot::boot "topics.boot"))' | ${DEPSYS}
-
-trace.clisp: trace.boot
- @ echo 414 making $@ from $<
- @ echo '(progn (old-boot::boot "trace.boot"))' | ${DEPSYS}
-
../algebra/warm.data: $(srcdir)/Makefile.pamphlet
@ echo 2 building warm.data
$(axiom_build_document) --tangle=warm.data --output=$@ $<
-xruncomp.clisp: xruncomp.boot
- @ echo 459 making $@ from $<
- @ echo '(progn (old-boot::boot "xruncomp.boot"))' | ${DEPSYS}
-
-
buildom.$(FASLEXT): buildom.boot sys-macros.$(FASLEXT)
$(BOOTSYS) -- --compile --output=$@ --load-directory=. $<