Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
904N/A#
904N/A# CDDL HEADER START
904N/A#
904N/A# The contents of this file are subject to the terms of the
904N/A# Common Development and Distribution License (the "License").
904N/A# You may not use this file except in compliance with the License.
904N/A#
904N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
904N/A# or http://www.opensolaris.org/os/licensing.
904N/A# See the License for the specific language governing permissions
904N/A# and limitations under the License.
904N/A#
904N/A# When distributing Covered Code, include this CDDL HEADER in each
904N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
904N/A# If applicable, add the following below this CDDL HEADER, with the
904N/A# fields enclosed by brackets "[]" replaced with your own identifying
904N/A# information: Portions Copyright [yyyy] [name of copyright owner]
904N/A#
904N/A# CDDL HEADER END
904N/A#
3469N/A#
904N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
904N/A# Use is subject to license terms.
904N/A#
904N/A# ident "%Z%%M% %I% %E% SMI"
904N/A#
904N/A
904N/Ainclude ../Makefile.com
904N/Ainclude ../../Makefile.lib.64
904N/A
904N/ABUILD.SO= $(LD) -o $@ -G -64 $(DYNFLAGS)
904N/A
904N/ALIBS = $(DYNLIB) $(LINTLIB)
904N/A
904N/A.KEEP_STATE:
904N/A
904N/Aall: $(LIBS)
904N/A
3469N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64)
904N/A