#
# Quantis PCI driver
#
# Copyright (c) 2004-2010 id Quantique SA, Carouge/Geneva, Switzerland
# All rights reserved.
#
 
TARGETNAME = QuantisPCI
TARGETTYPE = DRIVER

KMDF_VERSION_MAJOR = 1

TARGETLIBS = $(TARGETLIBS) \
             $(DDK_LIB_PATH)\ntstrsafe.lib

# INF file generation
#INF_NAME = QuantisPCI
#NTTARGETFILE0 = $(OBJ_PATH)\$(O)\$(INF_NAME).inf
#PASS0_BINPLACE = $(NTTARGETFILE0)

INCLUDES = ..\common

SOURCES = Quantis.c \
          QuantisOp.c \
          Transfer.c \
          Driver.c 

# Options to pass to the compilers and translators for all files
# There is other global variables for specific situations (like
# compiling. 
# /FAs generate assembly listing with source. Useful to do some optimization
# and check effect of some C code change.      
C_DEFINES=$(C_DEFINES) /FAcs  
# Use the following definition to add extra debug message in code
#C_DEFINES=$(C_DEFINES) /FAs -DQUANTIS_DEBUG

#
# Generate WPP tracing code
#
RUN_WPP = $(SOURCES)                     \
          -km                            \
          -gen:{km-WdfDefault.tpl}*.tmh
         
TARGET_DESTINATION = wdf

# Temporarily excuse usage of serviceability impairing macros in code...
ALLOW_DATE_TIME = 1

