+ Don't build with cig.image

+ Let scsh/scsh.image depend on rx/*.scm
This commit is contained in:
mainzelm 2001-10-01 14:47:03 +00:00
parent 8e233fbf1c
commit c8a2f5ac9a
1 changed files with 23 additions and 4 deletions

View File

@ -761,8 +761,27 @@ SCHEME =scsh/awk.scm \
scsh/time.scm \
scsh/top.scm \
scsh/tty.scm \
scsh/utilities.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
# jcontrol
@ -796,7 +815,7 @@ loads = $(srcdir)/scsh/let-opt.scm $(srcdir)/scsh/scsh-interfaces.scm \
$(srcdir)/scsh/lib/cset-obsolete.scm
scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
scsh/scsh.image: $(VM) $(SCHEME) $(IMAGE)
(echo ",translate =scheme48/ `pwd`/scheme/"; \
echo ",batch on"; \
echo ",load-package floatnums"; \
@ -817,7 +836,7 @@ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
echo ",keep names maps files source tabulate"; \
echo "(dump-scsh \"scsh/scsh.image\")"; \
echo ",batch on") \
| ./$(VM) -o ./$(VM) -i $(CIG).image -h 10000000
| ./$(VM) -o ./$(VM) -i $(IMAGE) -h 10000000
install-scsh: scsh install-scsh-image
$(RM) $(bindir)/$(RUNNABLE)