+ remove references to scsh/static...

+ include scsh-config.in in distribution
+ selective inclusion in distribution for the files in ps-compiler/
This commit is contained in:
mainzelm 2002-12-15 20:47:02 +00:00
parent 1efc0c03ba
commit 196efa4e85
1 changed files with 9 additions and 5 deletions

View File

@ -442,7 +442,7 @@ clean-cig:
distclean: clean
rm -f Makefile config.log config.status c/sysdep.h config.cache \
scsh/machine \
scsh/endian.scm scsh/static.scm \
scsh/endian.scm \
exportlist.aix
$(RM) a.exe $(VM).base $(VM).def $(VM).exp
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
@ -476,7 +476,7 @@ tags:
# DISTFILES should include all sources.
DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \
acconfig.h configure.in Makefile.in install-sh \
scsh-config.in configure.in Makefile.in install-sh \
doc/*.ps doc/*.txt \
doc/src/*.tex doc/src/*.sty doc/src/manual.dvi \
doc/src/manual.ps \
@ -488,7 +488,12 @@ DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \
c/*.[ch] c/*/*.[ch] c/scheme48.h.in \
emacs/*.el gdbinit \
scheme/*.scm scheme/*/*.scm \
ps-compiler \
ps-compiler/*.scm ps-compiler/minor-version-number \
ps-compiler/doc/*.txt ps-compiler/*/*.scm \
ps-compiler/*/*/*.scm \
ps-compiler/prescheme/test/fact.cps \
ps-compiler/prescheme/test/prescheme.h \
ps-compiler/prescheme/c-stuff \
c/sysdep.h.in \
scsh/*.scm scsh/*/*.scm \
scsh/*.[ch] scsh/*/*.[ch] \
@ -514,7 +519,7 @@ dist: build/initial.image
(cd doc/scsh-manual && makeindex man && make man.ps && \
make man.pdf && make html) && \
distname=$(distname) && \
distfile=$(distdir)/$$distname.tgz && \
distfile=$(distdir)/$$distname.tar.gz && \
if [ -d $(distdir) ] && \
[ -w $$distfile -o -w $(distdir) ]; then \
rm -f $$distname && \
@ -832,7 +837,6 @@ SCHEME =scsh/awk.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
# Bogus, but it makes the scm->c->o two-ply dependency work.