Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# CDDL HEADER START
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# The contents of this file are subject to the terms of the
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence# Common Development and Distribution License (the "License").
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# You may not use this file except in compliance with the License.
5fbced719b71e659322b4ce3e4a39c9b039674c7Bob Halley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# 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
15a44745412679c30a6d022733925af70a38b715David Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
e85ffb301b294d70ddc1d90234788403666bb944David Lawrence# CDDL HEADER END
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# Use is subject to license terms.
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# cmd/picl/plugins/sun4u/taco/envd/Makefile
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafsson# include library definitions
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas GustafssonROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1500
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas Gustafssoninclude $(SRC)/cmd/picl/plugins/Makefile.com
c968a9ca37964ae0bdc5d452ad784ec93bd04c57David LawrenceCPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
5a6e6c2c9b2f6cf426aa2a682aa800765e26d540Andreas GustafssonCPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid LawrenceCPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid LawrenceDYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
4b598d8ae578861d5f3fc1333c9f84c9c9c8be7cDavid LawrenceLDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid LawrenceLDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
4e71e9b6c86d4d437c1beb4070861a77464f98e6Andreas GustafssonLDLIBS += -L$(ROOT)/usr/lib/picl/plugins -lpicldevtree -lpicltree
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrenceinstall: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
f4a7d04843eb62c92f2d4ff338da49ae86e3279bDavid Lawrence# include library targets