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