Update of /cvsroot/scsh/scsh-0.6
In directory usw-pr-cvs1:/tmp/cvs-serv2412
Modified Files:
Makefile.in
Log Message:
+ Don't build with cig.image
+ Let scsh/scsh.image depend on rx/*.scm
Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** Makefile.in 2001/09/12 17:44:57 1.31
--- Makefile.in 2001/10/01 14:47:03 1.32
***************
*** 762,767 ****
scsh/top.scm \
scsh/tty.scm \
! scsh/utilities.scm
!
# scsh/dbm.scm db.scm ndbm.scm
# static.scm static-heap.scm static1.scm
--- 762,786 ----
scsh/top.scm \
scsh/tty.scm \
! scsh/utilities.scm \
! scsh/rx/cond-package.scm \
! scsh/rx/packages.scm \
! scsh/rx/re-match-syntax.scm \
! scsh/rx/rx-lib.scm \
! scsh/rx/loadem.scm \
! scsh/rx/parse.scm \
! scsh/rx/re-subst.scm \
! scsh/rx/simp.scm \
! scsh/rx/modules.scm \
! scsh/rx/posixstr.scm \
! scsh/rx/re-syntax.scm \
! scsh/rx/spencer.scm \
! scsh/rx/oldfuns.scm \
! scsh/rx/re-fold.scm \
! scsh/rx/re.scm \
! scsh/rx/test.scm \
! scsh/rx/re-high.scm \
! scsh/rx/regexp.scm \
! scsh/rx/re-low.scm \
! scsh/rx/regress.scm
# scsh/dbm.scm db.scm ndbm.scm
# static.scm static-heap.scm static1.scm
***************
*** 797,801 ****
! scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
(echo ",translate =scheme48/ `pwd`/scheme/"; \
echo ",batch on"; \
--- 816,820 ----
! scsh/scsh.image: $(VM) $(SCHEME) $(IMAGE)
(echo ",translate =scheme48/ `pwd`/scheme/"; \
echo ",batch on"; \
***************
*** 818,822 ****
echo "(dump-scsh \"scsh/scsh.image\")"; \
echo ",batch on") \
! | ./$(VM) -o ./$(VM) -i $(CIG).image -h 10000000
install-scsh: scsh install-scsh-image
--- 837,841 ----
echo "(dump-scsh \"scsh/scsh.image\")"; \
echo ",batch on") \
! | ./$(VM) -o ./$(VM) -i $(IMAGE) -h 10000000
install-scsh: scsh install-scsh-image
|