Makefile revision f841f6ad96ea6675d6c6b35c749eaac601799fdf
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# CDDL HEADER START
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# The contents of this file are subject to the terms of the
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# Common Development and Distribution License (the "License").
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# You may not use this file except in compliance with the License.
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# See the License for the specific language governing permissions
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# and limitations under the License.
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# If applicable, add the following below this CDDL HEADER, with the
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# CDDL HEADER END
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# Use is subject to license terms.
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# ident "%Z%%M% %I% %E% SMI"
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# include library definitions
0a99555401a033704f1f171baab6db11fb5528f2Allan FosterDYNFLAGS_PLAT = /usr/platform/\$$PLATFORM/lib/picl/plugins
0a99555401a033704f1f171baab6db11fb5528f2Allan FosterDYNFLAGS_SUN4V = /usr/platform/sun4v/lib/picl/plugins
0a99555401a033704f1f171baab6db11fb5528f2Allan FosterLDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
0a99555401a033704f1f171baab6db11fb5528f2Allan FosterLDLIBS += -L$(ROOT)/usr/lib/picl/plugins -L$(ROOT)/usr/lib/sparcv9
0a99555401a033704f1f171baab6db11fb5528f2Allan FosterLDLIBS += -lc -lpicltree -ldevinfo -lpicldevtree -lcfgadm -lnvpair
0a99555401a033704f1f171baab6db11fb5528f2Allan Fosterinstall: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
0a99555401a033704f1f171baab6db11fb5528f2Allan Foster# include library targets