Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# CDDL HEADER START
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# The contents of this file are subject to the terms of the
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# Common Development and Distribution License (the "License").
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# You may not use this file except in compliance with the License.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# or http://www.opensolaris.org/os/licensing.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# See the License for the specific language governing permissions
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# and limitations under the License.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# If applicable, add the following below this CDDL HEADER, with the
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# CDDL HEADER END
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# Use is subject to license terms.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# cmd/picl/plugins/sun4u/lw2plus/devtree/Makefile
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncinclude $(SRC)/Makefile.psm
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# include library definitions
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncinclude $(SRC)/lib/Makefile.lib
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-T4
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncinclude $(SRC)/cmd/picl/plugins/Makefile.com
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncCONF= picldevtree.conf
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync$(ROOTCONF) := FILEMODE = 0644
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncROOTLINTDIR = $(ROOTLIBDIR)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync.KEEP_STATE:
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncSUBDIRS=
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncall := TARGET= all
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncinstall := TARGET= install
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncclean := TARGET= clean
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncclobber := TARGET= clobber
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsynclint := TARGET= lint
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncall:
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncinstall: $(ROOTLIBDIR) $(ROOTCONF)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync# include library targets
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncinclude $(SRC)/lib/Makefile.targ
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncinclude $(SRC)/cmd/picl/plugins/Makefile.targ
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync$(ROOTLINTDIR)/%: ../%
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync $(INS.file)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsynclint:
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync$(SUBDIRS): FRC
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync @cd $@; pwd; $(MAKE) $(TARGET)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncFRC:
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync