#*****************************************************************************
#* 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-2000 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
TARGETTYPE = DRIVER

INCLUDES = .

#C_DEFINES  = -DD_DiagMsgEnable -DD_CompilerDiagnostics

SOURCES =   imb_log.rc	\
		    imb_nt.c	\
		    imb_drv.c	\
		    imb_asyn.c	\
		    memmap.c	\
		    smic.c		\
		    kcs.c
#            DebugPrint.c

NTTARGETFILE0= imb_log.h
