Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt#
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# CDDL HEADER START
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater#
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt#
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# or http://www.opensolaris.org/os/licensing.
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# See the License for the specific language governing permissions
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# and limitations under the License.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt#
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# CDDL HEADER END
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt#
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# Use is subject to license terms.
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt#
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# lib/picl/plugins/sun4u/excalibur/frudata/Makefile
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt#
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updaterinclude $(SRC)/Makefile.psm
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt# include library definitions
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Huntinclude $(SRC)/lib/Makefile.lib
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan HuntROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1000
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Huntinclude $(SRC)/cmd/picl/plugins/Makefile.com
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan HuntROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
dec590a3deb8e87380a8bd3a77d535dba3729bf6Tinderbox User
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan HuntCONF= libpiclfrudata.conf
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt$(ROOTCONF) := FILEMODE = 0644
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#INFOS= piclfrutree.info system-board.info
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserROOTLINTDIR = $(ROOTLIBDIR)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User.KEEP_STATE:
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
fd0b768f4c23d22c89f8a156a632831583b7fb68Automatic UpdaterSUBDIRS=
fd0b768f4c23d22c89f8a156a632831583b7fb68Automatic Updater
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Huntall := TARGET= all
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userinstall := TARGET= install
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userclean := TARGET= clean
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userclobber := TARGET= clobber
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userlint := TARGET= lint
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userall: $(CONF)
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userinstall: $(ROOTLIBDIR) $(ROOTCONF)
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# include library targets
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Huntinclude $(SRC)/lib/Makefile.targ
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userinclude $(SRC)/cmd/picl/plugins/Makefile.targ
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User$(ROOTLINTDIR)/%: ../%
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt $(INS.file)
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userlint:
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User$(SUBDIRS): FRC
1bc5499c2a0fc5d2b11849e97cdd6305a64eb242Evan Hunt @cd $@; pwd; $(MAKE) $(TARGET)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
6f1205897504b8f50b1785975482c995888dd630Tinderbox UserFRC:
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User