Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane Graber# CDDL HEADER START
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane Graber# The contents of this file are subject to the terms of the
2a31251cc5f428f96ee3d322a78556310a681e14Stéphane Graber# Common Development and Distribution License, Version 1.0 only
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# (the "License"). You may not use this file except in compliance
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# with the License.
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# or http://www.opensolaris.org/os/licensing.
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane Graber# See the License for the specific language governing permissions
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# and limitations under the License.
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# When distributing Covered Code, include this CDDL HEADER in each
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# If applicable, add the following below this CDDL HEADER, with the
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# fields enclosed by brackets "[]" replaced with your own identifying
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# information: Portions Copyright [yyyy] [name of copyright owner]
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# CDDL HEADER END
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# Use is subject to license terms.
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge#pragma ident "%Z%%M% %I% %E% SMI"
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# cmd/picl/plugins/sun4v/ontario/piclsbl/Makefile
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandboge# include library definitions
807f4c9e1eaae674c76fd3a97d0b4a8810004177Jamie Strandbogeinclude $(SRC)/cmd/picl/plugins/Makefile.com
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane Graber$(OBJS_DIR)/%.o: $(SRC)/sun4v/ontario/piclsbl/%.c
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane Graber$(LINTS_DIR)/%.ln: $(SRC)/sun4v/ontario/piclsbl/%.c
f2f545857cd6b06689bb1220d66d3577f802dbbcJesse TaneROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-T200
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane GraberDYNFLAGS_PLAT = /usr/platform/\$$PLATFORM/lib/picl/plugins
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane GraberDYNFLAGS_SUN4V = /usr/platform/sun4v/lib/picl/plugins
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane GraberLDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
8da250dad4b11c4983031742a83fb8f358044fe0Stéphane GraberLDLIBS += -lc -lpicltree -lrt -lumem -lnvpair
94a77f3fd8be2fb87f7d1465521fac3ec4b7e6b5Serge Hallyninstall: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
94a77f3fd8be2fb87f7d1465521fac3ec4b7e6b5Serge Hallyn $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
94a77f3fd8be2fb87f7d1465521fac3ec4b7e6b5Serge Hallyn# include library targets