xref: /illumos-gate/usr/src/lib/libpcp/sparc/Makefile (revision fe0e7ec4)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License").  You may not use this file except in compliance
7# with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26#ident	"%Z%%M%	%I%	%E% SMI"
27#
28# lib/libpcp/sparc/Makefile
29
30UTSBASE= ../../../uts
31
32PLATINCS += -I$(USR_PLAT_DIR)/sun4v/include -I$(UTSBASE)/sun4v
33
34PLATFORM_OBJECTS= libpcp.o
35
36#
37# platform library directory (/usr/platform/SUNW,Sun-Fire-T200/lib)
38#
39PLATFORM=SUNW,Sun-Fire-T200
40LINKED_PLATFORMS =
41
42include ../Makefile.com
43
44#
45# install rules
46#
47
48$(PLATLIBS)/libpcp.so:
49	$(RM) -r $@; $(SYMLINK) libpcp.so.1 $@ $(CHOWNLINK) $(CHGRPLINK)
50
51$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR)
52	$(INS.file)
53
54$(USR_PSM_LIB_DIR):
55	$(INS.dir.root.sys)
56
57$(LINKED_DIRS):   $(USR_PLAT_DIR)
58	-$(INS.dir.root.sys)
59
60$(LINKED_LIB_DIRS):  $(LINKED_DIRS)
61	-$(INS.dir.root.sys)
62
63$(LINKED_LIBPCP_DIR): $(USR_PLAT_DIR)
64	-$(INS.slink7)
65
66$(LINKED_LIBPCP1_DIR): $(USR_PLAT_DIR)
67	-$(INS.slink6)
68
69$(LINKED_LLIBLPCP_DIR): $(USR_PLAT_DIR)
70	-$(INS.slink8)
71
72install: all $(USR_PSM_LIBS) $(PLATLIBS)/libpcp.so \
73	$(LINKED_DIRS) $(LINKED_LIB_DIRS) \
74	$(LINKED_LIBPCP_DIR) $(LINKED_LIBPCP1_DIR) \
75	$(LINKED_LLIBLPCP_DIR)
76