98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
606N/A# Common Development and Distribution License (the "License").
761N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98N/A# or http://www.opensolaris.org/os/licensing.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
98N/A# If applicable, add the following below this CDDL HEADER, with the
98N/A# fields enclosed by brackets "[]" replaced with your own identifying
98N/A# information: Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
98N/A# Use is subject to license terms.
98N/A#
98N/A# cmd/picl/plugins/sun4u/blade/frutree/Makefile
98N/A#
98N/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,Serverblade1
851N/A
98N/A
98N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
98N/A
493N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
98N/A
98N/ACONF= piclfrutree.conf
851N/AROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
98N/A$(ROOTCONF) := FILEMODE = 0644
98N/AINFOS= piclfrutree.info system-board.info
371N/A
98N/AROOTLINTDIR = $(ROOTLIBDIR)
98N/A
98N/A.KEEP_STATE:
98N/A
98N/ASUBDIRS=
559N/A
98N/Aall := TARGET= all
493N/Ainstall := TARGET= install
559N/Aclean := TARGET= clean
98N/Aclobber := TARGET= clobber
98N/Alint := TARGET= lint
493N/A
98N/Aall: $(CONF)
98N/A
606N/Ainstall: $(ROOTLIBDIR) $(ROOTCONF)
98N/A
98N/A$(CONF): $(INFOS)
761N/A $(RM) $@
559N/A $(CPP) piclfrutree.info | \
559N/A $(SED) -e '/^[ ]*$$/d' -e '/^#/d' > $@
761N/A
761N/A# include library targets
98N/Ainclude $(SRC)/lib/Makefile.targ
98N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
810N/A
810N/A$(ROOTLINTDIR)/%: ../%
761N/A $(INS.file)
lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: