Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER START
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The contents of this file are subject to the terms of the
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# Common Development and Distribution License, Version 1.0 only
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# (the "License"). You may not use this file except in compliance
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# with the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# or http://www.opensolaris.org/os/licensing.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# See the License for the specific language governing permissions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and limitations under the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# When distributing Covered Code, include this CDDL HEADER in each
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# If applicable, add the following below this CDDL HEADER, with the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# fields enclosed by brackets "[]" replaced with your own identifying
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# information: Portions Copyright [yyyy] [name of copyright owner]
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER END
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
c93c462eec9d46f84d567abf52eb29a27c2e134bCheng Sean Ye#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#ident "%Z%%M% %I% %E% SMI"
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Copyright (c) 1990-1997 by Sun Microsystems, Inc.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# cmd/savecore/Makefile
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
c40d7343efa60b18ad1ceb316eb337caeea79046cindiPROG= savecore
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
c40d7343efa60b18ad1ceb316eb337caeea79046cindiinclude ../Makefile.cmd
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
c40d7343efa60b18ad1ceb316eb337caeea79046cindiSUBDIRS = $(MACH)
c40d7343efa60b18ad1ceb316eb337caeea79046cindi$(BUILD64)SUBDIRS += $(MACH64)
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
c40d7343efa60b18ad1ceb316eb337caeea79046cindiall := TARGET = all
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiinstall := TARGET = install
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiclean := TARGET = clean
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiclobber := TARGET = clobber
24db46411fd54f70c35b94bb952eb7ba040e43b4eschrocklint := TARGET = lint
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi.KEEP_STATE:
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiall: $(SUBDIRS)
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiclean clobber lint: $(SUBDIRS)
24db46411fd54f70c35b94bb952eb7ba040e43b4eschrock
c40d7343efa60b18ad1ceb316eb337caeea79046cindiinstall: $(SUBDIRS)
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi -$(RM) $(ROOTPROG)
c40d7343efa60b18ad1ceb316eb337caeea79046cindi -$(LN) $(ISAEXEC) $(ROOTPROG)
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
c40d7343efa60b18ad1ceb316eb337caeea79046cindi$(SUBDIRS): FRC
c40d7343efa60b18ad1ceb316eb337caeea79046cindi @cd $@; pwd; $(MAKE) $(TARGET)
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiFRC:
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiinclude ../Makefile.targ
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi