Makefile revision cd3e933325e68e23516a196a8fea7f49b1e497c3
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews#
205c10066a0acfeac52d1a135671f41d207b8557Automatic Updater# CDDL HEADER START
205c10066a0acfeac52d1a135671f41d207b8557Automatic Updater#
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater# The contents of this file are subject to the terms of the
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater# Common Development and Distribution License (the "License").
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updater# You may not use this file except in compliance with the License.
2bb3422dc683c013db7042f5736240de6b86f182Automatic Updater#
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2ec4ab21838e218863d052ebfa3e106e04f50820Evan Hunt# or http://www.opensolaris.org/os/licensing.
ea854b585041ad19f70f7af15e08144ef2c2bd1bMark Andrews# See the License for the specific language governing permissions
78cb74fab4665da2e2641ba909c6f59f74cc4193Automatic Updater# and limitations under the License.
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updater#
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updater#
bc0a53583d92309bebcf93c408e2f3247ebd3d3cAutomatic Updater# CDDL HEADER END
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
58be84825d7f5de30e50eb7206b37227ecd8055bAutomatic Updater#
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
96713299d08c0735c18ebe8772dd2cc1ecd4356aAutomatic UpdaterBASEPLAT = amd64
831f79c4310a7d38fc3475ccfff531b2b2535641Automatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Object lists are organized into primary (most frequently used code) and
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# secondary lists (less frequently used code, ie. a.out support).
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterP_COMOBJS= debugdata.o \
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson analyze.o elf.o external.o globals.o \
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater malloc.o paths.o setup.o util.o \
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater dlfcns.o config_elf.o locale.o tsort.o \
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson remove.o move.o tls.o cap.o
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterS_COMOBJS= debug.o audit.o object.o
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan HuntG_MACHOBJS= doreloc.o
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterP_MACHOBJS= amd64_elf.o _setup.o dlamd64getunwind.o
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCP_MACHOBJS=
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterS_MACHOBJS=
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt
2d2dc37599979c83495510f8af8d1756753aa2c5Automatic UpdaterP_ASOBJS= boot.o boot_elf.o caller.o
2d2dc37599979c83495510f8af8d1756753aa2c5Automatic Updater
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan HuntS_ASOBJS=
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCRTSRCS= ../../../../lib/common/amd64
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCRTI= pics/crti.o
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCRTN= pics/crtn.o
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCRTS= $(CRTI) $(CRTN)
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updater
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updaterinclude $(SRC)/cmd/sgs/rtld/Makefile.com
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterinclude $(SRC)/lib/Makefile.lib.64
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# We build 64-bit objects with gcc by default
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterMAPFILE-ORDER = ../common/mapfile-order-devpro
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews$(__GNUC64)MAPFILE-ORDER = ../common/mapfile-order-gcc
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews# Add any machine specific flags.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic UpdaterCFLAGS += -xregs=no%appl
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsASFLAGS += -D__amd64 -D_ELF64 $(amd64_ASFLAGS)
129090f0f6f91753b4a085ab635e28549fd018adAutomatic UpdaterADBGENFLAGS += -mlp64
129090f0f6f91753b4a085ab635e28549fd018adAutomatic UpdaterADBGENCFLAGS += -erroff=%all
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsADBSUB= $(ADBSUB64)
d7a77415c13bb2fc2d1acb857486d97e4466e3b8Automatic UpdaterCPPFLAGS += -D_ELF64
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsLINTFLAGS64 += $(VAR_LINTFLAGS64)
db5b7e2cdf150c46e8242d3e2e3ad3f5c7300258Automatic UpdaterSONAME= /lib/amd64/ld.so.1
80faf1588895fd26490f82f95a7a1b771df1c324Automatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsSGSMSGTARG += $(SGSMSGINTEL) $(SGSMSGINTEL64) $(SGSMSG64)
1a06700908f5a1d9f4a8d51285a0fd971e2f9117Automatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsLDLIB = -L ../../libld/$(MACH64)
db5b7e2cdf150c46e8242d3e2e3ad3f5c7300258Automatic UpdaterRTLDLIB = -L ../../librtld/$(MACH64)
693c4232dfdffaff672197d4b9fea944c64cf80aAutomatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsCPICLIB = $(CPICLIB64)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterLDDBGLIBDIR = $(LDDBGLIBDIR64)
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonCONVLIBDIR = $(CONVLIBDIR64)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater.KEEP_STATE:
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterall: $(RTLD)
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterinstall: all $(ROOTDYNLIB64)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonlint: $(LINTOUT64)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
dd65eb1efb40b1c47d57963192bfc54873b219beAutomatic Updateradbmacros: adb .WAIT $(ADBSCRIPTS)
dd65eb1efb40b1c47d57963192bfc54873b219beAutomatic Updater
78f3ed4bc2fcd3d270bfd599804f3b27a1db4d91Mark Andrewsadbinstall: adbmacros .WAIT $(ROOTADB64)
b1265b5a06df36d490d4bdf54284fb133a1f5a84Automatic Updater
9174e44c14b1cb91a651fa1dc29470438c246ab9Automatic Updaterinclude $(SRC)/cmd/sgs/rtld/Makefile.targ
78f3ed4bc2fcd3d270bfd599804f3b27a1db4d91Mark Andrewsinclude ../../Makefile.sub.64
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont