Makefile.libstandctf revision 7c478bd95313f5f23a4c958a745db2134aa03244
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# CDDL HEADER START
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# The contents of this file are subject to the terms of the
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# Common Development and Distribution License, Version 1.0 only
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# (the "License"). You may not use this file except in compliance
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# with the License.
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# See the License for the specific language governing permissions
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# and limitations under the License.
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# When distributing Covered Code, include this CDDL HEADER in each
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# If applicable, add the following below this CDDL HEADER, with the
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# fields enclosed by brackets "[]" replaced with your own identifying
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# CDDL HEADER END
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# Use is subject to license terms.
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync# ident "%Z%%M% %I% %E% SMI"
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsync.KEEP_STATE:
e433ea25f22e39143efa35e99b05182b4a6f7dcevboxsyncCTF_COMMON_SRCS = \
MAPFILE = ../../../common/libstandctf/mapfile
CPPFLAGS += -I$(SRC)/common/ctf -I../../../common -DCTF_OLD_VERSIONS -D_MDB \
LIB = libstandctf.so
%.o: ../../../common/libstandctf/%.c
$(COMPILE.c) $<
%.o: $(SRC)/common/ctf/%.c
$(COMPILE.c) $<
%.ln: ../../../common/libstandctf/%.c
$(LINT.c) -c $<
%.ln: $(SRC)/common/ctf/%.c
$(LINT.c) -c $<