From 2b5522690722cb3b02a4b2aced6e4bd7b2f82dfe Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Jan 2014 00:34:45 +0100 Subject: Build: Move gluegen config files into make/config (cleanup) --- make/config/joal-alext-constants.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 make/config/joal-alext-constants.cfg (limited to 'make/config/joal-alext-constants.cfg') 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.+ -- cgit v1.2.3