From: Stephen Adams Date: Sat, 29 Jul 1995 14:48:14 +0000 (+0000) Subject: Updated to reflect new directories. X-Git-Tag: 20090517-FFI~6094 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=60a2a318cff38ba80877086dbf9e09fa41fcc34d;p=mit-scheme.git Updated to reflect new directories. --- diff --git a/v8/src/compiler/Makefile b/v8/src/compiler/Makefile index 8d8b2e199..1ee701f2a 100644 --- a/v8/src/compiler/Makefile +++ b/v8/src/compiler/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1995/07/29 14:45:30 adams Exp $ +# $Id: Makefile,v 1.2 1995/07/29 14:48:14 adams Exp $ # # Makefile for Scheme compiler # This makefile supports some utilities for the compiler. @@ -7,8 +7,7 @@ # written in Scheme. # -SOURCES = back/foo base/foo fggen/foo fgopt/foo\ - machine/foo rtlbase/foo rtlgen/foo rtlopt/foo +SOURCES = back/foo base/foo machine/foo midend/foo rtlbase/foo rtlopt/foo SUBDIRS = $(SOURCES:foo=) SHELL = /bin/sh @@ -17,8 +16,8 @@ all: echo "No ALL action" tags: - etags back/*.scm base/*.scm fggen/*.scm fgopt/*.scm \ - machines/*/*.scm rtlbase/*.scm rtlgen/*.scm rtlopt/*.scm + etags back/*.scm base/*.scm \ + machines/*/*.scm midend/*.scm rtlbase/*.scm rtlopt/*.scm index: rm -f INDEX @@ -28,7 +27,7 @@ listing: prlist comp.pkg $(SOURCES:foo=*.scm) locked: - for subdir in . back base fggen fgopt rtlbase rtlgen rtlopt machines/*; \ + for subdir in . back base midend rtlbase rtlopt machines/*; \ do \ rlog -L -R $${subdir}/RCS/*,v ; \ done