RFR: 8330107: Split Awt2dLibraries.gmk into separate AWT and 2D files
Magnus Ihse Bursie
ihse at openjdk.org
Mon Apr 15 11:37:40 UTC 2024
On Thu, 11 Apr 2024 13:53:23 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> The file to build most of the java.desktop native libraries, Awt2dLibraries.gmk, is large and unstructured, making it hard to navigate.
>
> I want to split it into two parts, one for the AWT libraries, and one for the 2D libraries. I also used this opportunity to change the order to be more logical (e.g. grouping "image" libraries and "font" libraries in 2D).
To rephrase myself: The goal here is to bring a huge Makefile into manageable chunks. I thought this could be done by separating AWT and 2D, but if that is not possible then any kind of predictable split is fine. I could just as well order libraries alphabetically by name and split the file half way down.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18743#issuecomment-2056613043
More information about the build-dev
mailing list