Makefile revision 1bdd6c0e3710e91cb1f31aa78de33cb638494480
18727N/A#
12779N/A# CDDL HEADER START
12779N/A#
12779N/A# The contents of this file are subject to the terms of the
12779N/A# Common Development and Distribution License (the "License").
12779N/A# You may not use this file except in compliance with the License.
12779N/A#
12779N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12779N/A# or http://www.opensolaris.org/os/licensing.
12779N/A# See the License for the specific language governing permissions
12779N/A# and limitations under the License.
12779N/A#
12779N/A# When distributing Covered Code, include this CDDL HEADER in each
12779N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
12779N/A# If applicable, add the following below this CDDL HEADER, with the
12779N/A# fields enclosed by brackets "[]" replaced with your own identifying
12779N/A# information: Portions Copyright [yyyy] [name of copyright owner]
12779N/A#
12779N/A# CDDL HEADER END
12779N/A#
12779N/A#
12779N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
12779N/A# Use is subject to license terms.
12779N/A#
12779N/A
12779N/AMODULE = srpt.so
12779N/AMDBTGT = kvm
12779N/A
12779N/AMODSRCS = srpt.c
12779N/A
12779N/AUTSBASE = ../../../../../uts
12779N/ACOMSTARBASE = $(UTSBASE)/common/io/comstar
12779N/ASRPTBASE = $(COMSTARBASE)/port/srpt
12779N/A
12779N/Ainclude ../../../../Makefile.cmd
12779N/Ainclude ../../Makefile.ia32
12779N/Ainclude ../../../Makefile.module
12779N/A
12779N/ACPPFLAGS += -I$(UTSBASE)/common -I$(UTSBASE)/common/sys -I$(SRPTBASE)
12779N/A
12779N/AC99MODE= -xc99=%all
12779N/AC99LMODE= -Xc99=%all
12779N/A