Makefile revision 31e37bb439502e3f7c4c0a9a77d655ea5d56887a
1605N/A#
1605N/A# CDDL HEADER START
1605N/A#
1605N/A# The contents of this file are subject to the terms of the
1605N/A# Common Development and Distribution License (the "License").
1605N/A# You may not use this file except in compliance with the License.
1605N/A#
1605N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1605N/A# or http://www.opensolaris.org/os/licensing.
1605N/A# See the License for the specific language governing permissions
1605N/A# and limitations under the License.
1605N/A#
1605N/A# When distributing Covered Code, include this CDDL HEADER in each
1605N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1605N/A# If applicable, add the following below this CDDL HEADER, with the
1605N/A# fields enclosed by brackets "[]" replaced with your own identifying
1605N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1605N/A#
1605N/A# CDDL HEADER END
1605N/A#
1605N/A
1605N/A#
3639N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
1605N/A# Use is subject to license terms.
1605N/A#
1605N/A# ident "%Z%%M% %I% %E% SMI"
1605N/A#
1605N/A
1605N/Ainclude ../../Makefile.com
1605N/A
1605N/ASRCS = cpu.c cpu_mdesc.c
1605N/A
1605N/ACPPFLAGS += -I. -I$(ROOT)/usr/platform/sun4v/include
1605N/ALDLIBS += -L$(ROOTLIB)/fm -L$(ROOT)/usr/platform/sun4v/lib/fm/fmd \
1605N/A -lmdesc -lkstat -lldom
1605N/ALDFLAGS += -R/usr/lib/fm -R/usr/platform/sun4v/lib/fm/fmd
1605N/A
2899N/Ainclude ../../Makefile.targ
2899N/A
3817N/Ainstall: all $(ROOTPROG)
3817N/A