2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A#
2N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/ALIBRARY= libmpscsi_vhci.a
2N/AVERS= .1
2N/AOBJECTS= Initialize.o MP_AssignLogicalUnitToTPG.o \
2N/A MP_CancelOverridePath.o MP_DeregForObjPropChangesPlugin.o \
2N/A MP_DeregForObjVisChangesPlugin.o MP_DisableAutoFailbackLu.o \
2N/A MP_DisableAutoFailbackPlugin.o MP_DisableAutoProbingLu.o \
2N/A MP_DisableAutoProbingPlugin.o MP_DisablePath.o \
2N/A MP_EnableAutoFailbackLu.o MP_EnableAutoFailbackPlugin.o \
2N/A MP_EnableAutoProbingLu.o MP_EnableAutoProbingPlugin.o \
2N/A MP_EnablePath.o MP_GetAssociatedPathOidList.o \
2N/A MP_GetAssociatedTPGOidList.o \
2N/A MP_GetDeviceProductOidListPlugin.o \
2N/A MP_GetDeviceProductProperties.o \
2N/A MP_GetInitiatorPortOidListPlugin.o \
2N/A MP_GetInitiatorPortProperties.o \
2N/A MP_GetMPLogicalUnitProperties.o \
2N/A MP_GetMPLuOidListFromTPG.o MP_GetMultipathLusDevProd.o \
2N/A MP_GetMultipathLusPlugin.o MP_GetPathLogicalUnitProperties.o \
2N/A MP_GetPluginPropertiesPlugin.o \
2N/A MP_GetProprietaryLBOidListPlugin.o MP_GetProprietaryLBProp.o \
2N/A MP_GetTargetPortGroupProperties.o MP_GetTargetPortOidList.o \
2N/A MP_GetTargetPortProperties.o MP_RegForObjPropChangesPlugin.o \
2N/A MP_RegForObjVisChangesPlugin.o MP_SetFailbackPollingRateLu.o \
2N/A MP_SetFailbackPollingRatePlugin.o \
2N/A MP_SetLogicalUnitLoadBalanceType.o MP_SetOverridePath.o \
2N/A MP_SetPathWeight.o MP_SetPluginLBTypePlugin.o \
2N/A MP_SetProbingPollingRateLu.o MP_SetProbingPollingRatePlugin.o \
2N/A MP_SetProprietaryProperties.o MP_SetTPGAccess.o \
2N/A Sun_MP_SendScsiCmd.o Terminate.o debug_logging.o mp_utils.o
2N/A
2N/Ainclude ../../../Makefile.lib
2N/Ainclude ../../../Makefile.rootfs
2N/A
2N/ASRCDIR = ../common
2N/A
2N/ALIBS = $(DYNLIB)
2N/ALDLIBS += -lc -ldevinfo -lsysevent -lnvpair
2N/A
2N/ACFLAGS += $(CCVERBOSE)
2N/ACPPFLAGS += -I$(SRCDIR) -D_POSIX_PTHREAD_SEMANTICS
2N/ACPPFLAGS += -DBUILD_TIME='"Wed Sep 24 12:00:00 2008"'
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Aall: stub $(LIBS)
2N/A
2N/Alint: lintcheck
2N/A
2N/Ainclude ../../../Makefile.targ