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