aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-26 00:34:45 +0100
committerSven Gothel <[email protected]>2014-01-26 00:34:45 +0100
commit2b5522690722cb3b02a4b2aced6e4bd7b2f82dfe (patch)
tree44310a515a3aa77b55ff61bb4c2d230bf788f6f7
parent23183ccf782c0252957c8d9cf2b51f70b9815acf (diff)
Build: Move gluegen config files into make/config (cleanup)
-rwxr-xr-xmake/build.xml6
-rwxr-xr-xmake/config/joal-alc-CustomJavaCode.java (renamed from make/joal-alc-CustomJavaCode.java)0
-rwxr-xr-xmake/config/joal-alc-constants.cfg (renamed from make/joal-alc-constants.cfg)0
-rwxr-xr-xmake/config/joal-alc-impl-CustomCCode.c (renamed from make/joal-alc-impl-CustomCCode.c)0
-rwxr-xr-xmake/config/joal-alc.cfg (renamed from make/joal-alc.cfg)0
-rwxr-xr-xmake/config/joal-alcabstract-CustomJavaCode.java (renamed from make/joal-alcabstract-CustomJavaCode.java)0
-rw-r--r--make/config/joal-alext-constants.cfg (renamed from make/joal-alext-constants.cfg)0
-rw-r--r--make/config/joal-alext.cfg (renamed from make/joal-alext.cfg)0
-rw-r--r--make/config/joal-alextabstract-CustomJavaCode.java (renamed from make/joal-alextabstract-CustomJavaCode.java)0
-rwxr-xr-xmake/config/joal-common-CustomCCode.c (renamed from make/joal-common-CustomCCode.c)0
-rw-r--r--make/config/joal-common-CustomJavaCode.java (renamed from make/joal-common-CustomJavaCode.java)0
-rwxr-xr-xmake/config/joal-common.cfg (renamed from make/joal-common.cfg)0
-rwxr-xr-xmake/config/joal-constants.cfg (renamed from make/joal-constants.cfg)0
-rwxr-xr-xmake/config/joal.cfg (renamed from make/joal.cfg)0
14 files changed, 3 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index 941e6d3..fc6147b 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -141,8 +141,8 @@
<property name="obj.joal" value="${project.root}/${rootrel.obj.joal}" />
<!-- The headers from which Java files are generated -->
- <property name="config" value="${project.root}/make" />
- <property name="stub.includes" value="${config}/stub_includes" />
+ <property name="config" value="${project.root}/make/config" />
+ <property name="stub.includes" value="${project.root}/make/stub_includes" />
<property name="stub.includes.dir" value="stub_includes" /> <!-- NOTE: this MUST be relative for FileSet -->
<property name="stub.includes.openal" value="${stub.includes}/openal" />
<dirset id="stub.includes.fileset.all" dir=".">
@@ -152,7 +152,7 @@
<include name="openal/**" />
</fileset>
<fileset id="stub.includes.dependencies.fileset.2" file="${gluegen.jar}" />
- <fileset id="stub.includes.dependencies.fileset.3" dir=".">
+ <fileset id="stub.includes.dependencies.fileset.3" dir="config">
<include name="*.cfg" />
<include name="*.java" />
<include name="*.c" />
diff --git a/make/joal-alc-CustomJavaCode.java b/make/config/joal-alc-CustomJavaCode.java
index be28d8c..be28d8c 100755
--- a/make/joal-alc-CustomJavaCode.java
+++ b/make/config/joal-alc-CustomJavaCode.java
diff --git a/make/joal-alc-constants.cfg b/make/config/joal-alc-constants.cfg
index 83ea061..83ea061 100755
--- a/make/joal-alc-constants.cfg
+++ b/make/config/joal-alc-constants.cfg
diff --git a/make/joal-alc-impl-CustomCCode.c b/make/config/joal-alc-impl-CustomCCode.c
index 9207210..9207210 100755
--- a/make/joal-alc-impl-CustomCCode.c
+++ b/make/config/joal-alc-impl-CustomCCode.c
diff --git a/make/joal-alc.cfg b/make/config/joal-alc.cfg
index efba5a6..efba5a6 100755
--- a/make/joal-alc.cfg
+++ b/make/config/joal-alc.cfg
diff --git a/make/joal-alcabstract-CustomJavaCode.java b/make/config/joal-alcabstract-CustomJavaCode.java
index debadad..debadad 100755
--- a/make/joal-alcabstract-CustomJavaCode.java
+++ b/make/config/joal-alcabstract-CustomJavaCode.java
diff --git a/make/joal-alext-constants.cfg b/make/config/joal-alext-constants.cfg
index 4cd8cf0..4cd8cf0 100644
--- a/make/joal-alext-constants.cfg
+++ b/make/config/joal-alext-constants.cfg
diff --git a/make/joal-alext.cfg b/make/config/joal-alext.cfg
index da63612..da63612 100644
--- a/make/joal-alext.cfg
+++ b/make/config/joal-alext.cfg
diff --git a/make/joal-alextabstract-CustomJavaCode.java b/make/config/joal-alextabstract-CustomJavaCode.java
index e467fc7..e467fc7 100644
--- a/make/joal-alextabstract-CustomJavaCode.java
+++ b/make/config/joal-alextabstract-CustomJavaCode.java
diff --git a/make/joal-common-CustomCCode.c b/make/config/joal-common-CustomCCode.c
index e620735..e620735 100755
--- a/make/joal-common-CustomCCode.c
+++ b/make/config/joal-common-CustomCCode.c
diff --git a/make/joal-common-CustomJavaCode.java b/make/config/joal-common-CustomJavaCode.java
index 5df6cfd..5df6cfd 100644
--- a/make/joal-common-CustomJavaCode.java
+++ b/make/config/joal-common-CustomJavaCode.java
diff --git a/make/joal-common.cfg b/make/config/joal-common.cfg
index 36a8e8b..36a8e8b 100755
--- a/make/joal-common.cfg
+++ b/make/config/joal-common.cfg
diff --git a/make/joal-constants.cfg b/make/config/joal-constants.cfg
index 1385370..1385370 100755
--- a/make/joal-constants.cfg
+++ b/make/config/joal-constants.cfg
diff --git a/make/joal.cfg b/make/config/joal.cfg
index 661b84e..661b84e 100755
--- a/make/joal.cfg
+++ b/make/config/joal.cfg