xref: /titanic_41/usr/src/lib/libpcp/sparc/Makefile (revision 8eea8e29cc4374d1ee24c25a07f45af132db3499)
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):
49	$(INS.dir)
50
51$(PLATLIBS)/libpcp.so:
52	$(RM) -r $@; $(SYMLINK) libpcp.so.1 $@ $(CHOWNLINK) $(CHGRPLINK)
53
54$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR)
55	$(INS.file)
56
57$(USR_PSM_LIB_DIR):
58	cd $(UTSBASE)/sun4v; pwd; $(MAKE) $(USR_PSM_LIB_DIR)
59
60$(LINKED_DIRS):   $(USR_PLAT_DIR)
61	-$(INS.dir.root.sys)
62
63$(LINKED_LIB_DIRS):  $(LINKED_DIRS)
64	-$(INS.dir.root.sys)
65
66$(LINKED_LIBPCP_DIR): $(USR_PLAT_DIR)
67	-$(INS.slink7)
68
69$(LINKED_LIBPCP1_DIR): $(USR_PLAT_DIR)
70	-$(INS.slink6)
71
72$(LINKED_LLIBLPCP_DIR): $(USR_PLAT_DIR)
73	-$(INS.slink8)
74
75install: all $(PLATLIBS) $(USR_PSM_LIBS) $(PLATLIBS)/libpcp.so \
76	$(LINKED_DIRS) $(LINKED_LIB_DIRS) \
77	$(LINKED_LIBPCP_DIR) $(LINKED_LIBPCP1_DIR) \
78	$(LINKED_LLIBLPCP_DIR)
79