a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# CDDL HEADER START
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# The contents of this file are subject to the terms of the
a93a1f58a8763fa69172980b98e3d24720c1136egm# Common Development and Distribution License (the "License").
a93a1f58a8763fa69172980b98e3d24720c1136egm# You may not use this file except in compliance with the License.
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a93a1f58a8763fa69172980b98e3d24720c1136egm# or http://www.opensolaris.org/os/licensing.
a93a1f58a8763fa69172980b98e3d24720c1136egm# See the License for the specific language governing permissions
a93a1f58a8763fa69172980b98e3d24720c1136egm# and limitations under the License.
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# When distributing Covered Code, include this CDDL HEADER in each
a93a1f58a8763fa69172980b98e3d24720c1136egm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a93a1f58a8763fa69172980b98e3d24720c1136egm# If applicable, add the following below this CDDL HEADER, with the
a93a1f58a8763fa69172980b98e3d24720c1136egm# fields enclosed by brackets "[]" replaced with your own identifying
a93a1f58a8763fa69172980b98e3d24720c1136egm# information: Portions Copyright [yyyy] [name of copyright owner]
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# CDDL HEADER END
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
a93a1f58a8763fa69172980b98e3d24720c1136egm# Use is subject to license terms.
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# ident "%Z%%M% %I% %E% SMI"
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egminclude ../Makefile.lib
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egmHDRS = sdp.h
a93a1f58a8763fa69172980b98e3d24720c1136egmHDRDIR = common
a93a1f58a8763fa69172980b98e3d24720c1136egmSUBDIRS = $(MACH)
a93a1f58a8763fa69172980b98e3d24720c1136egm$(BUILD64)SUBDIRS += $(MACH64)
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egmall := TARGET= all
a93a1f58a8763fa69172980b98e3d24720c1136egmclean := TARGET= clean
a93a1f58a8763fa69172980b98e3d24720c1136egmclobber := TARGET= clobber
a93a1f58a8763fa69172980b98e3d24720c1136egminstall := TARGET= install
a93a1f58a8763fa69172980b98e3d24720c1136egmlint := TARGET= lint
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egm.KEEP_STATE:
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egmall clean clobber install lint: $(SUBDIRS)
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egminstall_h: $(ROOTHDRS)
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egmcheck: $(CHECKHDRS)
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egm$(SUBDIRS): FRC
a93a1f58a8763fa69172980b98e3d24720c1136egm @cd $@; pwd; $(MAKE) $(TARGET)
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egmFRC:
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egminclude ../Makefile.targ