From 46cc6ebfb2f53daebceb9a36b553ff01af56999f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 17 Feb 2014 05:03:54 +0100 Subject: build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c uptodate (use java.generate.skip); Put native code on gensrc/native/jocl --- make/build.xml | 11 ++++++++--- make/config/cl-common.cfg | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/make/build.xml b/make/build.xml index 694cfe9b..36aa8c05 100644 --- a/make/build.xml +++ b/make/build.xml @@ -128,7 +128,7 @@ - + @@ -288,7 +288,7 @@ + targetfile="${src.generated.c}/CLAbstractImpl_JNI.c"> @@ -371,7 +371,12 @@ - from the C OpenCL headers. This involves setting the taskdef and creating - the classpath reference id then running the task on each header. --> - + + + + + + diff --git a/make/config/cl-common.cfg b/make/config/cl-common.cfg index d89643b9..8e1adf16 100644 --- a/make/config/cl-common.cfg +++ b/make/config/cl-common.cfg @@ -1,5 +1,5 @@ JavaOutputDir gensrc/java -NativeOutputDir gensrc/native +NativeOutputDir gensrc/native/jocl Package com.jogamp.opencl.llb -- cgit v1.2.3