-# $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@
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)
$(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