Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
8491e0600f69b0405e156ea8a419653c065c645bcovener# The contents of this file are subject to the terms of the
8491e0600f69b0405e156ea8a419653c065c645bcovener# Common Development and Distribution License (the "License").
8491e0600f69b0405e156ea8a419653c065c645bcovener# You may not use this file except in compliance with the License.
8491e0600f69b0405e156ea8a419653c065c645bcovener# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8491e0600f69b0405e156ea8a419653c065c645bcovener# See the License for the specific language governing permissions
8741bcaa5df21e109bde21c01093d3991fcf1471jailletc# and limitations under the License.
8741bcaa5df21e109bde21c01093d3991fcf1471jailletc# When distributing Covered Code, include this CDDL HEADER in each
8741bcaa5df21e109bde21c01093d3991fcf1471jailletc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2bf8c1f02b954a6b272f1708aabcc273fc318249covener# If applicable, add the following below this CDDL HEADER, with the
2bf8c1f02b954a6b272f1708aabcc273fc318249covener# fields enclosed by brackets "[]" replaced with your own identifying
2bf8c1f02b954a6b272f1708aabcc273fc318249covener# information: Portions Copyright [yyyy] [name of copyright owner]
c9e4fbd1d56136bd92983a4fca184c28b92eade7rjung# CDDL HEADER END
63b9f1f5880391261705f696d7d65507bbe9ace3covener# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
63b9f1f5880391261705f696d7d65507bbe9ace3covener# Use is subject to license terms.
249ab52ef73a2b33446ae07904e3526b57251411ylavicSTAT_COMMON_SRCS = $(STAT_COMMON_OBJS:%.o=$(STATCOMMONDIR)/%.c)
1f0836d4b1a203c7b375daae691beb95f6036205ylavicCPPFLAGS += -D_REENTRANT -I$(SRC)/lib/libcpc/common -I$(STATCOMMONDIR)
49dacedb6c387b786b7911082ff35121a45f414bcovener $(LINK.c) $(OBJS) $(STAT_COMMON_OBJS) -o $@ $(LDLIBS)
49dacedb6c387b786b7911082ff35121a45f414bcovener $(CTFMERGE) -L VERSION -o $@ $(OBJS) $(STAT_COMMON_OBJS)