229N/A#
229N/A# CDDL HEADER START
229N/A#
229N/A# The contents of this file are subject to the terms of the
229N/A# Common Development and Distribution License (the "License").
229N/A# You may not use this file except in compliance with the License.
229N/A#
229N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
229N/A# or http://www.opensolaris.org/os/licensing.
229N/A# See the License for the specific language governing permissions
229N/A# and limitations under the License.
229N/A#
229N/A# When distributing Covered Code, include this CDDL HEADER in each
229N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
229N/A# If applicable, add the following below this CDDL HEADER, with the
229N/A# fields enclosed by brackets "[]" replaced with your own identifying
229N/A# information: Portions Copyright [yyyy] [name of copyright owner]
229N/A#
229N/A# CDDL HEADER END
229N/A#
5680N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
229N/A# Use is subject to license terms.
5680N/A#
5680N/A# lib/picl/plugins/sun4u/taco/frutree/Makefile
5680N/A#
229N/Ainclude $(SRC)/Makefile.psm
229N/A
1244N/A# include library definitions
229N/Ainclude $(SRC)/lib/Makefile.lib
229N/A
618N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1500
229N/A
1258N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
229N/A
5680N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
5685N/A
229N/ACONF= piclfrutree.conf
229N/AROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
229N/A$(ROOTCONF) := FILEMODE = 0644
229N/AINFOS= piclfrutree.info system-board.info
229N/A
229N/AROOTLINTDIR = $(ROOTLIBDIR)
229N/A
229N/A.KEEP_STATE:
229N/A
1522N/ASUBDIRS=
1522N/A
1522N/Aall := TARGET= all
1938N/Ainstall := TARGET= install
1938N/Aclean := TARGET= clean
4250N/Aclobber := TARGET= clobber
229N/Alint := TARGET= lint
5680N/A
229N/Aall: $(CONF)
3817N/A
install: $(ROOTLIBDIR) $(ROOTCONF)
$(CONF): $(INFOS)
$(RM) $@
$(CPP) piclfrutree.info > $@
# include library targets
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/picl/plugins/Makefile.targ
$(ROOTLINTDIR)/%: ../%
$(INS.file)
lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: