make/lib/LibCommon.gmk
branchihse-jdk-library-branch
changeset 56454 82c3ae69914f
parent 56421 92bea2b7732a
child 56511 2b67c11c0db6
equal deleted inserted replaced
56435:e177cddcbf77 56454:82c3ae69914f
    89 # Param 3 - optional subdir for library
    89 # Param 3 - optional subdir for library
    90 FindStaticLib = \
    90 FindStaticLib = \
    91     $(addprefix $(SUPPORT_OUTPUTDIR)/native/, \
    91     $(addprefix $(SUPPORT_OUTPUTDIR)/native/, \
    92         $(strip $1)$(strip $3)/$(LIBRARY_PREFIX)$(strip $2)$(STATIC_LIBRARY_SUFFIX))
    92         $(strip $1)$(strip $3)/$(LIBRARY_PREFIX)$(strip $2)$(STATIC_LIBRARY_SUFFIX))
    93 
    93 
    94 ################################################################################
       
    95 # Define the header include flags needed to compile against it.
       
    96 LIBJAVA_HEADER_FLAGS := $(addprefix -I, $(call FindSrcDirsForLib, java.base, java))
       
    97 
       
    98 # Put the libraries here.
    94 # Put the libraries here.
    99 INSTALL_LIBRARIES_HERE := $(call FindLibDirForModule, $(MODULE))
    95 INSTALL_LIBRARIES_HERE := $(call FindLibDirForModule, $(MODULE))
   100 
    96 
   101 ################################################################################
    97 ################################################################################