11103Sjbeloro# 21103Sjbeloro# CDDL HEADER START 31103Sjbeloro# 41103Sjbeloro# The contents of this file are subject to the terms of the 51103Sjbeloro# Common Development and Distribution License (the "License"). 61103Sjbeloro# You may not use this file except in compliance with the License. 71103Sjbeloro# 81103Sjbeloro# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91103Sjbeloro# or http://www.opensolaris.org/os/licensing. 101103Sjbeloro# See the License for the specific language governing permissions 111103Sjbeloro# and limitations under the License. 121103Sjbeloro# 131103Sjbeloro# When distributing Covered Code, include this CDDL HEADER in each 141103Sjbeloro# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151103Sjbeloro# If applicable, add the following below this CDDL HEADER, with the 161103Sjbeloro# fields enclosed by brackets "[]" replaced with your own identifying 171103Sjbeloro# information: Portions Copyright [yyyy] [name of copyright owner] 181103Sjbeloro# 191103Sjbeloro# CDDL HEADER END 201103Sjbeloro# 211103Sjbeloro 221103Sjbeloro# 23*10207SJames.McPherson@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 241103Sjbeloro# Use is subject to license terms. 251103Sjbeloro# 26*10207SJames.McPherson@Sun.COM 271103Sjbeloro# 281103Sjbeloro# cmd/picl/plugins/sun4u/seattle/devtree/Makefile 291103Sjbeloro# 301103Sjbeloro 311103Sjbeloroinclude $(SRC)/Makefile.psm 321103Sjbeloro 331103Sjbeloro# include library definitions 341103Sjbeloroinclude $(SRC)/lib/Makefile.lib 351103Sjbeloro 361103SjbeloroROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V215 371103Sjbeloro 381103Sjbeloroinclude $(SRC)/cmd/picl/plugins/Makefile.com 391103Sjbeloro 401103SjbeloroROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) 411103Sjbeloro 421103SjbeloroCONF= picldevtree.conf picl_asr.conf 431103SjbeloroROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) 441103Sjbeloro$(ROOTCONF) := FILEMODE = 0644 451103Sjbeloro 461103SjbeloroROOTLINTDIR = $(ROOTLIBDIR) 471103Sjbeloro 481103Sjbeloro.KEEP_STATE: 491103Sjbeloro 501103SjbeloroSUBDIRS= 511103Sjbeloro 521103Sjbeloroall := TARGET= all 531103Sjbeloroinstall := TARGET= install 541103Sjbeloroclean := TARGET= clean 551103Sjbeloroclobber := TARGET= clobber 561103Sjbelorolint := TARGET= lint 571103Sjbeloro 581103Sjbeloroall: 591103Sjbeloro 601103Sjbeloroinstall: $(ROOTLIBDIR) $(ROOTCONF) 611103Sjbeloro 621103Sjbeloro# include library targets 631103Sjbeloroinclude $(SRC)/lib/Makefile.targ 641103Sjbeloroinclude $(SRC)/cmd/picl/plugins/Makefile.targ 651103Sjbeloro 661103Sjbeloro$(ROOTLINTDIR)/%: ../% 671103Sjbeloro $(INS.file) 681103Sjbeloro 691103Sjbelorolint: 701103Sjbeloro 711103Sjbeloro$(SUBDIRS): FRC 721103Sjbeloro @cd $@; pwd; $(MAKE) $(TARGET) 731103Sjbeloro 741103SjbeloroFRC: 75