1*5198Sjmcp# 2*5198Sjmcp# CDDL HEADER START 3*5198Sjmcp# 4*5198Sjmcp# The contents of this file are subject to the terms of the 5*5198Sjmcp# Common Development and Distribution License (the "License"). 6*5198Sjmcp# You may not use this file except in compliance with the License. 7*5198Sjmcp# 8*5198Sjmcp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5198Sjmcp# or http://www.opensolaris.org/os/licensing. 10*5198Sjmcp# See the License for the specific language governing permissions 11*5198Sjmcp# and limitations under the License. 12*5198Sjmcp# 13*5198Sjmcp# When distributing Covered Code, include this CDDL HEADER in each 14*5198Sjmcp# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5198Sjmcp# If applicable, add the following below this CDDL HEADER, with the 16*5198Sjmcp# fields enclosed by brackets "[]" replaced with your own identifying 17*5198Sjmcp# information: Portions Copyright [yyyy] [name of copyright owner] 18*5198Sjmcp# 19*5198Sjmcp# CDDL HEADER END 20*5198Sjmcp# 21*5198Sjmcp# 22*5198Sjmcp# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*5198Sjmcp# Use is subject to license terms. 24*5198Sjmcp# 25*5198Sjmcp# ident "%Z%%M% %I% %E% SMI" 26*5198Sjmcp 27*5198SjmcpISASRCDIR=. 28*5198Sjmcp 29*5198Sjmcpinclude ../Makefile.com 30*5198Sjmcp 31*5198SjmcpTYPES=library standalone 32*5198Sjmcp 33*5198SjmcpINSTALL_DEPS_library = $(ROOTLINKS) $(ROOTLINT) $(ROOTLIBS) 34*5198SjmcpINSTALL_DEPS_standalone = $(ROOTLIBS) 35*5198Sjmcp 36*5198Sjmcpinclude ../Makefile.targ 37*5198Sjmcp 38*5198SjmcpC99MODE = $(C99_ENABLE) 39