Makefile revision b6805bf78d2bbbeeaea8909a05623587b42d58b3
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton# The contents of this file are subject to the terms of the
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna# Common Development and Distribution License (the "License").
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna# You may not use this file except in compliance with the License.
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna#
9c6bbd67082b5a47fb17cfa5b61b8a7e1fb01875pquerna# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna# or http://www.opensolaris.org/os/licensing.
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna# See the License for the specific language governing permissions
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna# and limitations under the License.
572f5b8a84bb399e51b02a562776f4aec119aa95pquerna#
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz# If applicable, add the following below this CDDL HEADER, with the
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz# fields enclosed by brackets "[]" replaced with your own identifying
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz# information: Portions Copyright [yyyy] [name of copyright owner]
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz#
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz# CDDL HEADER END
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz#
1b03ca18c41f51a25dcf1a623a8f558bd779e0a4jerenkrantz
3fc8708d86d584e80a933ed4eb0a6dbe9df58924trawick#
3fc8708d86d584e80a933ed4eb0a6dbe9df58924trawick# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
d57fe5abb266c2441d4aa437169c9df9e90d93cdtrawick# Use is subject to license terms.
3fc8708d86d584e80a933ed4eb0a6dbe9df58924trawick#
2f9e367f5dff48c3f432a462f0f2624bccba26d0nd
2f9e367f5dff48c3f432a462f0f2624bccba26d0nd# NOTE: The name of the xml file we are building is 'platform'
2f9e367f5dff48c3f432a462f0f2624bccba26d0nd# specific, but its build is structured as 'arch' specific since
2f9e367f5dff48c3f432a462f0f2624bccba26d0nd# 'uname -i' on all x86 platforms returns i86pc.
db443e0132f14dac789ab97ec23ce124360d74c2nd
db443e0132f14dac789ab97ec23ce124360d74c2ndARCH = i86pc
db443e0132f14dac789ab97ec23ce124360d74c2ndCLASS = arch
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholesDTDFILE = topology.dtd.1
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholesTOPOFILE = Sun-Fire-X4200-M2-disk-hc-topology.xml
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholesSRCDIR = ../SUNW,Sun-Fire-X4200-M2
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholesPLATFORM = Sun-Fire-X4200-M2
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholesTOPOBASE = ../i86pc/i86pc-hc-topology.xml
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholesCLOBBERFILES = $(TOPOFILE)
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes
ce8490f3812311582d1deee96b012c377311b317minfrininclude ../Makefile.map
ce8490f3812311582d1deee96b012c377311b317minfrin