Makefile revision 2
4714N/A#
4714N/A# CDDL HEADER START
4714N/A#
4714N/A# The contents of this file are subject to the terms of the
4714N/A# Common Development and Distribution License (the "License").
4714N/A# You may not use this file except in compliance with the License.
4714N/A#
4714N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6982N/A# or http://www.opensolaris.org/os/licensing.
6982N/A# See the License for the specific language governing permissions
4714N/A# and limitations under the License.
4714N/A#
4714N/A# When distributing Covered Code, include this CDDL HEADER in each
4714N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6982N/A# If applicable, add the following below this CDDL HEADER, with the
6982N/A# fields enclosed by brackets "[]" replaced with your own identifying
6982N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6982N/A#
4714N/A# CDDL HEADER END
4714N/A#
4714N/A#
4714N/A# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
4714N/A#
4714N/A
4714N/ACRTSRCS= ../../common/amd64
4714N/A
4714N/Ainclude ../Makefile.com
4714N/Ainclude ../../Makefile.lib.64
4714N/A
4714N/ACPPFLAGS += -D_SYSCALL32
4714N/A
4714N/ABUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
4714N/A
4714N/Ainstall: stubinstall all $(ROOTLIBDIR64) .WAIT $(ROOTLIBS64) $(ROOTLINKS64)
4714N/A
stubinstall: stub $(STUBROOTLIBDIR64) $(STUBROOTLIBS64) $(STUBROOTLINKS64)