common/autoconf/configure.ac

Print this page




 194 #
 195 ###############################################################################
 196 
 197 JDKOPT_SETUP_BUILD_TWEAKS
 198 JDKOPT_DETECT_INTREE_EC
 199 
 200 ###############################################################################
 201 #
 202 # Configure parts of the build that only affect the build performance,
 203 # not the result.
 204 #
 205 ###############################################################################
 206 
 207 BPERF_SETUP_BUILD_CORES
 208 BPERF_SETUP_BUILD_MEMORY
 209 BPERF_SETUP_BUILD_JOBS
 210 
 211 # Setup smart javac (after cores and memory have been setup)
 212 BPERF_SETUP_SMART_JAVAC
 213 
 214 # Can the C/C++ compiler use precompiled headers?
 215 BPERF_SETUP_PRECOMPILED_HEADERS
 216 
 217 # Setup use of ccache, if available
 218 BPERF_SETUP_CCACHE



 219 
 220 ###############################################################################
 221 #
 222 # And now the finish...
 223 #
 224 ###############################################################################
 225 
 226 # Check for some common pitfalls
 227 BASIC_TEST_USABILITY_ISSUES
 228 
 229 # At the end, call the custom hook. (Dummy macro if no custom sources available)
 230 CUSTOM_LATE_HOOK
 231 
 232 # We're messing a bit with internal autoconf variables to put the config.status
 233 # in the output directory instead of the current directory.
 234 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
 235 # Create the actual output files. Now the main work of configure is done.
 236 AC_OUTPUT
 237 
 238 # Make the compare script executable


 194 #
 195 ###############################################################################
 196 
 197 JDKOPT_SETUP_BUILD_TWEAKS
 198 JDKOPT_DETECT_INTREE_EC
 199 
 200 ###############################################################################
 201 #
 202 # Configure parts of the build that only affect the build performance,
 203 # not the result.
 204 #
 205 ###############################################################################
 206 
 207 BPERF_SETUP_BUILD_CORES
 208 BPERF_SETUP_BUILD_MEMORY
 209 BPERF_SETUP_BUILD_JOBS
 210 
 211 # Setup smart javac (after cores and memory have been setup)
 212 BPERF_SETUP_SMART_JAVAC
 213 



 214 # Setup use of ccache, if available
 215 BPERF_SETUP_CCACHE
 216 
 217 # Can the C/C++ compiler use precompiled headers?
 218 BPERF_SETUP_PRECOMPILED_HEADERS
 219 
 220 ###############################################################################
 221 #
 222 # And now the finish...
 223 #
 224 ###############################################################################
 225 
 226 # Check for some common pitfalls
 227 BASIC_TEST_USABILITY_ISSUES
 228 
 229 # At the end, call the custom hook. (Dummy macro if no custom sources available)
 230 CUSTOM_LATE_HOOK
 231 
 232 # We're messing a bit with internal autoconf variables to put the config.status
 233 # in the output directory instead of the current directory.
 234 CONFIG_STATUS="$OUTPUT_ROOT/config.status"
 235 # Create the actual output files. Now the main work of configure is done.
 236 AC_OUTPUT
 237 
 238 # Make the compare script executable