#*****************************************************************************
#* FILE NAME:       sources
#* FILE CONTAINS:
#* DESCRIPTION:     Make driver from sources
#* NOTES:           
#*****************************************************************************
#*                   INTEL CORPORATION PROPRIETARY INFORMATION
#*     This software is supplied under the terms of a license agreement or
#*     nondisclosure agreement with Intel Corporation and may not be copied
#*     or disclosed except in accordance with the terms of that agreement.
#*           Copyright (c) 1995 Intel Corporation.  All Rights Reserved.
#*****************************************************************************
#*
#* NOTE:
#*
#*  1 - "w2k_drv.c" is only for NT 4 or Win 2000.
#*
#*  2 - "DebugPrint.c" is only for NT 4 or Win 2000 and is intended only for
#*      development purposes.
#*
#*****************************************************************************

TARGETNAME = imbdrv
TARGETPATH = ..\drivers\lib\$(DDKBUILDENV)
TARGETTYPE = DRIVER
TARGETLIBS= $(DDK_LIB_PATH)\wmilib.lib

INCLUDES = .

C_DEFINES   = $(C_DEFINES) -DD_SupportWin2000
# If DO_HIST is defined, include hist.c in the sources file list to compile.
#C_DEFINES  = $(C_DEFINES) -DD_SupportWin2000 -DD_DiagMsgEnable -DD_CompilerDiagnostics -DD_ENABLEPERF -DDO_HIST

# Addition by Wipro for Driver Merging Activity for ISM8.0
# Additional files are introduced
SOURCES =   IMBDrv.mof          \
            version.rc          \
            imb_utils.c         \
            imb_nt.c            \
            imb_drv.c           \
            imb_asyn.c          \
            memmap.c            \
            smic.c              \
            kcs.c               \
            IMBDrvWMI.c         \
            w2k_drv.c           \
            w2k_pnp.c           \
            w2k_pm.c            \
            w2k_wmi.c           \
            smbios.c            \
			pci.c               \
			smb.c          
#            hist.c              \
#            DebugPrint.c

NTTARGETFILE0 = imb_log.h       \
                IMBDrvMOF.h     \
                IMBDrvMOF.x     \
                IMBDrvMOF.vbs

