# Copyright (c) Microsoft Corporation.  All rights reserved.
#
# DO NOT EDIT this file, which just invokes the real make file that is shared
# by all the driver components of the Windows NT DDK.  All component specific
# build information belongs in the 'sources' file.
!IF DEFINED(_NT_TARGET_VERSION)
!    IF $(_NT_TARGET_VERSION)>=0x600
!        INCLUDE $(NTMAKEENV)\makefile.def
!    ELSE
#               Only warn once per directory
!               INCLUDE $(NTMAKEENV)\makefile.plt
!               IF "$(BUILD_PASS)"=="PASS1"
!            message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.
!               ENDIF
!    ENDIF
!ELSE
!    INCLUDE $(NTMAKEENV)\makefile.def
!ENDIF


