159ac0c16Sdavemq# 259ac0c16Sdavemq# CDDL HEADER START 359ac0c16Sdavemq# 459ac0c16Sdavemq# The contents of this file are subject to the terms of the 559ac0c16Sdavemq# Common Development and Distribution License (the "License"). 659ac0c16Sdavemq# You may not use this file except in compliance with the License. 759ac0c16Sdavemq# 859ac0c16Sdavemq# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 959ac0c16Sdavemq# or http://www.opensolaris.org/os/licensing. 1059ac0c16Sdavemq# See the License for the specific language governing permissions 1159ac0c16Sdavemq# and limitations under the License. 1259ac0c16Sdavemq# 1359ac0c16Sdavemq# When distributing Covered Code, include this CDDL HEADER in each 1459ac0c16Sdavemq# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1559ac0c16Sdavemq# If applicable, add the following below this CDDL HEADER, with the 1659ac0c16Sdavemq# fields enclosed by brackets "[]" replaced with your own identifying 1759ac0c16Sdavemq# information: Portions Copyright [yyyy] [name of copyright owner] 1859ac0c16Sdavemq# 1959ac0c16Sdavemq# CDDL HEADER END 2059ac0c16Sdavemq# 2159ac0c16Sdavemq# 2259ac0c16Sdavemq# uts/sun4v/maramba/Makefile 2359ac0c16Sdavemq# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 2459ac0c16Sdavemq# Use is subject to license terms. 2559ac0c16Sdavemq# 2659ac0c16Sdavemq# This makefile creates the links that point at 2759ac0c16Sdavemq# $(USR_PLAT_DIR)/SUNW,T5140 2859ac0c16Sdavemq# 2959ac0c16Sdavemq 3059ac0c16Sdavemq# 3159ac0c16Sdavemq# Path to the base of the uts directory tree (usually /usr/src/uts). 3259ac0c16Sdavemq# 3359ac0c16SdavemqUTSBASE = ../.. 3459ac0c16Sdavemq 3559ac0c16Sdavemq# 3659ac0c16Sdavemq# Include common rules. 3759ac0c16Sdavemq# 3859ac0c16Sdavemq 3959ac0c16Sdavemqinclude $(UTSBASE)/sun4v/Makefile.sun4v 4059ac0c16Sdavemq 4159ac0c16SdavemqUSR_PLAT_DIR = $(ROOT)/usr/platform 4259ac0c16Sdavemq 4359ac0c16Sdavemqinclude $(UTSBASE)/sun4v/Makefile.maramba 4459ac0c16Sdavemq 4559ac0c16Sdavemqdef := TARGET= def 4659ac0c16Sdavemqall := TARGET= all 4759ac0c16Sdavemqinstall := TARGET= install 4859ac0c16Sdavemqinstall_h := TARGET= install_h 4959ac0c16Sdavemqclean := TARGET= clean 5059ac0c16Sdavemqclobber := TARGET= clobber 5159ac0c16Sdavemqlint := TARGET= lint 5259ac0c16Sdavemqlintlib := TARGET= lintlib 5359ac0c16Sdavemqmodlintlib := TARGET= modlintlib 5459ac0c16Sdavemqmodlist := TARGET= modlist 5559ac0c16Sdavemqmodlist := NO_STATE= -K $$MODSTATE$$$$ 5659ac0c16Sdavemqclean.lint := TARGET= clean.lint 5759ac0c16Sdavemqcheck := TARGET= check 5859ac0c16Sdavemq 5959ac0c16Sdavemq# 6059ac0c16Sdavemq# Default build targets. 6159ac0c16Sdavemq# 6259ac0c16Sdavemq.KEEP_STATE: 6359ac0c16Sdavemq 6459ac0c16Sdavemqmodlist: 6559ac0c16Sdavemq 66ba5fdefeSfw157321def: 67ba5fdefeSfw157321 6859ac0c16Sdavemqlintlib: unix 6959ac0c16Sdavemq 7059ac0c16SdavemqIMPLEMENTED_PLATFORM = SUNW,T5140 7159ac0c16SdavemqLINKED_PLATFORMS = SUNW,T5240 7264cfc8edSsvemuriLINKED_PLATFORMS += SUNW,T5440 73*6343349bSanovickLINKED_PLATFORMS += SUNW,Sun-Blade-T6340 7459ac0c16Sdavemq 7559ac0c16Sdavemq$(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%): $(USR_PLAT_DIR) 7659ac0c16Sdavemq $(INS.slink3) 7759ac0c16Sdavemq 7859ac0c16Sdavemqall: 7959ac0c16Sdavemq 8059ac0c16Sdavemqinstall: $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%) 8159ac0c16Sdavemq 8259ac0c16Sdavemqinstall_h check: 8359ac0c16Sdavemq 8459ac0c16Sdavemqlint: 8559ac0c16Sdavemq 8659ac0c16Sdavemqclean: 8759ac0c16Sdavemq 8859ac0c16Sdavemqclobber: clean 89