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