common/autoconf/spec.gmk.in

Print this page




 519 HG:=@HG@
 520 OBJCOPY:=@OBJCOPY@
 521 SETFILE:=@SETFILE@
 522 
 523 FIXPATH:=@FIXPATH@
 524 
 525 # Where the build output is stored for your convenience.
 526 BUILD_LOG:=@BUILD_LOG@
 527 BUILD_LOG_PREVIOUS:=@BUILD_LOG_PREVIOUS@
 528 # Disable the build log wrapper on sjavac+winapi until
 529 # we have solved how to prevent the log wrapper to wait
 530 # for the background sjavac server process.
 531 ifeq (@ENABLE_SJAVAC@X@OPENJDK_BUILD_OS_API@,yesXwinapi)
 532     BUILD_LOG_WRAPPER:=
 533 else
 534     BUILD_LOG_WRAPPER:=@BUILD_LOG_WRAPPER@
 535 endif
 536 
 537 # Build setup
 538 ENABLE_JFR=@ENABLE_JFR@

 539 USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
 540 USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
 541 USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
 542 LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
 543 MSVCR_DLL:=@MSVCR_DLL@
 544 
 545 
 546 # ADD_SRCS takes a single argument with source roots
 547 # and appends any corresponding source roots found
 548 # below --with-add-source-root and below
 549 # --with-override-source-root. It is the responsibility
 550 # of the next macro to get rid of superfluous files.
 551 ADD_SRCS=$1
 552 ifneq (,$(ADD_SRC_ROOT))
 553     # Append wildcard rule to pickup any matching source roots found below ADD_SRC_ROOT 
 554     ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(ADD_SRC_ROOT),$1))
 555 endif
 556 ifneq (,$(OVERRIDE_SRC_ROOT))
 557     # Append wildcard rule to pickup any matching source roots found below OVERRIDE_SRC_ROOT 
 558     ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(OVERRIDE_SRC_ROOT),$1))




 519 HG:=@HG@
 520 OBJCOPY:=@OBJCOPY@
 521 SETFILE:=@SETFILE@
 522 
 523 FIXPATH:=@FIXPATH@
 524 
 525 # Where the build output is stored for your convenience.
 526 BUILD_LOG:=@BUILD_LOG@
 527 BUILD_LOG_PREVIOUS:=@BUILD_LOG_PREVIOUS@
 528 # Disable the build log wrapper on sjavac+winapi until
 529 # we have solved how to prevent the log wrapper to wait
 530 # for the background sjavac server process.
 531 ifeq (@ENABLE_SJAVAC@X@OPENJDK_BUILD_OS_API@,yesXwinapi)
 532     BUILD_LOG_WRAPPER:=
 533 else
 534     BUILD_LOG_WRAPPER:=@BUILD_LOG_WRAPPER@
 535 endif
 536 
 537 # Build setup
 538 ENABLE_JFR=@ENABLE_JFR@
 539 ENABLE_INTREE_EC=@ENABLE_INTREE_EC@
 540 USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
 541 USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
 542 USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@
 543 LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@
 544 MSVCR_DLL:=@MSVCR_DLL@
 545 
 546 
 547 # ADD_SRCS takes a single argument with source roots
 548 # and appends any corresponding source roots found
 549 # below --with-add-source-root and below
 550 # --with-override-source-root. It is the responsibility
 551 # of the next macro to get rid of superfluous files.
 552 ADD_SRCS=$1
 553 ifneq (,$(ADD_SRC_ROOT))
 554     # Append wildcard rule to pickup any matching source roots found below ADD_SRC_ROOT 
 555     ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(ADD_SRC_ROOT),$1))
 556 endif
 557 ifneq (,$(OVERRIDE_SRC_ROOT))
 558     # Append wildcard rule to pickup any matching source roots found below OVERRIDE_SRC_ROOT 
 559     ADD_SRCS+=$(wildcard $(subst $(SRC_ROOT),$(OVERRIDE_SRC_ROOT),$1))