13db86aabSstevel# 23db86aabSstevel# CDDL HEADER START 33db86aabSstevel# 43db86aabSstevel# The contents of this file are subject to the terms of the 53db86aabSstevel# Common Development and Distribution License (the "License"). 63db86aabSstevel# You may not use this file except in compliance with the License. 73db86aabSstevel# 83db86aabSstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 93db86aabSstevel# or http://www.opensolaris.org/os/licensing. 103db86aabSstevel# See the License for the specific language governing permissions 113db86aabSstevel# and limitations under the License. 123db86aabSstevel# 133db86aabSstevel# When distributing Covered Code, include this CDDL HEADER in each 143db86aabSstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 153db86aabSstevel# If applicable, add the following below this CDDL HEADER, with the 163db86aabSstevel# fields enclosed by brackets "[]" replaced with your own identifying 173db86aabSstevel# information: Portions Copyright [yyyy] [name of copyright owner] 183db86aabSstevel# 193db86aabSstevel# CDDL HEADER END 203db86aabSstevel# 213db86aabSstevel# 22*48bc00d6Sjmcp# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 233db86aabSstevel# Use is subject to license terms. 243db86aabSstevel# 253db86aabSstevel 263db86aabSstevel# 273db86aabSstevel# Common targets for sun4u LW2PLUS implementation specific modules. 283db86aabSstevel# 293db86aabSstevel 303db86aabSstevel.KEEP_STATE: 313db86aabSstevel 323db86aabSstevel# 333db86aabSstevel# Rules for implementation subdirectories. 343db86aabSstevel# 353db86aabSstevel$(ROOT_LW2PLUS_DIR): $(ROOT_PLAT_DIR) 36*48bc00d6Sjmcp -$(INS.dir) 373db86aabSstevel 383db86aabSstevel$(ROOT_LW2PLUS_MOD_DIR): $(ROOT_LW2PLUS_DIR) 39*48bc00d6Sjmcp -$(INS.dir) 403db86aabSstevel 413db86aabSstevel$(ROOT_LW2PLUS_DRV_DIR_32): $(ROOT_LW2PLUS_MOD_DIR) 42*48bc00d6Sjmcp -$(INS.dir) 433db86aabSstevel 443db86aabSstevel$(ROOT_LW2PLUS_DRV_DIR_64): $(ROOT_LW2PLUS_DRV_DIR_32) 45*48bc00d6Sjmcp -$(INS.dir) 463db86aabSstevel 473db86aabSstevel$(ROOT_LW2PLUS_MISC_DIR_32): $(ROOT_LW2PLUS_MOD_DIR) 48*48bc00d6Sjmcp -$(INS.dir) 493db86aabSstevel 503db86aabSstevel$(ROOT_LW2PLUS_MISC_DIR_64): $(ROOT_LW2PLUS_MISC_DIR_32) 51*48bc00d6Sjmcp -$(INS.dir) 523db86aabSstevel 533db86aabSstevel$(ROOT_LW2PLUS_CRYPTO_DIR_32): $(ROOT_LW2PLUS_MOD_DIR) 54*48bc00d6Sjmcp -$(INS.dir) 553db86aabSstevel 563db86aabSstevel$(ROOT_LW2PLUS_CRYPTO_DIR_64): $(ROOT_LW2PLUS_CRYPTO_DIR_32) 57*48bc00d6Sjmcp -$(INS.dir) 583db86aabSstevel 593db86aabSstevel$(USR_LW2PLUS_DIR): $(USR_PLAT_DIR) 60*48bc00d6Sjmcp -$(INS.dir) 613db86aabSstevel 623db86aabSstevel$(USR_LW2PLUS_INC_DIR): $(USR_LW2PLUS_DIR) 633db86aabSstevel $(INS.slink4) 643db86aabSstevel 653db86aabSstevel$(USR_LW2PLUS_ISYS_DIR): $(USR_LW2PLUS_INC_DIR) 66*48bc00d6Sjmcp $(INS.dir) 673db86aabSstevel 683db86aabSstevel$(USR_LW2PLUS_SBIN_DIR): $(USR_LW2PLUS_DIR) 693db86aabSstevel $(INS.slink5) 703db86aabSstevel 713db86aabSstevel$(USR_LW2PLUS_LIB_DIR): $(USR_LW2PLUS_DIR) 72*48bc00d6Sjmcp -$(INS.dir) 733db86aabSstevel 743db86aabSstevel$(ROOT_LW2PLUS_DRV_DIR)/%: $(OBJS_DIR)/% $(ROOT_LW2PLUS_DRV_DIR) FRC 753db86aabSstevel $(INS.file) 763db86aabSstevel 773db86aabSstevel# 783db86aabSstevel# Include common targets. 793db86aabSstevel# 803db86aabSstevelinclude $(UTSBASE)/sun4u/lw2plus/Makefile.rules 813db86aabSstevelinclude $(UTSBASE)/sun4u/Makefile.targ 82