Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
26N/A#
26N/A# CDDL HEADER START
26N/A#
26N/A# The contents of this file are subject to the terms of the
26N/A# Common Development and Distribution License, Version 1.0 only
26N/A# (the "License"). You may not use this file except in compliance
26N/A# with the License.
26N/A#
26N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
26N/A# or http://www.opensolaris.org/os/licensing.
26N/A# See the License for the specific language governing permissions
26N/A# and limitations under the License.
26N/A#
26N/A# When distributing Covered Code, include this CDDL HEADER in each
26N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26N/A# If applicable, add the following below this CDDL HEADER, with the
26N/A# fields enclosed by brackets "[]" replaced with your own identifying
26N/A# information: Portions Copyright [yyyy] [name of copyright owner]
26N/A#
26N/A# CDDL HEADER END
26N/A#
26N/A#
26N/A# Copyright 2001-2003 Sun Microsystems, Inc. All rights reserved.
26N/A# Use is subject to license terms.
26N/A#
26N/A# ident "%Z%%M% %I% %E% SMI"
26N/A#
26N/A
26N/Ainclude ../Makefile.com
26N/Ainclude ../../Makefile.lib.64
26N/A
26N/ACFLAGS64 += -erroff=E_STATEMENT_NOT_REACHED
26N/A
26N/ABUILD.SO= $(CC) $(CFLAGS64) -o $@ -G $(DYNFLAGS) $(OBJECTS) $(LDLIBS)
26N/A
26N/A$(ROOTLIBDIR64):
26N/A mkdir -p $(ROOTLIBDIR64)
26N/A
26N/A$(ROOTLIBDIR64)/%: %
26N/A $(INS.file)
26N/A
26N/A$(ROOTLIBDIR64)/$(LIBLINKS): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
26N/A $(INS.liblink64)
26N/A
LINTFLAGS64 += -Xarch=v9
all: $(LIBS)
install: all $(ROOTLIBDIR64) $(ROOTLIBS64) $(ROOTLINKS64)