Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
472309252b522ae1fd62e4eb745abea2067769b3yoshiki
472309252b522ae1fd62e4eb745abea2067769b3yoshiki#
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# CDDL HEADER START
7db9f691a00ead175b03335457ca296a33ddf31bnd#
59d52c5719a3320d5775ab821b810f294e168f65yoshiki# The contents of this file are subject to the terms of the
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# Common Development and Distribution License (the "License").
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# You may not use this file except in compliance with the License.
472309252b522ae1fd62e4eb745abea2067769b3yoshiki#
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# or http://www.opensolaris.org/os/licensing.
498e8a909bc308283d3713bb348246fe51de059cyoshiki# See the License for the specific language governing permissions
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# and limitations under the License.
498e8a909bc308283d3713bb348246fe51de059cyoshiki#
498e8a909bc308283d3713bb348246fe51de059cyoshiki# When distributing Covered Code, include this CDDL HEADER in each
498e8a909bc308283d3713bb348246fe51de059cyoshiki# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
498e8a909bc308283d3713bb348246fe51de059cyoshiki# If applicable, add the following below this CDDL HEADER, with the
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# fields enclosed by brackets "[]" replaced with your own identifying
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# information: Portions Copyright [yyyy] [name of copyright owner]
472309252b522ae1fd62e4eb745abea2067769b3yoshiki#
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# CDDL HEADER END
472309252b522ae1fd62e4eb745abea2067769b3yoshiki#
472309252b522ae1fd62e4eb745abea2067769b3yoshiki#
472309252b522ae1fd62e4eb745abea2067769b3yoshiki# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
4623c7971666391ad157a24769d9b5b32911911dyoshiki#
4623c7971666391ad157a24769d9b5b32911911dyoshiki
4623c7971666391ad157a24769d9b5b32911911dyoshikiMODULE = idm.so
4623c7971666391ad157a24769d9b5b32911911dyoshikiMDBTGT = kvm
472309252b522ae1fd62e4eb745abea2067769b3yoshiki
472309252b522ae1fd62e4eb745abea2067769b3yoshikiMODSRCS = idm.c
472309252b522ae1fd62e4eb745abea2067769b3yoshiki
472309252b522ae1fd62e4eb745abea2067769b3yoshikiISCSITBASE = ../../../../../uts/common/io/comstar/port/iscsit
472309252b522ae1fd62e4eb745abea2067769b3yoshikiISCSIBASE = ../../../../../uts/common/io/scsi/adapters/iscsi
472309252b522ae1fd62e4eb745abea2067769b3yoshikiISERBASE = ../../../../../uts/common
472309252b522ae1fd62e4eb745abea2067769b3yoshiki
472309252b522ae1fd62e4eb745abea2067769b3yoshikiinclude ../../../../Makefile.cmd
472309252b522ae1fd62e4eb745abea2067769b3yoshikiinclude ../../../../Makefile.cmd.64
472309252b522ae1fd62e4eb745abea2067769b3yoshikiinclude ../../Makefile.amd64
472309252b522ae1fd62e4eb745abea2067769b3yoshikiinclude ../../../Makefile.module
472309252b522ae1fd62e4eb745abea2067769b3yoshiki
472309252b522ae1fd62e4eb745abea2067769b3yoshikiCPPFLAGS += -I$(ISCSITBASE)
472309252b522ae1fd62e4eb745abea2067769b3yoshikiCPPFLAGS += -I$(ISCSIBASE)
472309252b522ae1fd62e4eb745abea2067769b3yoshikiCPPFLAGS += -I$(ISERBASE)
472309252b522ae1fd62e4eb745abea2067769b3yoshiki
4623c7971666391ad157a24769d9b5b32911911dyoshikiCERRWARN += -_gcc=-Wno-uninitialized
4623c7971666391ad157a24769d9b5b32911911dyoshiki