Makefile revision 31e37bb439502e3f7c4c0a9a77d655ea5d56887a
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
3304cbd819df02e7548e9338dc0afa8d3ba29358manoj# You may not use this file except in compliance with the License.
f824925ac58ff729289c017235eeb3bdd21ec3a2stoddard#
3304cbd819df02e7548e9338dc0afa8d3ba29358manoj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# or http://www.opensolaris.org/os/licensing.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# See the License for the specific language governing permissions
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# and limitations under the License.
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# When distributing Covered Code, include this CDDL HEADER in each
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# If applicable, add the following below this CDDL HEADER, with the
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# fields enclosed by brackets "[]" replaced with your own identifying
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# information: Portions Copyright [yyyy] [name of copyright owner]
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard#
85cbdc16ac57fa68ce1358a308269abcd417f4d9stoddard# CDDL HEADER END
2aae6faee508221efbeaba5547ca79b7a20ef047stoddard#
2aae6faee508221efbeaba5547ca79b7a20ef047stoddard
2aae6faee508221efbeaba5547ca79b7a20ef047stoddard#
2aae6faee508221efbeaba5547ca79b7a20ef047stoddard# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
75960f20f88dad6bc67892c711c429946063d133stoddard# Use is subject to license terms.
75960f20f88dad6bc67892c711c429946063d133stoddard#
75960f20f88dad6bc67892c711c429946063d133stoddard# ident "%Z%%M% %I% %E% SMI"
75960f20f88dad6bc67892c711c429946063d133stoddard#
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard
4065b438067f3f08d0bd98b31ac4085b581b931dstoddardinclude ../../Makefile.com
2739add8add66e21526ce27f83c2ae133d089070rbb
2739add8add66e21526ce27f83c2ae133d089070rbbSRCS = cpu.c cpu_mdesc.c
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard
211bf1d44f4653bf753a15740cd5ebbf330b6e93manojCPPFLAGS += -I. -I$(ROOT)/usr/platform/sun4v/include
211bf1d44f4653bf753a15740cd5ebbf330b6e93manojLDLIBS += -L$(ROOTLIB)/fm -L$(ROOT)/usr/platform/sun4v/lib/fm/fmd \
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard -lmdesc -lkstat -lldom
7ba24263a36323ecaf0685758f44001c0800d012stoddardLDFLAGS += -R/usr/lib/fm -R/usr/platform/sun4v/lib/fm/fmd
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard
2a6c49cfaef5979a5a06098f3ce987cd76769409manojinclude ../../Makefile.targ
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manoj
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manojinstall: all $(ROOTPROG)
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj