jdk/make/Makefile
changeset 8018 79ce40b4ab5e
parent 7666 7b994e3dd41d
child 8583 15dea0fdc2ea
equal deleted inserted replaced
8017:bc1e75dbf465 8018:79ce40b4ab5e
    98 COMPILER_PATH.desc         = Compiler install directory
    98 COMPILER_PATH.desc         = Compiler install directory
    99 CACERTS_FILE.desc          = Location of certificates file
    99 CACERTS_FILE.desc          = Location of certificates file
   100 DEVTOOLS_PATH.desc         = Directory containing zip and unzip
   100 DEVTOOLS_PATH.desc         = Directory containing zip and unzip
   101 CUPS_HEADERS_PATH.desc     = Include directory location for CUPS header files
   101 CUPS_HEADERS_PATH.desc     = Include directory location for CUPS header files
   102 DXSDK_PATH.desc            = Root directory of DirectX SDK
   102 DXSDK_PATH.desc            = Root directory of DirectX SDK
   103 MSVCRT_DLL_PATH.desc       = Directory containing mscvrt.dll
       
   104 
   103 
   105 # Make variables to print out (description and value)
   104 # Make variables to print out (description and value)
   106 VARIABLE_PRINTVAL_LIST +=       \
   105 VARIABLE_PRINTVAL_LIST +=       \
   107     OUTPUTDIR                   \
   106     OUTPUTDIR                   \
   108     PARALLEL_COMPILE_JOBS       \
   107     PARALLEL_COMPILE_JOBS       \
   131 
   130 
   132 # Some are windows specific
   131 # Some are windows specific
   133 ifeq ($(PLATFORM), windows)
   132 ifeq ($(PLATFORM), windows)
   134 
   133 
   135 VARIABLE_PRINTVAL_LIST +=       \
   134 VARIABLE_PRINTVAL_LIST +=       \
   136     DXSDK_PATH                  \
   135     DXSDK_PATH
   137     MSVCRT_DLL_PATH
       
   138 
   136 
   139 VARIABLE_CHECKDIR_LIST +=       \
   137 VARIABLE_CHECKDIR_LIST +=       \
   140     DXSDK_PATH                  \
   138     DXSDK_PATH
   141     MSVCRT_DLL_PATH
       
   142 
   139 
   143 endif
   140 endif
   144 
   141 
   145 # For pattern rules below, so all are treated the same
   142 # For pattern rules below, so all are treated the same
   146 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)
   143 DO_PRINTVAL_LIST=$(VARIABLE_PRINTVAL_LIST:%=%.printval)