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# 261103Sjbeloro# cmd/picl/plugins/sun4u/boston/devtree/Makefile 271103Sjbeloro# 281103Sjbeloroinclude $(SRC)/Makefile.psm 291103Sjbeloro 301103Sjbeloro# include library definitions 311103Sjbeloroinclude $(SRC)/lib/Makefile.lib 321103Sjbeloro 331103SjbeloroROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445 341103Sjbeloro 351103Sjbeloroinclude $(SRC)/cmd/picl/plugins/Makefile.com 361103Sjbeloro 371103SjbeloroROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) 381103Sjbeloro 391103SjbeloroCONF= picldevtree.conf picl_asr.conf 401103SjbeloroROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) 411103Sjbeloro$(ROOTCONF) := FILEMODE = 0644 421103Sjbeloro 431103SjbeloroROOTLINTDIR = $(ROOTLIBDIR) 441103Sjbeloro 451103Sjbeloro.KEEP_STATE: 461103Sjbeloro 471103SjbeloroSUBDIRS= 481103Sjbeloro 491103Sjbeloroall := TARGET= all 501103Sjbeloroinstall := TARGET= install 511103Sjbeloroclean := TARGET= clean 521103Sjbeloroclobber := TARGET= clobber 531103Sjbelorolint := TARGET= lint 541103Sjbeloro 551103Sjbeloroall: 561103Sjbeloro 571103Sjbeloroinstall: $(ROOTLIBDIR) $(ROOTCONF) 581103Sjbeloro 591103Sjbeloro# include library targets 601103Sjbeloroinclude $(SRC)/lib/Makefile.targ 611103Sjbeloroinclude $(SRC)/cmd/picl/plugins/Makefile.targ 621103Sjbeloro 631103Sjbeloro$(ROOTLINTDIR)/%: ../% 641103Sjbeloro $(INS.file) 651103Sjbeloro 661103Sjbelorolint: 671103Sjbeloro 681103Sjbeloro$(SUBDIRS): FRC 691103Sjbeloro @cd $@; pwd; $(MAKE) $(TARGET) 701103Sjbeloro 711103SjbeloroFRC: 72