-# $Id: Makefile.in,v 1.17 2001/09/25 18:24:54 cph Exp $
+# $Id: Makefile.in,v 1.18 2001/10/04 17:06:59 cph Exp $
#
# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
#
# **** END BOILERPLATE ****
-SUBDIRS = 6001 compiler cref edwin imail microcode \
- rcs runtime runtime-check sf sos win32
+SUBDIRS = 6001 compiler rcs runtime-check sf win32 $(INSTALLED_SUBDIRS)
+INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos star-parser xml
AUXDIR = @AUXDIR@
EDETC = $(AUXDIR)/edwin/etc
$(srcdir)/Tags.sh $(SUBDIRS)
install:
- @for SUBDIR in microcode runtime cref sos edwin imail; do \
+ @for SUBDIR in $(INSTALLED_SUBDIRS); do \
echo "Making $@ in $${SUBDIR}";\
( cd $${SUBDIR}; $(MAKE) $@ ) || exit 1;\
done
#!/bin/sh
#
-# $Id: Setup.sh,v 1.6 2000/12/08 18:24:09 cph Exp $
+# $Id: Setup.sh,v 1.7 2001/10/04 17:06:52 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
SUBDIRS=""
for SUBDIR in 6001 compiler cref edwin imail microcode rcs \
- runtime runtime-check sf sos win32; do
+ runtime runtime-check sf sos star-parser win32 xml; do
echo "setting up ${SUBDIR}"
maybe_link ${SUBDIR}/Setup.sh ../etc/Setup.sh
( cd ${SUBDIR} && ./Setup.sh ) || exit 1
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
dnl 02111-1307, USA.
-AC_REVISION([$Id: configure.in,v 1.4 2001/09/25 18:25:46 cph Exp $])
+AC_REVISION([$Id: configure.in,v 1.5 2001/10/04 17:11:49 cph Exp $])
AC_INIT(microcode/boot.c)
AC_PROG_INSTALL
AC_SUBST(AUXDIR)
AC_CONFIG_SUBDIRS(microcode compiler)
-AC_OUTPUT(Makefile runtime/Makefile cref/Makefile sos/Makefile edwin/Makefile imail/Makefile)
+AC_OUTPUT(Makefile runtime/Makefile cref/Makefile edwin/Makefile imail/Makefile sos/Makefile star-parser/Makefile xml/Makefile)