Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# CDDL HEADER START
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# The contents of this file are subject to the terms of the
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Common Development and Distribution License, Version 1.0 only
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# (the "License"). You may not use this file except in compliance
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# with the License.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# See the License for the specific language governing permissions
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# and limitations under the License.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# If applicable, add the following below this CDDL HEADER, with the
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# CDDL HEADER END
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# pragma ident "%Z%%M% %I% %E% SMI"
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Use is subject to license terms.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# cmd/picl/plugins/sun4u/blade/fruaccess/Makefile
63fa802de4c94f52abaa048ec9a450f25fab607cJaco Jooste# include library definitions
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTELROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Serverblade1
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTELSRCS= fru_access.c ../../lib/fruaccess/crcutils.c \
a0e65fdaa1ba8bc5e1029449a643b62da3687defNeil MaddenCPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/lib/fruaccess
5c099afa7c9361afc2f4477fec0e3018588d7840Allan FosterLDLIBS += -Wl,-f/opt/SUNWSMS/lib/$(DYNLIBPSR) # SMS before platform
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTELLDLIBS += -Wl,-f/usr/platform/\$$PLATFORM/lib/$(DYNLIBPSR)
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTELinstall: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# include library targets