Makefile revision 48bc00d6814e04ff3edb32cafe7d1bc580baff68
210N/A#
210N/A# CDDL HEADER START
210N/A#
210N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
210N/A# You may not use this file except in compliance with the License.
210N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
210N/A# lib/libtsalarm/sparc/Makefile
210N/A
210N/AUTSBASE= ../../../uts
210N/A
493N/APLATINCS += -I$(USR_PLAT_DIR)/sun4v/include -I$(UTSBASE)/sun4v
210N/A
210N/APLATFORM_OBJECTS= tsalarm.o
851N/A
210N/A#
911N/A# platform library directory (/usr/platform/sun4v/lib)
911N/A#
911N/APLATFORM=sun4v
911N/ALINKED_PLATFORMS = SUNW,Netra-T5220
210N/ALINKED_PLATFORMS += SUNW,Netra-T5440
210N/A
210N/Ainclude ../Makefile.com
210N/A
210N/A#
210N/A# install rules
210N/A#
210N/A
493N/A$(PLATLIBS)/libtsalarm.so:
969N/A $(RM) -r $@; $(SYMLINK) libtsalarm.so.1 $@
210N/A
970N/A$(USR_PSM_LIB_DIR)/% := FILEMODE= 755
970N/A
970N/A$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR)
493N/A $(INS.file)
210N/A
210N/A$(USR_PSM_LIB_DIR):
210N/A $(INS.dir)
210N/A
210N/A$(USR_PSM_INCL_DIR)/%: ../common/% $(USR_PSM_INCL_DIR)
493N/A $(INS.file)
210N/A
210N/A$(USR_PSM_INCL_DIR):
970N/A $(INS.dir)
970N/A
970N/A$(LINKED_DIRS): $(USR_PLAT_DIR)
210N/A -$(INS.dir)
$(LINKED_LIB_DIRS): $(LINKED_DIRS)
-$(INS.dir)
$(LINKED_LIBTSALARM_DIR): $(USR_PLAT_DIR)
-$(INS.slink7)
$(LINKED_LIBTSALARM1_DIR): $(USR_PLAT_DIR)
-$(INS.slink6)
$(LINKED_INCL_DIRS): $(LINKED_DIRS)
-$(INS.slink8)
install: all install_h $(USR_PSM_LIBS) $(PLATLIBS)/libtsalarm.so \
$(LINKED_DIRS) $(LINKED_LIB_DIRS) \
$(LINKED_LIBTSALARM_DIR) $(LINKED_LIBTSALARM1_DIR) \
$(LINKED_INCL_DIRS)
install_h: $(USR_PSM_INCL_DIR)/tsalarm.h