jdk/make/lib/Lib-java.desktop.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.desktop/*/native \
       
    30     $(JDK_TOPDIR)/src/*/java.desktop/*/native)))
       
    31 
    28 include PlatformLibraries.gmk
    32 include PlatformLibraries.gmk
    29 include Awt2dLibraries.gmk
    33 include Awt2dLibraries.gmk
    30 include SoundLibraries.gmk
    34 include SoundLibraries.gmk
    31 
    35 
    32 java.desktop: $(DESKTOP_LIBRARIES)
    36 java.desktop: $(DESKTOP_LIBRARIES)