Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1eb1f02a23de724c105b2c6c9fbd469a611059c6trawick# CDDL HEADER START
8abd60101b9794e224795ccf68b8ba984efbc94astoddard# The contents of this file are subject to the terms of the
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick# Common Development and Distribution License, Version 1.0 only
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick# (the "License"). You may not use this file except in compliance
1eb1f02a23de724c105b2c6c9fbd469a611059c6trawick# with the License.
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
26d590c0e5338f66ca1aad6f925374843fac5121stoddard# See the License for the specific language governing permissions
26d590c0e5338f66ca1aad6f925374843fac5121stoddard# and limitations under the License.
26d590c0e5338f66ca1aad6f925374843fac5121stoddard# When distributing Covered Code, include this CDDL HEADER in each
2b31ac2c6342d2afcf67b7b0f08c928a87f98c74wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d472f67198d6b15dd1270136f180cca9c9263243trawick# If applicable, add the following below this CDDL HEADER, with the
d472f67198d6b15dd1270136f180cca9c9263243trawick# fields enclosed by brackets "[]" replaced with your own identifying
d472f67198d6b15dd1270136f180cca9c9263243trawick# information: Portions Copyright [yyyy] [name of copyright owner]
d472f67198d6b15dd1270136f180cca9c9263243trawick# CDDL HEADER END
a3bb95a3600153c7f09f62749e32093658943c32brianp# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
a3bb95a3600153c7f09f62749e32093658943c32brianp# Use is subject to license terms.
b760518cc17e7124ba546ed63063603f1ab82a40aaron#ident "%Z%%M% %I% %E% SMI"
b760518cc17e7124ba546ed63063603f1ab82a40aaronTOPDIR = ../../../../..
557eb8d48357657fa898250560f089c65539c634gregamesLINKED_LIB_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib)
adb8c5e5291be5943122bbff404bc1018c79d555ianhLINKED_LIB_FS_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib/fs)
74528257888620220641cd28366731539a37e1f3ianhARCH_C_SRC = sun4u_memlist.c sun4x_standalloc.c sun4dep.c
855e263a93fde2e30d10a48a9ffc047039bfc9d9brianpLDFLAGS += -L$(TOPDIR)/psm/stand/lib/promif/$(TARG_MACH)/$(PROMVERS)/common
855e263a93fde2e30d10a48a9ffc047039bfc9d9brianp# The following libraries are build in LIBPLAT_DIR
54b3b7946d22324cea615d7c8a4ff0c9eadd1f8crbbLIBPLAT_DIR = $(TOPDIR)/psm/stand/lib/promif/$(TARG_MACH)/$(PROMVERS)/$(PLATFORM)
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb# Platform specific libraries
f9f506f0686ad065b4c6fe14dd962cdd478350dbianh# MPSAS support
47c2fb4c1f155ddb6954e46e7f6d125eef78b3bbaaron# re-define ELFCONV for 4u--- sun4u can boot ELF directly
47c2fb4c1f155ddb6954e46e7f6d125eef78b3bbaaron# Don't need mapfile.inet for 4u inetboot
0cdca1e056a05a09fe16fe736abcf79969c9767ejerenkrantz# Set the choice of compiler.
0a2d57d962bef3a8898723925b3fb02d2e836994dougm# XXX this totally sucks since it effectively turns off -errchk=longptr64,
2a20a2f8432a15b530e0a6b0998c32f40aef82a8gregames# which we really should be using.
1a6a0072a95887164091e366ba0e89c2b39a954abrianp# Cross-reference customization: include all boot-related source files.
23ce412bd50a47accab4dd26019b78810bbf46ebtrawickNAMESDIRS= ../../../lib/names/sparcv9 ../../../lib/names/sparc/common
23ce412bd50a47accab4dd26019b78810bbf46ebtrawickXRDIRS += ../../sparc/common ../../common $(STANDLIBDIR) \