Makefile
changeset 19902 cf163cac11f6
parent 19758 3e519fa7e632
child 21759 e24e22311718
equal deleted inserted replaced
19901:261ae91f2b65 19902:cf163cac11f6
   402 JDK_IMPORT_PATH.desc       = JDK used to import components of the build
   402 JDK_IMPORT_PATH.desc       = JDK used to import components of the build
   403 COMPILER_PATH.desc         = Compiler install directory
   403 COMPILER_PATH.desc         = Compiler install directory
   404 CACERTS_FILE.desc          = Location of certificates file
   404 CACERTS_FILE.desc          = Location of certificates file
   405 DEVTOOLS_PATH.desc         = Directory containing zip and gnumake
   405 DEVTOOLS_PATH.desc         = Directory containing zip and gnumake
   406 CUPS_HEADERS_PATH.desc     = Include directory location for CUPS header files
   406 CUPS_HEADERS_PATH.desc     = Include directory location for CUPS header files
   407 DXSDK_PATH.desc            = Root directory of DirectX SDK
       
   408 
   407 
   409 # Make variables to print out (description and value)
   408 # Make variables to print out (description and value)
   410 VARIABLE_PRINTVAL_LIST +=       \
   409 VARIABLE_PRINTVAL_LIST +=       \
   411     OUTPUTDIR                   \
   410     OUTPUTDIR                   \
   412     PARALLEL_COMPILE_JOBS       \
   411     PARALLEL_COMPILE_JOBS       \
   426     DEVTOOLS_PATH 
   425     DEVTOOLS_PATH 
   427 
   426 
   428 # Make variables that should refer to files that exist
   427 # Make variables that should refer to files that exist
   429 VARIABLE_CHECKFIL_LIST +=       \
   428 VARIABLE_CHECKFIL_LIST +=       \
   430     CACERTS_FILE
   429     CACERTS_FILE
   431 
       
   432 # Some are windows specific
       
   433 ifeq ($(PLATFORM), windows)
       
   434 
       
   435 VARIABLE_PRINTVAL_LIST +=       \
       
   436     DXSDK_PATH
       
   437 
       
   438 VARIABLE_CHECKDIR_LIST +=       \
       
   439     DXSDK_PATH
       
   440 
       
   441 endif
       
   442 
   430 
   443 # For pattern rules below, so all are treated the same
   431 # For pattern rules below, so all are treated the same
   444 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)
   432 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)
   445 DO_CHECKDIR_LIST=$(VARIABLE_CHECKDIR_LIST:%=%.checkdir)
   433 DO_CHECKDIR_LIST=$(VARIABLE_CHECKDIR_LIST:%=%.checkdir)
   446 DO_CHECKFIL_LIST=$(VARIABLE_CHECKFIL_LIST:%=%.checkfil)
   434 DO_CHECKFIL_LIST=$(VARIABLE_CHECKFIL_LIST:%=%.checkfil)