17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5fd845fc0Sks34972# Common Development and Distribution License (the "License"). 6fd845fc0Sks34972# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 2124fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 227c478bd9Sstevel@tonic-gate# Use is subject to license terms. 237c478bd9Sstevel@tonic-gate# 247c478bd9Sstevel@tonic-gate# lib/libpcp/sparc/Makefile 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gateUTSBASE= ../../../uts 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gatePLATINCS += -I$(USR_PLAT_DIR)/sun4v/include -I$(UTSBASE)/sun4v 297c478bd9Sstevel@tonic-gate 304bac2208SnarayanPLATFORM_OBJECTS= libpcp.o pcp_utils.o 317c478bd9Sstevel@tonic-gate 327c478bd9Sstevel@tonic-gate# 337c478bd9Sstevel@tonic-gate# platform library directory (/usr/platform/SUNW,Sun-Fire-T200/lib) 347c478bd9Sstevel@tonic-gate# 354bac2208SnarayanPLATFORM=sun4v 364bac2208SnarayanLINKED_PLATFORMS = SUNW,Sun-Fire-T200 \ 379ef7884dSanovick SUNW,Netra-CP3060 \ 38ecb56eb0Swillard SUNW,Sun-Blade-T6300 \ 39a90d965dSfw157321 SUNW,Sun-Blade-T6320 \ 4059ac0c16Sdavemq SUNW,SPARC-Enterprise-T5120 \ 4151b564acSmcwalter SUNW,T5140 \ 42c40d696fSwillard SUNW,Netra-CP3260 \ 43ca6d7ba9Sjl139090 SUNW,USBRDT-5240 \ 448696d418Sky115808 SUNW,Netra-T5220 \ 4535551854SVivek Gavaskar SUNW,Netra-T5440 469ef7884dSanovick 477c478bd9Sstevel@tonic-gate 487c478bd9Sstevel@tonic-gateinclude ../Makefile.com 497c478bd9Sstevel@tonic-gate 507c478bd9Sstevel@tonic-gate# 517c478bd9Sstevel@tonic-gate# install rules 527c478bd9Sstevel@tonic-gate# 537c478bd9Sstevel@tonic-gate 547c478bd9Sstevel@tonic-gate$(PLATLIBS)/libpcp.so: 5524fe0b3bSjmcp $(RM) -r $@; $(SYMLINK) libpcp.so.1 $@ 567c478bd9Sstevel@tonic-gate 577c478bd9Sstevel@tonic-gate$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR) 587c478bd9Sstevel@tonic-gate $(INS.file) 597c478bd9Sstevel@tonic-gate 607c478bd9Sstevel@tonic-gate$(USR_PSM_LIB_DIR): 61*48bc00d6Sjmcp $(INS.dir) 627c478bd9Sstevel@tonic-gate 637c478bd9Sstevel@tonic-gate$(LINKED_DIRS): $(USR_PLAT_DIR) 64*48bc00d6Sjmcp -$(INS.dir) 657c478bd9Sstevel@tonic-gate 667c478bd9Sstevel@tonic-gate$(LINKED_LIB_DIRS): $(LINKED_DIRS) 67*48bc00d6Sjmcp -$(INS.dir) 687c478bd9Sstevel@tonic-gate 697c478bd9Sstevel@tonic-gate$(LINKED_LIBPCP_DIR): $(USR_PLAT_DIR) 707c478bd9Sstevel@tonic-gate -$(INS.slink7) 717c478bd9Sstevel@tonic-gate 727c478bd9Sstevel@tonic-gate$(LINKED_LIBPCP1_DIR): $(USR_PLAT_DIR) 737c478bd9Sstevel@tonic-gate -$(INS.slink6) 747c478bd9Sstevel@tonic-gate 757c478bd9Sstevel@tonic-gate$(LINKED_LLIBLPCP_DIR): $(USR_PLAT_DIR) 767c478bd9Sstevel@tonic-gate -$(INS.slink8) 777c478bd9Sstevel@tonic-gate 78d2872760Smvgrinstall: all $(USR_PSM_LIBS) $(PLATLIBS)/libpcp.so \ 797c478bd9Sstevel@tonic-gate $(LINKED_DIRS) $(LINKED_LIB_DIRS) \ 807c478bd9Sstevel@tonic-gate $(LINKED_LIBPCP_DIR) $(LINKED_LIBPCP1_DIR) \ 817c478bd9Sstevel@tonic-gate $(LINKED_LLIBLPCP_DIR) 82