make/lib/Lib-java.desktop.gmk
changeset 47336 6694369ed3f9
parent 47217 72e3ae9a25eb
child 49252 6628683fde28
equal deleted inserted replaced
47335:e8bd8e969070 47336:6694369ed3f9
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 include LibCommon.gmk
    26 include LibCommon.gmk
    27 
    27 
       
    28 # Hook to include the corresponding custom file, if present.
       
    29 $(eval $(call IncludeCustomExtension, lib/Lib-java.desktop.gmk))
       
    30 
    28 # Prepare the find cache.
    31 # Prepare the find cache.
    29 $(eval $(call FillCacheFind, $(wildcard $(TOPDIR)/src/java.desktop/*/native \
    32 LIB_java.desktop_SRC_DIRS += $(TOPDIR)/src/java.desktop/*/native
    30     $(TOPDIR)/src/*/java.desktop/*/native)))
    33 
       
    34 $(eval $(call FillCacheFind, $(wildcard $(LIB_java.desktop_SRC_DIRS))))
    31 
    35 
    32 include LibosxLibraries.gmk
    36 include LibosxLibraries.gmk
    33 include PlatformLibraries.gmk
    37 include PlatformLibraries.gmk
    34 include Awt2dLibraries.gmk
    38 include Awt2dLibraries.gmk
    35 include SoundLibraries.gmk
    39 include SoundLibraries.gmk