Makefile revision 20c1c3551cb3b3117591ae38463d16aada597c48
327N/A#
327N/A# CDDL HEADER START
327N/A#
327N/A# The contents of this file are subject to the terms of the
327N/A# Common Development and Distribution License (the "License").
327N/A# You may not use this file except in compliance with the License.
327N/A#
327N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
327N/A# or http://www.opensolaris.org/os/licensing.
327N/A# See the License for the specific language governing permissions
327N/A# and limitations under the License.
327N/A#
327N/A# When distributing Covered Code, include this CDDL HEADER in each
327N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
327N/A# If applicable, add the following below this CDDL HEADER, with the
327N/A# fields enclosed by brackets "[]" replaced with your own identifying
327N/A# information: Portions Copyright [yyyy] [name of copyright owner]
327N/A#
327N/A# CDDL HEADER END
327N/A#
327N/A
327N/A#
824N/A# Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
327N/A#
327N/A
327N/ABASEPLAT = i386
327N/A
327N/A# Object lists are organized into primary (most frequently used code) and
824N/A# secondary lists (less frequently used code, ie. profiling support).
327N/A
618N/AP_COMOBJS= debugdata.o \
327N/A analyze.o elf.o external.o globals.o \
824N/A malloc.o paths.o setup.o util.o \
327N/A dlfcns.o config_elf.o locale.o tsort.o \
327N/A remove.o move.o tls.o cap.o
327N/A
327N/AS_COMOBJS= debug.o audit.o object.o
327N/A
327N/AG_MACHOBJS= doreloc.o
327N/A
327N/AP_MACHOBJS= i386_elf.o _setup.o
327N/A
327N/ACP_MACHOBJS=
327N/A
327N/AS_MACHOBJS=
327N/A
327N/AP_ASOBJS= boot.o boot_elf.o caller.o
327N/A
327N/AS_ASOBJS=
327N/A
327N/ACRTSRCS= ../../../../lib/common/i386
327N/ACRTI= pics/crti.o
327N/ACRTN= pics/crtn.o
327N/ACRTS= $(CRTI) $(CRTN)
327N/A
327N/Ainclude $(SRC)/Makefile.master
327N/A
327N/A# This is safe because linking is done only with the primary compiler.
327N/AMAPFILE-ORDER = ../common/mapfile-order-devpro
327N/A$(__GNUC)MAPFILE-ORDER = ../common/mapfile-order-gcc
327N/A
824N/Ainclude $(SRC)/cmd/sgs/rtld/Makefile.com
327N/A
327N/A# Add any machine specific flags.
327N/A
327N/AADBGENCFLAGS += -erroff=%all
327N/AADBGENFLAGS += -milp32
327N/AADBSUB= $(ADBSUB32)
327N/ASONAME= /lib/ld.so.1
327N/A
327N/ASGSMSGTARG += $(SGSMSGINTEL) $(SGSMSGINTEL32) $(SGSMSG32)
327N/A
327N/A.KEEP_STATE:
327N/A
327N/Aall: $(RTLD)
327N/A
327N/Ainstall: all $(ROOTDYNLIB)
327N/A
327N/Alint: $(LINTOUT32)
327N/A
327N/Aadbmacros: adb .WAIT $(ADBSCRIPTS)
327N/A
327N/Aadbinstall: adbmacros .WAIT $(ROOTADB)
include $(SRC)/cmd/sgs/rtld/Makefile.targ