diff options
author | Sven Gothel <[email protected]> | 2019-03-26 22:43:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-03-26 22:43:09 +0100 |
commit | d7d46dac2d3595d99099b2cf2c325ac10ded07a8 (patch) | |
tree | a7b5b1565d2a3e77f22f6a6792a5533d57a3c284 /make/scripts | |
parent | 5de3feb0bd0cefef7c72a989cc77fc99c3b8fbb7 (diff) | |
parent | 6d87df8b109f045433575cd94b22ba8d8150903a (diff) |
Merge branch 'master' of git://github.com/pini-gh/gluegen into pini-gh-master
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/make.gluegen.all.linux-ppc64le.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-ppc64le.sh b/make/scripts/make.gluegen.all.linux-ppc64le.sh new file mode 100644 index 0000000..0adc5d4 --- /dev/null +++ b/make/scripts/make.gluegen.all.linux-ppc64le.sh @@ -0,0 +1,24 @@ +#! /bin/sh + +# -Dc.compiler.debug=true \ +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxX86=true \ +# -DisX11=true \ + +MACHINE=ppc64le +ARCH=ppc64el +TRIPLET=powerpc64le-linux-gnu + +export TARGET_PLATFORM_LIBS=/usr/lib/$TRIPLET +export TARGET_JAVA_LIBS=/usr/lib/jvm/java-7-openjdk-$ARCH/jre/lib/$MACHINE + +export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-$MACHINE.xml" + +#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" +export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" + +ant \ + -Drootrel.build=build-linux-$MACHINE \ + $* 2>&1 | tee make.gluegen.all.linux-$MACHINE.log |