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