Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License, Version 1.0 only
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# (the "License"). You may not use this file except in compliance
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# fields enclosed by brackets "[]" replaced with your own identifying
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# CDDL HEADER END
473bc1f3f3443f18e0ee83e4642fab42183470f2Christian Maeder# ident "%Z%%M% %I% %E% SMI"
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# Use is subject to license terms.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# include library definitions
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maederinclude $(SRC)/cmd/picl/plugins/Makefile.com
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaederDYNFLAGS_PLAT = /usr/platform/\$$PLATFORM/lib/picl/plugins
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian MaederDYNFLAGS_SUN4V = /usr/platform/sun4v/lib/picl/plugins
363939beade943a02b31004cea09dec34fa8a6d9Christian MaederLDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
363939beade943a02b31004cea09dec34fa8a6d9Christian MaederLDLIBS += -L$(ROOT)/usr/lib/picl/plugins -L$(ROOT)/usr/lib/sparcv9
a7c27282e71cf4505026645f96d4f5cb8a284e32Christian MaederLDLIBS += -lc -lpicltree -lrt -lpicldevtree -lcfgadm -lnvpair
8a28707e9155465c6f2236a06eac6580a65c7025Christian MaederLINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN -v
f1541d4a151dbd08002dbd14e7eb1d5dde253689Christian Maederinstall: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
6dc9bc98d0854fe2e3dd3bfc4275096a0c28ee1cChristian Maeder $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE_RENAME)
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# include library targets