Makefile revision 26fd77009b17f8c8fb32eb362584cfd635e87ad9
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# CDDL HEADER START
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# The contents of this file are subject to the terms of the
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# Common Development and Distribution License (the "License").
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# You may not use this file except in compliance with the License.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# or http://www.opensolaris.org/os/licensing.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# See the License for the specific language governing permissions
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# and limitations under the License.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# When distributing Covered Code, include this CDDL HEADER in each
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# If applicable, add the following below this CDDL HEADER, with the
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# fields enclosed by brackets "[]" replaced with your own identifying
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# information: Portions Copyright [yyyy] [name of copyright owner]
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# CDDL HEADER END
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert Mustacchi# Use is subject to license terms.
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiSTAT_COMMON_SRCS = $(STAT_COMMON_OBJS:%.o=$(STATCOMMONDIR)/%.c)
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiCPPFLAGS += -I$(COMMON_DIR) -I$(STATCOMMONDIR)
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiOBJS = $(SRCS:%.c=%.o) rcapd_conf.o $(STAT_COMMON_OBJS)
9d26e4fc021e249c93c2861629cc665e4f5bd4d6Robert MustacchiPOFILES = $(OBJS:%.o=%.po) $(STAT_COMMON_OBJS:%.o=%.po)