Use "include" to get useful rules.
authorChris Hanson <org/chris-hanson/cph>
Fri, 29 Oct 2004 05:30:30 +0000 (05:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 29 Oct 2004 05:30:30 +0000 (05:30 +0000)
v7/src/cref/Makefile.in

index 4572592f070ee8709df81c352a62e4ab59f8bb6c..72d6726f9efdafa1227e26e6c22b7d0ec033950d 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.4 2003/02/14 18:28:09 cph Exp $
+# $Id: Makefile.in,v 1.5 2004/10/29 05:30:30 cph Exp $
 #
-# Copyright (c) 2001 Massachusetts Institute of Technology
+# Copyright 2001,2004 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# Standard Makefile for Scheme subsystem directories.
-# This makefile supports some utilities for Scheme subsystems.
-# Tools to rebuild these subsystems are written in Scheme and do not
-# use `make'.
-
 # **** BEGIN BOILERPLATE ****
 
 SHELL = @SHELL@
@@ -66,14 +61,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 AUXDIR = @AUXDIR@
 CREF_DIR = $(AUXDIR)/cref
 
-all:
-       echo "No ALL action"
-
-mostlyclean clean distclean maintainer-clean:
-       ./Clean.sh $@
-
-tags TAGS:
-       ./Tags.sh
+include ../Makefile.std
 
 install:
        $(mkinstalldirs) $(DESTDIR)$(CREF_DIR)
@@ -81,4 +69,4 @@ install:
        $(INSTALL_DATA) *.bci $(DESTDIR)$(CREF_DIR)/.
        $(INSTALL_DATA) cref-unx.pkd $(DESTDIR)$(CREF_DIR)/.
 
-.PHONY: all mostlyclean clean distclean maintainer-clean tags TAGS install
+.PHONY: install