Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# The contents of this file are subject to the terms of the
81f58902eb5a1c1ab22742c72bd6cf318acbc06aTinderbox User# Common Development and Distribution License, Version 1.0 only
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# (the "License"). You may not use this file except in compliance
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# or http://www.opensolaris.org/os/licensing.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
2f5461d23b4044b62d4d668732611909d902e54dJeremy C. Reed# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley# Use is subject to license terms.
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley# ident "%Z%%M% %I% %E% SMI"
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley# include library definitions
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob HalleyCPPFLAGS += -I$(SRC)/lib/libfru/include -I../lib/fruaccess
a769eca4e3b223866b01dc8f7a4dde8d9e49bab0Mark AndrewsCPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
431859b442e89281a0d42652200a8de0668bc6b9Evan HuntLDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/lib/fruaccess
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob HalleyLDLIBS += -L$(SRC)/cmd/picl/plugins/common/frutree
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob HalleyLDLIBS += -lpicltree -lpiclfrutree -lfruaccess -lpicld_pluginutil
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob HalleyLDLIBS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/\$$PLATFORM/lib:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins:/usr/platform/sun4u/lib
4eb998928b9aef0ceda42d7529980d658138698aEvan Huntinstall: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS)
c4f9e613e12f03795bee18cf2ca8e6a9d39d6468Mark Andrews $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# include library targets