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