Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
372N/A#
372N/A# CDDL HEADER START
372N/A#
372N/A# The contents of this file are subject to the terms of the
651N/A# Common Development and Distribution License, Version 1.0 only
372N/A# (the "License"). You may not use this file except in compliance
372N/A# with the License.
372N/A#
372N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
372N/A# or http://www.opensolaris.org/os/licensing.
372N/A# See the License for the specific language governing permissions
372N/A# and limitations under the License.
372N/A#
372N/A# When distributing Covered Code, include this CDDL HEADER in each
372N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
372N/A# If applicable, add the following below this CDDL HEADER, with the
372N/A# fields enclosed by brackets "[]" replaced with your own identifying
372N/A# information: Portions Copyright [yyyy] [name of copyright owner]
372N/A#
372N/A# CDDL HEADER END
372N/A#
372N/A#
372N/A# Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved.
372N/A# Use is subject to license terms.
372N/A#
372N/A
372N/AMODULE = ipp.so
372N/AMDBTGT = kvm
372N/A
372N/AMODSRCS = ipp.c
372N/A
372N/Ainclude ../../../../Makefile.cmd
651N/Ainclude ../../../../Makefile.cmd.64
372N/Ainclude ../../Makefile.sparcv9
372N/Ainclude ../../../Makefile.module
493N/A
493N/ACERRWARN += -_gcc=-Wno-uninitialized
372N/A