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