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# 24*856f710cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. 25*856f710cSAndy Fiddaman# 267c478bd9Sstevel@tonic-gate 277c478bd9Sstevel@tonic-gateUTSBASE= ../../../uts 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gatePLATINCS += -I$(USR_PLAT_DIR)/sun4v/include -I$(UTSBASE)/sun4v 307c478bd9Sstevel@tonic-gate 314bac2208SnarayanPLATFORM_OBJECTS= libpcp.o pcp_utils.o 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gate# 347c478bd9Sstevel@tonic-gate# platform library directory (/usr/platform/SUNW,Sun-Fire-T200/lib) 357c478bd9Sstevel@tonic-gate# 364bac2208SnarayanPLATFORM=sun4v 374bac2208SnarayanLINKED_PLATFORMS = SUNW,Sun-Fire-T200 \ 389ef7884dSanovick SUNW,Netra-CP3060 \ 39ecb56eb0Swillard SUNW,Sun-Blade-T6300 \ 40a90d965dSfw157321 SUNW,Sun-Blade-T6320 \ 4159ac0c16Sdavemq SUNW,SPARC-Enterprise-T5120 \ 4251b564acSmcwalter SUNW,T5140 \ 43c40d696fSwillard SUNW,Netra-CP3260 \ 44ca6d7ba9Sjl139090 SUNW,USBRDT-5240 \ 458696d418Sky115808 SUNW,Netra-T5220 \ 4635551854SVivek Gavaskar SUNW,Netra-T5440 479ef7884dSanovick 487c478bd9Sstevel@tonic-gate 497c478bd9Sstevel@tonic-gateinclude ../Makefile.com 507c478bd9Sstevel@tonic-gate 517c478bd9Sstevel@tonic-gate# 527c478bd9Sstevel@tonic-gate# install rules 537c478bd9Sstevel@tonic-gate# 547c478bd9Sstevel@tonic-gate 557c478bd9Sstevel@tonic-gate$(PLATLIBS)/libpcp.so: 5624fe0b3bSjmcp $(RM) -r $@; $(SYMLINK) libpcp.so.1 $@ 577c478bd9Sstevel@tonic-gate 587c478bd9Sstevel@tonic-gate$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR) 597c478bd9Sstevel@tonic-gate $(INS.file) 607c478bd9Sstevel@tonic-gate 617c478bd9Sstevel@tonic-gate$(USR_PSM_LIB_DIR): 6248bc00d6Sjmcp $(INS.dir) 637c478bd9Sstevel@tonic-gate 647c478bd9Sstevel@tonic-gate$(LINKED_DIRS): $(USR_PLAT_DIR) 6548bc00d6Sjmcp -$(INS.dir) 667c478bd9Sstevel@tonic-gate 677c478bd9Sstevel@tonic-gate$(LINKED_LIB_DIRS): $(LINKED_DIRS) 6848bc00d6Sjmcp -$(INS.dir) 697c478bd9Sstevel@tonic-gate 707c478bd9Sstevel@tonic-gate$(LINKED_LIBPCP_DIR): $(USR_PLAT_DIR) 717c478bd9Sstevel@tonic-gate -$(INS.slink7) 727c478bd9Sstevel@tonic-gate 737c478bd9Sstevel@tonic-gate$(LINKED_LIBPCP1_DIR): $(USR_PLAT_DIR) 747c478bd9Sstevel@tonic-gate -$(INS.slink6) 757c478bd9Sstevel@tonic-gate 76d2872760Smvgrinstall: all $(USR_PSM_LIBS) $(PLATLIBS)/libpcp.so \ 777c478bd9Sstevel@tonic-gate $(LINKED_DIRS) $(LINKED_LIB_DIRS) \ 78*856f710cSAndy Fiddaman $(LINKED_LIBPCP_DIR) $(LINKED_LIBPCP1_DIR) 79