jdk/make/lib/Lib-java.base.gmk
changeset 26192 33b90e93e3bf
parent 25859 3317bb8137f4
child 27565 729f9700483a
equal deleted inserted replaced
26191:a0ff4b39d34b 26192:33b90e93e3bf
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 include LibCommon.gmk
    26 include LibCommon.gmk
    27 
    27 
       
    28 # Prepare the find cache.
       
    29 $(eval $(call FillCacheFind, $(wildcard $(JDK_TOPDIR)/src/java.base/*/native \
       
    30     $(JDK_TOPDIR)/src/*/java.base/*/native)))
       
    31 
    28 include CoreLibraries.gmk
    32 include CoreLibraries.gmk
    29 include NetworkingLibraries.gmk
    33 include NetworkingLibraries.gmk
    30 include NioLibraries.gmk
    34 include NioLibraries.gmk
    31 
    35 
    32 java.base: $(BASE_LIBRARIES) $(BASE_STATIC_LIBRARIES) $(NPT_LIBRARIES)
    36 java.base: $(BASE_LIBRARIES) $(BASE_STATIC_LIBRARIES) $(NPT_LIBRARIES)