This project provides rules for building java programs. It also makes it
easy to make java projects that interact with the GNUstep libraries.
— Java:
JAVA_FILES
xxx_JAVA_FILES
is the list of files to be compiled by
the java compiler. There can only be one java class per file;
please don't declare more than one class in a single .java
file.