1*5306Sgm209912# 2*5306Sgm209912# CDDL HEADER START 3*5306Sgm209912# 4*5306Sgm209912# The contents of this file are subject to the terms of the 5*5306Sgm209912# Common Development and Distribution License (the "License"). 6*5306Sgm209912# You may not use this file except in compliance with the License. 7*5306Sgm209912# 8*5306Sgm209912# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5306Sgm209912# or http://www.opensolaris.org/os/licensing. 10*5306Sgm209912# See the License for the specific language governing permissions 11*5306Sgm209912# and limitations under the License. 12*5306Sgm209912# 13*5306Sgm209912# When distributing Covered Code, include this CDDL HEADER in each 14*5306Sgm209912# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5306Sgm209912# If applicable, add the following below this CDDL HEADER, with the 16*5306Sgm209912# fields enclosed by brackets "[]" replaced with your own identifying 17*5306Sgm209912# information: Portions Copyright [yyyy] [name of copyright owner] 18*5306Sgm209912# 19*5306Sgm209912# CDDL HEADER END 20*5306Sgm209912# 21*5306Sgm209912# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 22*5306Sgm209912# Use is subject to license terms. 23*5306Sgm209912# 24*5306Sgm209912# ident "%Z%%M% %I% %E% SMI" 25*5306Sgm209912# 26*5306Sgm209912 27*5306Sgm209912include ../Makefile.lib 28*5306Sgm209912 29*5306Sgm209912HDRS = sdp.h 30*5306Sgm209912HDRDIR = common 31*5306Sgm209912SUBDIRS = $(MACH) 32*5306Sgm209912$(BUILD64)SUBDIRS += $(MACH64) 33*5306Sgm209912 34*5306Sgm209912all := TARGET= all 35*5306Sgm209912clean := TARGET= clean 36*5306Sgm209912clobber := TARGET= clobber 37*5306Sgm209912install := TARGET= install 38*5306Sgm209912lint := TARGET= lint 39*5306Sgm209912 40*5306Sgm209912.KEEP_STATE: 41*5306Sgm209912 42*5306Sgm209912all clean clobber install lint: $(SUBDIRS) 43*5306Sgm209912 44*5306Sgm209912install_h: $(ROOTHDRS) 45*5306Sgm209912 46*5306Sgm209912check: $(CHECKHDRS) 47*5306Sgm209912 48*5306Sgm209912$(SUBDIRS): FRC 49*5306Sgm209912 @cd $@; pwd; $(MAKE) $(TARGET) 50*5306Sgm209912 51*5306Sgm209912FRC: 52*5306Sgm209912 53*5306Sgm209912include ../Makefile.targ 54