Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# CDDL HEADER START
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# The contents of this file are subject to the terms of the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Common Development and Distribution License, Version 1.0 only
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# (the "License"). You may not use this file except in compliance
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# with the License.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# See the License for the specific language governing permissions
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# and limitations under the License.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
3761c433912beabe43abeed2c3513b6201c59f64Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# CDDL HEADER END
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Use is subject to license terms.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# ident "%Z%%M% %I% %E% SMI"
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Specifically request the construction of a static library.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# This library is not installed in the proto area.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsCPPFLAGS = -I../../include $(CPPFLAGS.master) $(C_PICFLAGS)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsLINT_CPPFLAGS = -I../../include $(CPPFLAGS.master)