#
-# $Id: Makefile.std,v 1.1 2000/03/21 02:44:05 cph Exp $
+# $Id: Makefile.std,v 1.2 2000/03/21 04:19:41 cph Exp $
#
# Standard Makefile for Scheme subsystem directories.
# This makefile supports some utilities for Scheme subsystems.
all:
echo "No ALL action"
-tags:
+TAGS:
etags *.scm
index:
#
-# $Id: Makefile,v 1.10 1992/12/23 13:42:11 cph Exp $
+# $Id: Makefile,v 1.11 2000/03/21 04:20:51 cph Exp $
#
# Makefile for Scheme compiler
# This makefile supports some utilities for the compiler.
all:
echo "No ALL action"
-tags:
+TAGS:
etags back/*.scm base/*.scm fggen/*.scm fgopt/*.scm \
machines/*/*.scm rtlbase/*.scm rtlgen/*.scm rtlopt/*.scm
##
-## $Id: Makefile,v 1.4 1997/10/07 19:35:48 adams Exp $
+## $Id: Makefile,v 1.5 2000/03/21 04:22:02 cph Exp $
##
##
##
clean:
-tags:
+TAGS:
etags scheme/*.scm c/*.c