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