Build vm, linker and initial.image with Scheme 48
This commit is contained in:
parent
ca5426f151
commit
92efac26a9
|
@ -43,7 +43,7 @@ mandir = $(prefix)/man/man$(manext)
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) -g -c $(CPPFLAGS) $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CFLAGS) -o $@ $<
|
$(CC) -g -c $(CPPFLAGS) $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CFLAGS) -o $@ $<
|
||||||
|
|
||||||
RUNNABLE = scsh
|
RUNNABLE = scheme48
|
||||||
MANPAGE = $(RUNNABLE).$(manext)
|
MANPAGE = $(RUNNABLE).$(manext)
|
||||||
LIB = $(libdir)/$(RUNNABLE)
|
LIB = $(libdir)/$(RUNNABLE)
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ BIG_HEAP = -h 5000000
|
||||||
# LINKER_VM = ./$(VM) $(BIG_HEAP)
|
# LINKER_VM = ./$(VM) $(BIG_HEAP)
|
||||||
# LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE)
|
# 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_VM = scheme48 $(BIG_HEAP)
|
||||||
LINKER_RUNNABLE = scheme48
|
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
|
# The following is the first rule and therefore the "make" command's
|
||||||
# default target.
|
# default target.
|
||||||
enough: $(VM) $(IMAGE) go $(LIBCIG) scsh $(LIBSCSH) $(LIBSCSHVM)
|
enough: $(VM) $(IMAGE) go $(LIBCIG) scsh $(LIBSCSH) $(LIBSCSHVM)
|
||||||
#JMG no notify at the moment... .notify
|
|
||||||
|
|
||||||
# Files generated by cig need their init functions called.
|
# Files generated by cig need their init functions called.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue