16dfee483Stsien# 26dfee483Stsien# CDDL HEADER START 36dfee483Stsien# 46dfee483Stsien# The contents of this file are subject to the terms of the 5*f808c858Sraf# Common Development and Distribution License (the "License"). 6*f808c858Sraf# You may not use this file except in compliance with the License. 76dfee483Stsien# 86dfee483Stsien# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 96dfee483Stsien# or http://www.opensolaris.org/os/licensing. 106dfee483Stsien# See the License for the specific language governing permissions 116dfee483Stsien# and limitations under the License. 126dfee483Stsien# 136dfee483Stsien# When distributing Covered Code, include this CDDL HEADER in each 146dfee483Stsien# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 156dfee483Stsien# If applicable, add the following below this CDDL HEADER, with the 166dfee483Stsien# fields enclosed by brackets "[]" replaced with your own identifying 176dfee483Stsien# information: Portions Copyright [yyyy] [name of copyright owner] 186dfee483Stsien# 196dfee483Stsien# CDDL HEADER END 206dfee483Stsien# 216dfee483Stsien# 22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 236dfee483Stsien# Use is subject to license terms. 246dfee483Stsien# 256dfee483Stsien# ident "%Z%%M% %I% %E% SMI" 26*f808c858Sraf# 276dfee483Stsien 286dfee483Stsieninclude ../../Makefile.lib 296dfee483Stsieninclude ../Makefile.lib 306dfee483Stsien 316dfee483StsienFMHDRS = 326dfee483StsienHDRDIR = common 336dfee483Stsien 346dfee483StsienSUBDIRS = $(MACH) 356dfee483Stsien$(BUILD64)SUBDIRS += $(MACH64) 366dfee483Stsien 376dfee483Stsienall := TARGET = all 386dfee483Stsienclean := TARGET = clean 396dfee483Stsienclobber := TARGET = clobber 406dfee483Stsieninstall := TARGET = install 416dfee483Stsienlint := TARGET = lint 426dfee483Stsien 436dfee483Stsien.KEEP_STATE: 446dfee483Stsien 45*f808c858Srafall clean clobber lint: $(SUBDIRS) 466dfee483Stsien 47*f808c858Srafinstall: install_h .WAIT $(SUBDIRS) 486dfee483Stsien 496dfee483Stsieninstall_h: $(ROOTFMHDRS) 506dfee483Stsien 516dfee483Stsiencheck: $(CHECKHDRS) 526dfee483Stsien 53*f808c858Sraf$(SUBDIRS): FRC 546dfee483Stsien @cd $@; pwd; $(MAKE) $(TARGET) 556dfee483Stsien 566dfee483StsienFRC: 576dfee483Stsien 586dfee483Stsieninclude ../../Makefile.targ 596dfee483Stsieninclude ../Makefile.targ 60