Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# CDDL HEADER START
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# The contents of this file are subject to the terms of the
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# Common Development and Distribution License, Version 1.0 only
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski# (the "License"). You may not use this file except in compliance
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# with the License.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# or http://www.opensolaris.org/os/licensing.
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# See the License for the specific language governing permissions
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# and limitations under the License.
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
c092fcac4b8f5c524c22ca579189c4487c13edf7Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
d21dd452cd68abade683103a5c0cfe6d02c5f17bTill Mossakowski# fields enclosed by brackets "[]" replaced with your own identifying
d21dd452cd68abade683103a5c0cfe6d02c5f17bTill Mossakowski# information: Portions Copyright [yyyy] [name of copyright owner]
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# CDDL HEADER END
c092fcac4b8f5c524c22ca579189c4487c13edf7Christian Maeder# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
c092fcac4b8f5c524c22ca579189c4487c13edf7Christian Maeder# Use is subject to license terms.
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder# ident "%Z%%M% %I% %E% SMI"
2d2826f9db2c17275f91b0104940a60a2f9fd44dChristian Maeder# include library definitions
ba904a15082557e939db689fcfba0c68c9a4f740Christian MaederROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V490
b03274844ecd270f9e9331f51cc4236a33e2e671Christian Maederinstall: $(ROOTLIBDIR) all; $(MAKE) $(JAG_LINK)
ed4fa6119209d695816e056a7e13c337b09adfa1Christian Maeder# include library targets
c83546084a1344bb2ef752b83d0e082823508db2Christian Maederinclude $(SRC)/cmd/picl/plugins/Makefile.targ
b03274844ecd270f9e9331f51cc4236a33e2e671Christian MaederJAG_LINK=`cd $(ROOT_PLATFORM)/lib/picl/plugins/; \
dc8100ead1e97ea34c9ff3fe4af14d37510bf8aeChristian Maederln -s ../../../../$(CHERRY_LINKTO_PLATFORM)/lib/picl/plugins/libpsvcplugin_psr.so.1 libpsvcplugin_psr.so.1; \