Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
c20e7e3e6b1dd174c025487ceef713f07d77ba4bneil_a_wilson# CDDL HEADER START
c20e7e3e6b1dd174c025487ceef713f07d77ba4bneil_a_wilson# The contents of this file are subject to the terms of the
e4ff5e7757146c139160c3e78f4ac5ee1584dde5coulbeck# Common Development and Distribution License, Version 1.0 only
e4ff5e7757146c139160c3e78f4ac5ee1584dde5coulbeck# (the "License"). You may not use this file except in compliance
267e43ad6455f631dfdb9e552909a137b9e4f087boli# with the License.
267e43ad6455f631dfdb9e552909a137b9e4f087boli# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a89f073e2246d8dc081ec584f19bbcd813b9a44cneil_a_wilson# See the License for the specific language governing permissions
a89f073e2246d8dc081ec584f19bbcd813b9a44cneil_a_wilson# and limitations under the License.
89bb69f651eab9fd3f4091800e226342444f2fb2neil_a_wilson# When distributing Covered Code, include this CDDL HEADER in each
987a50dfe113ed235d28716ff080b59e8873655cmatthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
987a50dfe113ed235d28716ff080b59e8873655cmatthew_swift# If applicable, add the following below this CDDL HEADER, with the
89bb69f651eab9fd3f4091800e226342444f2fb2neil_a_wilson# fields enclosed by brackets "[]" replaced with your own identifying
987a50dfe113ed235d28716ff080b59e8873655cmatthew_swift# information: Portions Copyright [yyyy] [name of copyright owner]
89bb69f651eab9fd3f4091800e226342444f2fb2neil_a_wilson# CDDL HEADER END
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Use is subject to license terms.
89bb69f651eab9fd3f4091800e226342444f2fb2neil_a_wilson# ident "%Z%%M% %I% %E% SMI"
987a50dfe113ed235d28716ff080b59e8873655cmatthew_swift# include library definitions
3effb6e09816d45ff07f200fec2b6ecb9588fa7fneil_a_wilsonCPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
3effb6e09816d45ff07f200fec2b6ecb9588fa7fneil_a_wilsonLDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
5068612b175360889317ffea5826e816c2abbe08neil_a_wilsonLDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
5068612b175360889317ffea5826e816c2abbe08neil_a_wilsonLDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcplugin
987a50dfe113ed235d28716ff080b59e8873655cmatthew_swiftDYNFLAGS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins
5068612b175360889317ffea5826e816c2abbe08neil_a_wilsonLDLIBS += -lc -lpicltree -lpicl -lpsvcobj -lpsvcplugin
7ea3e4667fd4a40f7792638bc429b36d8066557aneil_a_wilsoninstall: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
7ea3e4667fd4a40f7792638bc429b36d8066557aneil_a_wilson $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
7ea3e4667fd4a40f7792638bc429b36d8066557aneil_a_wilson# include library targets