aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/joal-alext-constants.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/joal-alext-constants.cfg')
-rw-r--r--make/config/joal-alext-constants.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/make/config/joal-alext-constants.cfg b/make/config/joal-alext-constants.cfg
new file mode 100644
index 0000000..4cd8cf0
--- /dev/null
+++ b/make/config/joal-alext-constants.cfg
@@ -0,0 +1,14 @@
+# This .cfg file is used to generate the ALCConstants interface.
+Include joal-common.cfg
+
+Style InterfaceOnly
+JavaClass ALExtConstants
+
+ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/AL.java
+ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALConstants.java
+ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALC.java
+ExtendedIntfAndImplSymbolsIgnore ../build-temp/gensrc/classes/com/jogamp/openal/ALCConstants.java
+
+# Factor out the OpenAL constants into their own interface
+#IgnoreNot ^ALC_.+
+IgnoreNot ^AL.+