Makefile revision 9ef7884d729f1f09cb82e5c2f57d12cb9f4c1fee
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# CDDL HEADER START
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# The contents of this file are subject to the terms of the
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# Common Development and Distribution License (the "License").
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# You may not use this file except in compliance with the License.
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# See the License for the specific language governing permissions
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# and limitations under the License.
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# When distributing Covered Code, include this CDDL HEADER in each
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# If applicable, add the following below this CDDL HEADER, with the
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# CDDL HEADER END
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# Use is subject to license terms.
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync#ident "%Z%%M% %I% %E% SMI"
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsyncTOPDIR = ../../../../..
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsyncLINKED_LIB_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib)
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsyncLINKED_LIB_FS_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib/fs)
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsyncARCH_C_SRC = sun4u_memlist.c sun4x_standalloc.c sun4dep.c
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsyncLDFLAGS += -L$(TOPDIR)/psm/stand/lib/promif/$(TARG_MACH)/$(PROMVERS)/common
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# The following libraries are build in LIBPLAT_DIR
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsyncLIBPLAT_DIR = $(TOPDIR)/psm/stand/lib/promif/$(TARG_MACH)/$(PROMVERS)/$(PLATFORM)
0b5a8573f70560f0fd30c01151fcdc0e71984276vboxsync# Platform specific libraries
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsync# MPSAS support
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsync# re-define ELFCONV for 4v--- sun4v can boot ELF directly
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsync# Don't need mapfile.inet for 4v inetboot
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsync# Set the choice of compiler.
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsync# XXX this totally sucks since it effectively turns off -errchk=longptr64,
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsync# which we really should be using.
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsync# Cross-reference customization: include all boot-related source files.
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsyncNAMESDIRS= ../../../lib/names/sparcv9 ../../../lib/names/sparc/common
afa761a969c8883e5ea370e898d40ce053fbcb22vboxsyncXRDIRS += ../../sparc/common ../../common $(STANDLIBDIR) \