826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# CDDL HEADER START
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# The contents of this file are subject to the terms of the
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Common Development and Distribution License, Version 1.0 only
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# (the "License"). You may not use this file except in compliance
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# with the License.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# See the License for the specific language governing permissions
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# and limitations under the License.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# CDDL HEADER END
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Use is subject to license terms.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmorePROG= id
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreXPG4PROG= id
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amoreinclude ../Makefile.cmd
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreCERRWARN += -_gcc=-Wno-parentheses
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreCERRWARN += -_gcc=-Wno-uninitialized
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore.KEEP_STATE:
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreCFLAGS += $(CCVERBOSE)
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreLDLIBS += -lproject
$(XPG4) := CFLAGS += -DXPG4
all: $(PROG) $(XPG4)
install: all $(ROOTPROG) $(ROOTXPG4PROG)
clean:
lint: lint_PROG
include ../Makefile.targ