From: Chris Hanson Date: Fri, 29 Oct 2004 05:30:30 +0000 (+0000) Subject: Use "include" to get useful rules. X-Git-Tag: 20090517-FFI~1509 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=61d27711e265e72e648da00aeb5edfb7b871993b;p=mit-scheme.git Use "include" to get useful rules. --- diff --git a/v7/src/cref/Makefile.in b/v7/src/cref/Makefile.in index 4572592f0..72d6726f9 100644 --- a/v7/src/cref/Makefile.in +++ b/v7/src/cref/Makefile.in @@ -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. # @@ -19,11 +19,6 @@ # 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