Build vm, linker and initial.image with Scheme 48

This commit is contained in:
mainzelm 2001-05-12 13:13:05 +00:00
parent ca5426f151
commit 92efac26a9
1 changed files with 2 additions and 3 deletions

View File

@ -43,7 +43,7 @@ mandir = $(prefix)/man/man$(manext)
.c.o:
$(CC) -g -c $(CPPFLAGS) $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CFLAGS) -o $@ $<
RUNNABLE = scsh
RUNNABLE = scheme48
MANPAGE = $(RUNNABLE).$(manext)
LIB = $(libdir)/$(RUNNABLE)
@ -81,7 +81,7 @@ BIG_HEAP = -h 5000000
# LINKER_VM = ./$(VM) $(BIG_HEAP)
# LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE)
# therefor according to 2 but canot use scsh since -i is not understood
# therefor according to 2. but we cannot use scsh since -i is not understood
LINKER_VM = scheme48 $(BIG_HEAP)
LINKER_RUNNABLE = scheme48
@ -150,7 +150,6 @@ CONFIG_FILES = scheme/interfaces.scm scheme/low-packages.scm \
# The following is the first rule and therefore the "make" command's
# default target.
enough: $(VM) $(IMAGE) go $(LIBCIG) scsh $(LIBSCSH) $(LIBSCSHVM)
#JMG no notify at the moment... .notify
# Files generated by cig need their init functions called.