Makefile revision 45391f50095088ce9d0b1362d78cb4d9d049e411
325N/A#
325N/A# CDDL HEADER START
325N/A#
325N/A# The contents of this file are subject to the terms of the
911N/A# Common Development and Distribution License (the "License").
761N/A# You may not use this file except in compliance with the License.
325N/A#
325N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
325N/A# or http://www.opensolaris.org/os/licensing.
325N/A# See the License for the specific language governing permissions
325N/A# and limitations under the License.
325N/A#
325N/A# When distributing Covered Code, include this CDDL HEADER in each
325N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
325N/A# If applicable, add the following below this CDDL HEADER, with the
325N/A# fields enclosed by brackets "[]" replaced with your own identifying
325N/A# information: Portions Copyright [yyyy] [name of copyright owner]
325N/A#
325N/A# CDDL HEADER END
325N/A#
325N/A#
325N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
325N/A# Use is subject to license terms.
325N/A#
325N/A#ident "%Z%%M% %I% %E% SMI"
325N/A#
325N/A# lib/libpcp/sparc/Makefile
325N/A
325N/AUTSBASE= ../../../uts
325N/A
325N/APLATINCS += -I$(USR_PLAT_DIR)/sun4v/include -I$(UTSBASE)/sun4v
325N/A
325N/APLATFORM_OBJECTS= libpcp.o pcp_utils.o
325N/A
325N/A#
493N/A# platform library directory (/usr/platform/SUNW,Sun-Fire-T200/lib)
325N/A#
325N/APLATFORM=sun4v
851N/ALINKED_PLATFORMS = SUNW,Sun-Fire-T200 \
325N/A SUNW,Netra-CP3060 \
911N/A SUNW,Sun-Blade-T6300 \
911N/A SUNW,Sun-Blade-T6320 \
911N/A SUNW,SPARC-Enterprise-T5120 \
911N/A SUNW,T5140 \
325N/A SUNW,Netra-CP3260 \
761N/A SUNW,USBRDT-5240 \
325N/A SUNW,Netra-T5220 \
325N/A SUNW,Netra-T5440 \
325N/A SUNW,USBRDT-5440
325N/A
325N/A
325N/Ainclude ../Makefile.com
325N/A
493N/A#
493N/A# install rules
325N/A#
325N/A
325N/A$(PLATLIBS)/libpcp.so:
493N/A $(RM) -r $@; $(SYMLINK) libpcp.so.1 $@ $(CHOWNLINK) $(CHGRPLINK)
325N/A
761N/A$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR)
761N/A $(INS.file)
325N/A
325N/A$(USR_PSM_LIB_DIR):
493N/A $(INS.dir.root.sys)
325N/A
493N/A$(LINKED_DIRS): $(USR_PLAT_DIR)
325N/A -$(INS.dir.root.sys)
325N/A
325N/A$(LINKED_LIB_DIRS): $(LINKED_DIRS)
325N/A -$(INS.dir.root.sys)
325N/A
$(LINKED_LIBPCP_DIR): $(USR_PLAT_DIR)
-$(INS.slink7)
$(LINKED_LIBPCP1_DIR): $(USR_PLAT_DIR)
-$(INS.slink6)
$(LINKED_LLIBLPCP_DIR): $(USR_PLAT_DIR)
-$(INS.slink8)
install: all $(USR_PSM_LIBS) $(PLATLIBS)/libpcp.so \
$(LINKED_DIRS) $(LINKED_LIB_DIRS) \
$(LINKED_LIBPCP_DIR) $(LINKED_LIBPCP1_DIR) \
$(LINKED_LLIBLPCP_DIR)