From a7d9f92dec61bc5219e612dae610939bf44a3257 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 4 Oct 2001 17:11:49 +0000 Subject: [PATCH] Integrate *PARSER and XML support into system. --- v7/src/Makefile.in | 8 ++++---- v7/src/Setup.sh | 4 ++-- v7/src/configure.in | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index 94123f386..c196fb6be 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,4 +1,4 @@ -# $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 # @@ -56,8 +56,8 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs # **** 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 @@ -75,7 +75,7 @@ tags TAGS: $(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 diff --git a/v7/src/Setup.sh b/v7/src/Setup.sh index 5d62975aa..7be75cf07 100755 --- a/v7/src/Setup.sh +++ b/v7/src/Setup.sh @@ -1,6 +1,6 @@ #!/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 # @@ -45,7 +45,7 @@ maybe_link lib/edwin/autoload ../../edwin 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 diff --git a/v7/src/configure.in b/v7/src/configure.in index 6168709c0..2570eec43 100644 --- a/v7/src/configure.in +++ b/v7/src/configure.in @@ -17,7 +17,7 @@ dnl along with this program; if not, write to the Free Software 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 @@ -32,4 +32,4 @@ AUXDIR=${libdir}/mit-scheme 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) -- 2.25.1