Makefile revision 67e3a03ed4a2813074d36330f062ed6e593a4937
c63ebf815c8a874525cf18670ad74847f7fc7b26Christian Maeder# CDDL HEADER START
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The contents of this file are subject to the terms of the
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maeder# and limitations under the License.
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a1ed34933c266ce85066acb0d7b20c90cb8eb213Christian Maeder# CDDL HEADER END
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian Maeder# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder# Use is subject to license terms.
4cb215739e9ab13447fa21162482ebe485b47455Christian Maeder# ident "%Z%%M% %I% %E% SMI"
dcbd32289a7bdf1e6edd06c6ab0698c6a9dbf37aChristian Maeder# Preserve the relationship of libraries as they are defined in libc.so.1.9
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian MaederLIBUCB= ../../ucblib/libucb/sparc/libucb.so.1
1aee4aaddde105264c1faf394d88e302c05094ffChristian MaederLDFLAGS= -R /usr/4lib:/usr/ucblib -e _start -G -t \
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder $(BLOCAL) $(ZNOVERSION) $(ZDEFS) $(ZTEXT) \
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian MaederLIBS= $(LDLIBS.lib) -lmapmalloc $(LIBBC) $(LIBUCB) -lnsl -lc
6a2dad705deefd1b7a7e09b84fd2d75f2213be47Christian Maeder $(LDOPTS) $(LD) $(LDFLAGS) -o sbcp $(OBJS) $(LIBS)