INTRODUCTION
------------
-This is a direct Java binding for OpenCL 2.1 and Java 11.
+This is a direct Java binding for OpenCL 2.1 and Java 13.
I originally wrote it over a few days mostly just to pass the time and
the goals were:
Standard GNU development tools and a Java JDK are required in order to
compile zcl (ant is not used). perl and cproto are also required.
-Java 11 is probably required.
+Java 13 is the baseline used but JDK 9+ may work.
The prequisitve project notzed.nativez must also have previously been
compiled and will be automatically used if it is present in the
TARGET ?= linux-amd64
-JAVA_HOME ?= /usr/local/jdk-11.0.2
+JAVA_HOME ?= /usr/local/jdk-13+33
# See also JAVACFLAGS --module-path
NATIVEZ_HOME=../nativez/bin/$(TARGET)
JAVAMODPATH = $(NATIVEZ_HOME)/lib
-JAVACFLAGS += -source 11
+JAVACFLAGS += -source 13
JAVAC ?= javac
JAR ?= jar