Makefile revision 2
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# CDDL HEADER START
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# The contents of this file are subject to the terms of the
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# Common Development and Distribution License (the "License").
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# You may not use this file except in compliance with the License.
c7814cf6e1240a519cbec0441e033d0e2470ed00vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# or http://www.opensolaris.org/os/licensing.
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# See the License for the specific language governing permissions
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# and limitations under the License.
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# When distributing Covered Code, include this CDDL HEADER in each
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# If applicable, add the following below this CDDL HEADER, with the
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# CDDL HEADER END
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync#
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncISASRCDIR=../$(MACH)/
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncinclude ../Makefile.com
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncinclude ../../Makefile.lib.64
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncTYPES=library standalone
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncINSTALL_DEPS_library = $(ROOTLINKS64) $(ROOTLINT64) $(ROOTLIBS64)
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncINSTALL_DEPS_standalone = $(ROOTLIBS64)
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncSTUBINSTALL_DEPS_library = $(STUBROOTLINKS64) $(STUBROOTLIBS64)
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncinclude ../Makefile.targ
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsyncC99MODE = $(C99_ENABLE)
73647ac113a5872720ca6c0d73ac29b37a07b814vboxsync