Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm#
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# CDDL HEADER START
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm#
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# The contents of this file are subject to the terms of the
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# Common Development and Distribution License (the "License").
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# You may not use this file except in compliance with the License.
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm#
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# or http://www.opensolaris.org/os/licensing.
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# See the License for the specific language governing permissions
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# and limitations under the License.
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm#
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# When distributing Covered Code, include this CDDL HEADER in each
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# If applicable, add the following below this CDDL HEADER, with the
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# fields enclosed by brackets "[]" replaced with your own identifying
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# information: Portions Copyright [yyyy] [name of copyright owner]
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm#
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm# CDDL HEADER END
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm#
3ad553a7dabf3c8bcb69dd1ceeb13938fa526aedgavinm#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a31148363f598def767ac48c5d82e1572e44b935Gerry Liu# Use is subject to license terms.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# ident "%Z%%M% %I% %E% SMI"
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiinclude ../Makefile.lib
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiSUBDIRS = $(MACH)
20c794b39650d115e17a15983b6b82e46238cf45gavinm$(BUILD64)SUBDIRS += $(MACH64)
20c794b39650d115e17a15983b6b82e46238cf45gavinm
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiall:= TARGET= all
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiclean:= TARGET= clean
20c794b39650d115e17a15983b6b82e46238cf45gavinmclobber:= TARGET= clobber
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiinstall:= TARGET= install
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindilint:= TARGET= lint
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi.KEEP_STATE:
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiall clean clobber delete install lint package: $(SUBDIRS)
20c794b39650d115e17a15983b6b82e46238cf45gavinm
20c794b39650d115e17a15983b6b82e46238cf45gavinm_msg:
20c794b39650d115e17a15983b6b82e46238cf45gavinm
20c794b39650d115e17a15983b6b82e46238cf45gavinm$(SUBDIRS): FRC
20c794b39650d115e17a15983b6b82e46238cf45gavinm @cd $@; pwd; $(MAKE) $(TARGET)
e4b86885570d77af552e9cf94f142f4d744fb8c8Cheng Sean Ye
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiFRC:
20c794b39650d115e17a15983b6b82e46238cf45gavinm