aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2015-10-03 15:12:24 -0500
committerWade Walker <[email protected]>2015-11-08 14:05:31 -0600
commit37c656e3290ff855e1752f9b8a4b830da3000b85 (patch)
tree76e0de5d788d0c250c076a481c1d376c2479c005 /make/build.xml
parent4f45fe8db1b5c3790ef2659995c2065807c3fe74 (diff)
Remove creation and all references to CL*Binding interfaces
This completes the removal of all CL*Binding interfaces; all tests pass at this point.
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml132
1 files changed, 0 insertions, 132 deletions
diff --git a/make/build.xml b/make/build.xml
index d08614a9..24704397 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -398,138 +398,6 @@
<echo message="GlueGen and JOGL stub include path: ${stub.includes.gluegen.all}"/>
<echo message="OpenCL stub include path for OpenCL version 1.1: ${toString:stub.includes.fileset.all.11}"/>
- <echo message="Generating CLContextBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-context-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLProgramBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-program-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLKernelBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-kernel-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLCommandQueueBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-queue-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLDeviceBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-device-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLMemObjBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-mem-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLImageBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-image-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLBufferBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-buffer-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLSamplerBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-sampler-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLEventBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-event-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
- <echo message="Generating CLPlatformBinding.java from OpenCL version 1.1"/>
- <gluegen src="${stub.includes}/opencl.h"
- outputRootDir="${build}"
- config="${config}/cl-platform-if.cfg"
- includeRefid="stub.includes.fileset.all.11"
- literalInclude="${stub.includes.gluegen.all}"
- emitter="com.jogamp.gluegen.JavaEmitter"
- dumpCPP="false"
- debug="false">
- <classpath refid="gluegen.classpath" />
- </gluegen>
-
<echo message="Generating CL.java from OpenCL version 1.1"/>
<gluegen src="${stub.includes}/opencl.h"
outputRootDir="${build}"