Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
7e5b2100ea65658a7ec3795919b4ecd29a6f118aMark Andrews# CDDL HEADER START
eae67738cba5ca069e9d1d4e7b836a2f7b00a374Mark Andrews# The contents of this file are subject to the terms of the
eae67738cba5ca069e9d1d4e7b836a2f7b00a374Mark Andrews# Common Development and Distribution License (the "License").
821d2613356f81e5bb5c107288d6d5cf35c2a1e8Mark Andrews# You may not use this file except in compliance with the License.
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# See the License for the specific language governing permissions
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# and limitations under the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# When distributing Covered Code, include this CDDL HEADER in each
01bf5871f8861eb805dd8ca79bdb9b0b9e4e6a5eMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c718d15a9a95054ee3c71540c02335426071fc6dMark Andrews# If applicable, add the following below this CDDL HEADER, with the
a9789e288ee11ae4315e27235c33bae5405bd7c4Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c718d15a9a95054ee3c71540c02335426071fc6dMark Andrews# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
c718d15a9a95054ee3c71540c02335426071fc6dMark Andrews# Use is subject to license terms.
821d2613356f81e5bb5c107288d6d5cf35c2a1e8Mark Andrews# cmd/picl/plugins/sun4u/enchilada/envd/Makefile
c718d15a9a95054ee3c71540c02335426071fc6dMark Andrews# include library definitions
c718d15a9a95054ee3c71540c02335426071fc6dMark AndrewsROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-2500
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsCPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
605bd686e437162b5ab65ac4e7c1be0bba1886ddMark AndrewsCPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
ede29aeb412c5448ab9a2028763ae08e7887ca74Mark AndrewsCPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsDYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
a9789e288ee11ae4315e27235c33bae5405bd7c4Mark AndrewsLDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
068a66979695c77359e7a9181bb3f831c965b21cMark AndrewsLDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
821d2613356f81e5bb5c107288d6d5cf35c2a1e8Mark AndrewsLDLIBS += -L$(ROOT)/usr/lib/picl/plugins -lpicldevtree -lpicltree
413988c8166976498250c0ebb2e3a645d0366bd3Mark Andrewsinstall: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
a9789e288ee11ae4315e27235c33bae5405bd7c4Mark Andrews# include library targets