Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# CDDL HEADER START
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# The contents of this file are subject to the terms of the
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# Common Development and Distribution License (the "License").
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# You may not use this file except in compliance with the License.
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# See the License for the specific language governing permissions
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# and limitations under the License.
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# When distributing Covered Code, include this CDDL HEADER in each
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# If applicable, add the following below this CDDL HEADER, with the
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# fields enclosed by brackets "[]" replaced with your own identifying
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# information: Portions Copyright [yyyy] [name of copyright owner]
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# CDDL HEADER END
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# Use is subject to license terms.
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# cmd/picl/plugins/sun4u/blade/fruaccess/Makefile
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# include library definitions
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Serverblade1
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorSRCS= fru_access.c ../../lib/fruaccess/crcutils.c \
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorCPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/lib/fruaccess
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorLDLIBS += -Wl,-f/opt/SUNWSMS/lib/$(DYNLIBPSR) # SMS before platform
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorLDLIBS += -Wl,-f/usr/platform/\$$PLATFORM/lib/$(DYNLIBPSR)
$(POFILE):
$(MSGDOMAIN):
$(INS.dir)
$(HDRCHK) *.h
lint :
FRC: