From 9ecc606bce374ea093c6321f2d4921b5019a0b18 Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Sun, 15 Dec 2013 16:16:18 -0600 Subject: Bug 884: Add standard JogAmp build files. The new make/build.xml successfully builds and tests the project. The original NetBeans build files are still present, but won't work anymore since the resources directory is now inside the make directory. The new build files are based on those of JOAL. The new build is not yet minimized and cleaned up, because this commit is meant to be the minimum way to get things functional. --- make/resources/cl-sampler-if.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 make/resources/cl-sampler-if.cfg (limited to 'make/resources/cl-sampler-if.cfg') diff --git a/make/resources/cl-sampler-if.cfg b/make/resources/cl-sampler-if.cfg new file mode 100644 index 00000000..5329b7f5 --- /dev/null +++ b/make/resources/cl-sampler-if.cfg @@ -0,0 +1,12 @@ +Include cl-common.cfg + +Style InterfaceOnly + +ClassJavadoc CLSamplerBinding /** +ClassJavadoc CLSamplerBinding * Java bindings to OpenCL sampler objects. +ClassJavadoc CLSamplerBinding * @author Michael Bien, GlueGen, et al. +ClassJavadoc CLSamplerBinding */ +JavaClass CLSamplerBinding + +IgnoreNot .*CreateSampler.*|.*GetSamplerInfo.*|.*RetainSampler.*|.*ReleaseSampler.*|CL_SAMPLER_.*|CL_ADDRESS_.*|CL_FILTER_.* + -- cgit v1.2.3