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