-# $Id: Makefile.in,v 1.22 2004/01/16 21:03:35 cph Exp $
+# $Id: Makefile.in,v 1.23 2004/01/16 21:07:33 cph Exp $
#
# Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology
#
# **** END BOILERPLATE ****
-SUBDIRS = 6001 compiler rcs runtime-check sf win32 $(INSTALLED_SUBDIRS)
-INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos ssp star-parser xml
+SUBDIRS = 6001 compiler rcs runtime-check sf ssp win32 $(INSTALLED_SUBDIRS)
+INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos star-parser xml
AUXDIR = @AUXDIR@
EDETC = $(AUXDIR)/edwin/etc
#| -*-Scheme-*-
-$Id: compile.scm,v 1.7 2003/02/14 18:48:11 cph Exp $
+$Id: compile.scm,v 1.8 2004/01/16 21:06:06 cph Exp $
-Copyright 2000,2001,2002 Massachusetts Institute of Technology
+Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(load "cref.sf"))))
(for-each (lambda (name)
(load (merge-pathnames "compile" (pathname-as-directory name))))
- '("sos" "star-parser" "imail" "xml"))
+ '("sos" "star-parser" "imail" "xml" "ssp"))
(with-working-directory-pathname "runtime-check"
(lambda ()
(load "runtime.cbf"))))
\ No newline at end of file