-# $Id: Makefile.in,v 1.1 2000/12/08 17:47:19 cph Exp $
+# $Id: Makefile.in,v 1.2 2000/12/08 17:53:58 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
scheme -compiler -heap 4000 < etc/compile.scm
etc/build-bands.sh
-setup:
- ./Setup.sh $(SUBDIRS)
-
mostlyclean clean distclean maintainer-clean:
./Clean.sh $@ $(SUBDIRS)
$(INSTALL_DATA) imail/$${FN} $(DESTDIR)$(AUXDIR)/imail/.;\
done
-.PHONY: all setup mostlyclean clean distclean maintainer-clean
-.PHONY: tags TAGS install
+.PHONY: all mostlyclean clean distclean maintainer-clean tags TAGS install
-# $Id: Makefile.std,v 1.10 2000/12/08 06:04:32 cph Exp $
+# $Id: Makefile.std,v 1.11 2000/12/08 17:53:58 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
all:
echo "No ALL action"
-setup:
- ./Setup.sh
-
mostlyclean clean distclean maintainer-clean:
./Clean.sh $@
unstage3:
./Stage.sh unmake 3
-.PHONY: all setup mostlyclean clean distclean maintainer-clean tags TAGS
+.PHONY: all mostlyclean clean distclean maintainer-clean tags TAGS
.PHONY: stage1 unstage1 stage2 unstage2 stage3 unstage3
#!/bin/sh
#
-# $Id: Setup.sh,v 1.2 2000/12/08 06:19:43 cph Exp $
+# $Id: Setup.sh,v 1.3 2000/12/08 17:53:58 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# Utility to set up the MIT Scheme build directories.
# The working directory must be the top-level source directory.
+if [ ! -x configure ]; then
+ echo "autoconf"
+ autoconf
+fi
+
maybe_mkdir ()
{
if [ ! -e ${1} ]; then