Makefile
changeset 7876 c2a288bdcca1
parent 7873 4ff5acee11e8
child 8441 30f5ad688d4a
equal deleted inserted replaced
7875:da01d4755503 7876:c2a288bdcca1
   358 COMPILER_PATH.desc         = Compiler install directory
   358 COMPILER_PATH.desc         = Compiler install directory
   359 CACERTS_FILE.desc          = Location of certificates file
   359 CACERTS_FILE.desc          = Location of certificates file
   360 DEVTOOLS_PATH.desc         = Directory containing zip and gnumake
   360 DEVTOOLS_PATH.desc         = Directory containing zip and gnumake
   361 CUPS_HEADERS_PATH.desc     = Include directory location for CUPS header files
   361 CUPS_HEADERS_PATH.desc     = Include directory location for CUPS header files
   362 DXSDK_PATH.desc            = Root directory of DirectX SDK
   362 DXSDK_PATH.desc            = Root directory of DirectX SDK
   363 MSVCRT_DLL_PATH.desc       = Directory containing mscvrt.dll
       
   364 
   363 
   365 # Make variables to print out (description and value)
   364 # Make variables to print out (description and value)
   366 VARIABLE_PRINTVAL_LIST +=       \
   365 VARIABLE_PRINTVAL_LIST +=       \
   367     OUTPUTDIR                   \
   366     OUTPUTDIR                   \
   368     PARALLEL_COMPILE_JOBS       \
   367     PARALLEL_COMPILE_JOBS       \
   387 
   386 
   388 # Some are windows specific
   387 # Some are windows specific
   389 ifeq ($(PLATFORM), windows)
   388 ifeq ($(PLATFORM), windows)
   390 
   389 
   391 VARIABLE_PRINTVAL_LIST +=       \
   390 VARIABLE_PRINTVAL_LIST +=       \
   392     DXSDK_PATH                  \
   391     DXSDK_PATH
   393     MSVCRT_DLL_PATH
       
   394 
   392 
   395 VARIABLE_CHECKDIR_LIST +=       \
   393 VARIABLE_CHECKDIR_LIST +=       \
   396     DXSDK_PATH                  \
   394     DXSDK_PATH
   397     MSVCRT_DLL_PATH
       
   398 
   395 
   399 endif
   396 endif
   400 
   397 
   401 # For pattern rules below, so all are treated the same
   398 # For pattern rules below, so all are treated the same
   402 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)
   399 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)