0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms
0N/A# of the Common Development and Distribution License
0N/A# (the "License"). You may not use this file except
0N/A# in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at
0N/A# src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing
0N/A# permissions and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL
0N/A# HEADER in each file and include the License file at
0N/A# usr/src/OPENSOLARIS.LICENSE. If applicable,
0N/A# add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your
0N/A# own identifying information: Portions Copyright [yyyy]
0N/A# [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A
0N/A#
0N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
0N/A
0N/A
0N/ACPPFLAGS= -DUSE_GETHRTIME -D_REENTRANT
0N/A
14N/ACFLAGS = -m64 -O $(extra_CFLAGS)
0N/A
4N/A#
4N/A# These defines allow libmicro to be compiled against older Solaris
4N/A# releases by turning off the tests which don't work there.
4N/A#
4N/A# This is a little contorted-- UNAME_RELEASE is set as an environment
4N/A# variable for us by the invoking make process (see Makefile)-- it is
4N/A# the output of uname -r | sed 's/\./_/g'.
4N/A#
4N/A# We couldn't find any other gmake/unix make portable way to make this
4N/A# work.
4N/A#
4N/AELIDED_BENCHMARKS_5_8=atomic cachetocache
4N/AELIDED_BENCHMARKS_5_9=atomic
4N/A
4N/AELIDED_BENCHMARKS_CMN=cascade_flock
4N/A
4N/AELIDED_BENCHMARKS=$(ELIDED_BENCHMARKS_CMN) $(ELIDED_BENCHMARKS_$(UNAME_RELEASE))
0N/A
0N/Ainclude ../Makefile.com
0N/A
0N/ANSLLIB= -lnsl
0N/ASOCKLIB= -lsocket
0N/AUCBLIB= -lc -L/usr/ucblib -lucb -R/usr/ucblib
0N/AMATHLIB= -lm
0N/A
0N/A.KEEP_STATE: