make/lib/Lib-java.desktop.gmk
changeset 54380 e297c7bb6469
parent 53683 48ff68e2fe5c
equal deleted inserted replaced
54379:40a7e2fc9beb 54380:e297c7bb6469
     1 #
     1 #
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    27 
    27 
    28 # Hook to include the corresponding custom file, if present.
    28 # Hook to include the corresponding custom file, if present.
    29 $(eval $(call IncludeCustomExtension, lib/Lib-java.desktop.gmk))
    29 $(eval $(call IncludeCustomExtension, lib/Lib-java.desktop.gmk))
    30 
    30 
    31 # Prepare the find cache.
    31 # Prepare the find cache.
    32 $(eval $(call FillCacheFind, $(wildcard $(TOPDIR)/src/java.desktop/*/native)))
    32 $(call FillFindCache, $(wildcard $(TOPDIR)/src/java.desktop/*/native))
    33 
    33 
    34 ################################################################################
    34 ################################################################################
    35 # Create the AWT/2D libraries
    35 # Create the AWT/2D libraries
    36 
    36 
    37 include Awt2dLibraries.gmk
    37 include Awt2dLibraries.gmk