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