Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# CDDL HEADER START
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# The contents of this file are subject to the terms of the
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# Common Development and Distribution License (the "License").
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# You may not use this file except in compliance with the License.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# or http://www.opensolaris.org/os/licensing.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# See the License for the specific language governing permissions
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# and limitations under the License.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# When distributing Covered Code, include this CDDL HEADER in each
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# If applicable, add the following below this CDDL HEADER, with the
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# CDDL HEADER END
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# Use is subject to license terms.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# cmd/picl/plugins/sun4u/lw2plus/devtree/Makefile
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt#
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Huntinclude $(SRC)/Makefile.psm
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt# include library definitions
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Huntinclude $(SRC)/lib/Makefile.lib
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan HuntROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-T4
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Huntinclude $(SRC)/cmd/picl/plugins/Makefile.com
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan HuntROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan HuntCONF= picldevtree.conf
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan HuntROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt$(ROOTCONF) := FILEMODE = 0644
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan HuntROOTLINTDIR = $(ROOTLIBDIR)
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt.KEEP_STATE:
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan HuntSUBDIRS=
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
lint := TARGET= lint
all:
install: $(ROOTLIBDIR) $(ROOTCONF)
# 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: