733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# CDDL HEADER START
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# The contents of this file are subject to the terms of the
31e37bb439502e3f7c4c0a9a77d655ea5d56887avn# Common Development and Distribution License (the "License").
31e37bb439502e3f7c4c0a9a77d655ea5d56887avn# You may not use this file except in compliance with the License.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# or http://www.opensolaris.org/os/licensing.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# See the License for the specific language governing permissions
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# and limitations under the License.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# When distributing Covered Code, include this CDDL HEADER in each
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# If applicable, add the following below this CDDL HEADER, with the
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# fields enclosed by brackets "[]" replaced with your own identifying
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# information: Portions Copyright [yyyy] [name of copyright owner]
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# CDDL HEADER END
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
31e37bb439502e3f7c4c0a9a77d655ea5d56887avn# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb$(SYMCAP): $(OBJCAP)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb$(OBJCAP): $(PICS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb$(PICS): pics
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# Assemble the original source file.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbpics/%.o: ../../$(TRG_PLATFORM)/common/%.s
733a5356058ae0150a67d61f0ad8e5260d2acae3rb $(COMPILE.s) $< -o $@
733a5356058ae0150a67d61f0ad8e5260d2acae3rb $(POST_PROCESS_O)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbpics/%.o: ../../$(ALT_PLATFORM)/common/%.s
733a5356058ae0150a67d61f0ad8e5260d2acae3rb $(COMPILE.s) $< -o $@
733a5356058ae0150a67d61f0ad8e5260d2acae3rb $(POST_PROCESS_O)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# Combine all pic objects into one relocatable object. Assign any capabilities
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# to this object, and define the interface.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbpics/objcap.o: $(PICS) $(MAPFILE-CAP)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb $(LD) -r -o $@ $(MAPOPT-CAP) -Breduce $(PICS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb $(POST_PROCESS_OBJCAP_O)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# Convert the combined object capabilities object into a symbol capabilities
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# object.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbpics/symcap.o: $(OBJCAP)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb $(LD) -r -o $@ -z symbolcap $(OBJCAP)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbinclude ../../../Makefile.targ
733a5356058ae0150a67d61f0ad8e5260d2acae3rb