Makefile revision 2
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# CDDL HEADER START
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# The contents of this file are subject to the terms of the
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# Common Development and Distribution License (the "License").
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# You may not use this file except in compliance with the License.
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# or http://www.opensolaris.org/os/licensing.
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# See the License for the specific language governing permissions
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# and limitations under the License.
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# When distributing Covered Code, include this CDDL HEADER in each
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# If applicable, add the following below this CDDL HEADER, with the
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# fields enclosed by brackets "[]" replaced with your own identifying
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# information: Portions Copyright [yyyy] [name of copyright owner]
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# CDDL HEADER END
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
edd884cac454202076ea91062c7e26723718936bneil_a_wilson#
edd884cac454202076ea91062c7e26723718936bneil_a_wilson
edd884cac454202076ea91062c7e26723718936bneil_a_wilsonISASRCDIR=.
edd884cac454202076ea91062c7e26723718936bneil_a_wilson
edd884cac454202076ea91062c7e26723718936bneil_a_wilsoninclude ../Makefile.com
edd884cac454202076ea91062c7e26723718936bneil_a_wilson
edd884cac454202076ea91062c7e26723718936bneil_a_wilsonTYPES=library standalone
edd884cac454202076ea91062c7e26723718936bneil_a_wilson
edd884cac454202076ea91062c7e26723718936bneil_a_wilsonINSTALL_DEPS_library = $(ROOTLINKS) $(ROOTLINT) $(ROOTLIBS)
edd884cac454202076ea91062c7e26723718936bneil_a_wilsonINSTALL_DEPS_standalone = $(ROOTLIBS)
edd884cac454202076ea91062c7e26723718936bneil_a_wilson
edd884cac454202076ea91062c7e26723718936bneil_a_wilsonSTUBINSTALL_DEPS_library = $(STUBROOTLINKS) $(STUBROOTLIBS)
edd884cac454202076ea91062c7e26723718936bneil_a_wilson
edd884cac454202076ea91062c7e26723718936bneil_a_wilsoninclude ../Makefile.targ
edd884cac454202076ea91062c7e26723718936bneil_a_wilson