Makefile revision 9d2159663a6316391e58ae8fc8a1e1a63dc9789c
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
1088N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A# cmd/picl/plugins/sun4u/chalupa/frudr/Makefile
919N/A#
98N/Ainclude $(SRC)/Makefile.psm
98N/A
98N/A# include library definitions
98N/Ainclude $(SRC)/lib/Makefile.lib
98N/A
98N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V440
493N/A
493N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
98N/A
911N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
1179N/A
1179N/ACONFS = fru_PS0.conf fru_PS1.conf
1179N/ACONFS += fru_PSU0.conf fru_PSU1.conf fru_PSU2.conf fru_PSU3.conf
911N/ACONFS += fru_HDD0.conf fru_HDD1.conf fru_HDD2.conf
98N/ACONFS += fru_HDD3.conf
235N/ACONFS += fru_FT0.conf fru_FT1.conf fru_FT2.conf fru_FT3.conf
493N/ACONFS += fru_SC.conf
98N/AROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%)
916N/A$(ROOTCONF) := FILEMODE = 0644
916N/AMAININFO= $(CONFS:%.conf=%.info)
916N/AOTHERINFOS = fru_PS0_data.info fru_PS1_data.info
916N/AOTHERINFOS += fru_PSU0_data.info fru_PSU1_data.info fru_PSU2_data.info fru_PSU3_data.info
970N/AOTHERINFOS += fru_HDD0_data.info fru_HDD1_data.info
970N/AOTHERINFOS += fru_HDD2_data.info fru_HDD3_data.info
970N/AOTHERINFOS += fru_SC_data.info SB-tables.info
970N/A
970N/AROOTLINTDIR = $(ROOTLIBDIR)
970N/A
970N/A.KEEP_STATE:
970N/A
970N/ASUBDIRS =
970N/A
970N/Aall := TARGET= all
970N/Ainstall := TARGET= install
970N/Aclean := TARGET= clean
970N/Aclobber := TARGET= clobber
970N/Alint := TARGET= lint
970N/A
970N/Aall: $(LIBS) $(LIBLINKS) $(CONFS)
970N/A
970N/Ainstall: $(ROOTLIBDIR) $(ROOTCONF)
970N/A
970N/A$(CONFS): $(MAININFO) $(OTHERINFOS)
970N/A @$(RM) -f $@
970N/A @echo "# Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved." \
970N/A > $@
970N/A @echo "# This is a generated file. #ident lines identify sources" >> $@
1029N/A $(CPP) -P $(@:%.conf=%.info) | \
1029N/A $(SED) -e '/^[ ]*$$/d' >> $@
1124N/A @$(CHMOD) 644 $@
1124N/A
1124N/A# include library targets
1124N/Ainclude $(SRC)/lib/Makefile.targ
1124N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
1124N/A
970N/A$(ROOTLINTDIR)/%: ../%
98N/A $(INS.file)
98N/A
1124N/Alint:
1124N/A
1124N/A$(SUBDIRS): FRC
1124N/A @cd $@; pwd; $(MAKE) $(TARGET)
1124N/A
1124N/AFRC:
1124N/A