Next: , Previous: framework.make, Up: Project Types



1.4.8 Java (java.make)

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_PACKAGE_NAME

JAVA_PACKAGE_NAME is the name of the java package to be generated.

— 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.