Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv19708
Modified Files:
Makefile.in
Log Message:
Build vm, linker and initial.image with Scheme 48
Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** Makefile.in 2001/04/02 15:11:38 1.18
--- Makefile.in 2001/05/12 13:13:05 1.19
***************
*** 44,48 ****
$(CC) -g -c $(CPPFLAGS) $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CFLAGS)
-o $@ $<
! RUNNABLE = scsh
MANPAGE = $(RUNNABLE).$(manext)
LIB = $(libdir)/$(RUNNABLE)
--- 44,48 ----
$(CC) -g -c $(CPPFLAGS) $(DEFS) -I$(srcdir)/c -I$(srcdir)/cig $(CFLAGS)
-o $@ $<
! RUNNABLE = scheme48
MANPAGE = $(RUNNABLE).$(manext)
LIB = $(libdir)/$(RUNNABLE)
***************
*** 82,86 ****
# LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE)
! # therefor according to 2 but canot use scsh since -i is not understood
LINKER_VM = scheme48 $(BIG_HEAP)
LINKER_RUNNABLE = scheme48
--- 82,86 ----
# LINKER_RUNNABLE = $(LINKER_VM) -i $(IMAGE)
! # therefor according to 2. but we cannot use scsh since -i is not understood
LINKER_VM = scheme48 $(BIG_HEAP)
LINKER_RUNNABLE = scheme48
***************
*** 151,155 ****
# 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.
--- 151,154 ----
|