Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews#
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews# CDDL HEADER START
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews#
25e2824175eb0c186df3ab0737c83d322410594cMark Andrews# The contents of this file are subject to the terms of the
63aaac8137bd1d86aab8c950fb066bb522a26e5bMark Andrews# Common Development and Distribution License, Version 1.0 only
63aaac8137bd1d86aab8c950fb066bb522a26e5bMark Andrews# (the "License"). You may not use this file except in compliance
fe3220466e3c23cd2c22a59a4db46bc97ce0827dMark Andrews# with the License.
fe3220466e3c23cd2c22a59a4db46bc97ce0827dMark Andrews#
fe3220466e3c23cd2c22a59a4db46bc97ce0827dMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
40aadb6a143e0f2d351e743dce43cfc894d4d855Mark Andrews# or http://www.opensolaris.org/os/licensing.
40aadb6a143e0f2d351e743dce43cfc894d4d855Mark Andrews# See the License for the specific language governing permissions
40aadb6a143e0f2d351e743dce43cfc894d4d855Mark Andrews# and limitations under the License.
65b26a4dc8c6c16d0a5ccb03b67cf968c77d6570Mark Andrews#
65b26a4dc8c6c16d0a5ccb03b67cf968c77d6570Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
65b26a4dc8c6c16d0a5ccb03b67cf968c77d6570Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c58821f7100821e1d4e4bbace727b988bb3e0623Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
c58821f7100821e1d4e4bbace727b988bb3e0623Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
77397daf05511dc737eeec159badc05f11bfadddMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews#
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews# CDDL HEADER END
337e70ead93aafec305ac0a7a62090339543b8d1Mark Andrews#
f0a1b8c85792d4e04716f995a2b2a8ca73f8367dMark Andrews#
a5d7c242b564cbd3cebc0dd27c19d9093d38b3abMark Andrews# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
a5d7c242b564cbd3cebc0dd27c19d9093d38b3abMark Andrews# Use is subject to license terms.
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews#
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews# ident "%Z%%M% %I% %E% SMI"
1de5f8f80930dc322688010740c7dfe56eb035b0Mark Andrews#
7a253b705ccbc30821253e7a124658623f10c499Mark Andrews
7a253b705ccbc30821253e7a124658623f10c499Mark Andrewsinclude ../Makefile.com
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrewsinclude $(SRC)/lib/Makefile.lib.64
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark Andrews
f6476fa52240e3c8278ac4a27fa2cc8a5b7a3e3bMark AndrewsLIBS = $(DYNLIB1)
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrewsinclude ../../Makefile.targ
cd1e58c339b2a6709d543a525de0c995bf8b5868Mark Andrews
a05f23d07e1b60a1d88119678111a47014480611Mark Andrewsinstall: all $(ROOT64DYNLIB)
a05f23d07e1b60a1d88119678111a47014480611Mark Andrews