Makefile revision 31e37bb439502e3f7c4c0a9a77d655ea5d56887a
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes# CDDL HEADER START
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes# The contents of this file are subject to the terms of the
9b2bd54c98edb185a3985410367754ab33217362bnicholes# Common Development and Distribution License (the "License").
9b2bd54c98edb185a3985410367754ab33217362bnicholes# You may not use this file except in compliance with the License.
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9b2bd54c98edb185a3985410367754ab33217362bnicholes# or http://www.opensolaris.org/os/licensing.
9b2bd54c98edb185a3985410367754ab33217362bnicholes# See the License for the specific language governing permissions
9b2bd54c98edb185a3985410367754ab33217362bnicholes# and limitations under the License.
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes# When distributing Covered Code, include this CDDL HEADER in each
9b2bd54c98edb185a3985410367754ab33217362bnicholes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9b2bd54c98edb185a3985410367754ab33217362bnicholes# If applicable, add the following below this CDDL HEADER, with the
9b2bd54c98edb185a3985410367754ab33217362bnicholes# fields enclosed by brackets "[]" replaced with your own identifying
9b2bd54c98edb185a3985410367754ab33217362bnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes# CDDL HEADER END
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
9b2bd54c98edb185a3985410367754ab33217362bnicholes# Use is subject to license terms.
9b2bd54c98edb185a3985410367754ab33217362bnicholes#
9b2bd54c98edb185a3985410367754ab33217362bnicholes#ident "%Z%%M% %I% %E% SMI"
9b2bd54c98edb185a3985410367754ab33217362bnicholes
9b2bd54c98edb185a3985410367754ab33217362bnicholesMODULE = etm
9b2bd54c98edb185a3985410367754ab33217362bnicholesCLASS = arch
9b2bd54c98edb185a3985410367754ab33217362bnicholesARCH = sun4v
9b2bd54c98edb185a3985410367754ab33217362bnicholes
9b2bd54c98edb185a3985410367754ab33217362bnicholesSRCS = etm.c etm_xport_api_dd.c
be06f010941d039a422f1bbd7e321a1a0e92e291bnicholes
9b2bd54c98edb185a3985410367754ab33217362bnicholesinclude ../../Makefile.plugin
9b2bd54c98edb185a3985410367754ab33217362bnicholes
9b2bd54c98edb185a3985410367754ab33217362bnicholesCPPFLAGS += -I$(SRC)/uts/sun4v -I$(ROOT)/usr/platform/sun4v/include
9b2bd54c98edb185a3985410367754ab33217362bnicholesLDLIBS += -lrt \
9b2bd54c98edb185a3985410367754ab33217362bnicholes -L$(ROOT)/usr/platform/$(ARCH)/lib/fm/fmd -lldom
9b2bd54c98edb185a3985410367754ab33217362bnicholesLDFLAGS += -R/usr/platform/$(ARCH)/lib/fm/fmd
9b2bd54c98edb185a3985410367754ab33217362bnicholes