c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# CDDL HEADER START
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# The contents of this file are subject to the terms of the
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# Common Development and Distribution License (the "License").
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# You may not use this file except in compliance with the License.
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# See the License for the specific language governing permissions
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# and limitations under the License.
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# When distributing Covered Code, include this CDDL HEADER in each
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# If applicable, add the following below this CDDL HEADER, with the
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# fields enclosed by brackets "[]" replaced with your own identifying
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# information: Portions Copyright [yyyy] [name of copyright owner]
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# CDDL HEADER END
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# Use is subject to license terms.
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# include library definitions
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirishCONFS = fru_PS0.conf fru_PS1.conf fru_PS2.conf fru_PS3.conf
8d26100c1d185652ac4e12e1b6c2337446ad0746Wyllys IngersollOTHERINFOS = fru_PS0_data.info fru_PS1_data.info fru_PS2_data.info fru_PS3_data.info
fc256490629fe68815f7e0f23cf9b3545720cfacJason BeloroOTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info
fc256490629fe68815f7e0f23cf9b3545720cfacJason BeloroOTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info
4496171313bed39e96f21bc2f9faf2868e267ae3girishOTHERINFOS += fru_usb-a-1_data.info fru_usb-a-2_data.info
4496171313bed39e96f21bc2f9faf2868e267ae3girishOTHERINFOS += fru_usb-a-3_data.info fru_usb-a-4_data.info
59ac0c1669407488b67ae9e273667a340dccc611davemqOTHERINFOS += fru_FT0_data.info fru_FT1_data.info fru_FT2_data.info
4df55fde49134f9735f84011f23a767c75e393c7Janie LuOTHERINFOS += fru_FT3_data.info fru_FT4_data.info fru_FT5_data.info
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish @echo "# Copyright 2006 Sun Microsystems, Inc. All rights reserved." \
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish @echo "# Use is subject to license terms." >> $@
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish @echo "# This is a generated file. #ident lines identify sources" >> $@
c56c1e58d46678af913f4c68f2ef9dcacb5f282fgirish# include library targets
FRC:
rm -f libpiclfrudr.so.1; \
rm -f libpiclfrudr.so; \