Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3544N/A#
3544N/A# CDDL HEADER START
3544N/A#
3544N/A# The contents of this file are subject to the terms of the
3544N/A# Common Development and Distribution License, Version 1.0 only
3544N/A# (the "License"). You may not use this file except in compliance
3544N/A# with the License.
3544N/A#
3544N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3544N/A# or http://www.opensolaris.org/os/licensing.
3544N/A# See the License for the specific language governing permissions
3544N/A# and limitations under the License.
3544N/A#
3544N/A# When distributing Covered Code, include this CDDL HEADER in each
3544N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3544N/A# If applicable, add the following below this CDDL HEADER, with the
3544N/A# fields enclosed by brackets "[]" replaced with your own identifying
3544N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3544N/A#
3544N/A# CDDL HEADER END
3544N/A#
3544N/A#
3544N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3544N/A# Use is subject to license terms.
3544N/A#
3544N/A# ident "%Z%%M% %I% %E% SMI"
3544N/A#
3544N/A
3544N/Ainclude ../Makefile.com
3544N/A
3544N/ACONVLIBDIR= $(CONVLIBDIR64)
3544N/ADYNFLAGS += -F /usr/lib/$(MACH64)/ld.so.1 -64 $(MAPOPTS)
3544N/ALINTFLAGS64 += $(VAR_LINTFLAGS64)
3544N/A
3544N/A.KEEP_STATE:
3544N/A
3544N/Ainclude ../Makefile.targ
3544N/Ainclude ../../Makefile.sub.64
3544N/A
3544N/Aall: $(DYNLIB) $(LINTLIB)
3544N/A
3544N/Ainstall: all $(ROOTFS_DYNLIB64) $(ROOTFS_LINKS64) $(ROOTFS_LINTLIB64)
3544N/A
3544N/A$(DYNLIB): $(MAPFILES)
3544N/A
3544N/ABUILD.SO= $(LD) -o $@ -G -64 $(DYNFLAGS) $(PICS)
3544N/A