aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7-cross.sh38
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7.sh15
-rwxr-xr-xmake/scripts/tests-armv7l_eabi.sh7
3 files changed, 60 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh
new file mode 100755
index 000000000..2828d357b
--- /dev/null
+++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh
@@ -0,0 +1,38 @@
+#! /bin/sh
+
+PATH=`pwd`/../../gluegen/make/lib/linux-x86_64/arm-linux-gnueabi/bin:$PATH
+export PATH
+
+# -Dc.compiler.debug=true
+# -Dgluegen.cpptasks.detected.os=true \
+# -DisUnix=true \
+# -DisLinux=true \
+# -DisLinuxARMv7=true \
+# -DisX11=false \
+
+export HOST_UID=sven
+export HOST_IP=192.168.0.52
+export HOST_RSYNC_ROOT=PROJECTS/JOGL
+
+export TARGET_UID=jogamp
+export TARGET_IP=beagle01
+export TARGET_ROOT=/home/jogamp/projects-cross
+export TARGET_ANT_HOME=/usr/share/ant
+
+ant \
+ -Drootrel.build=build-linux-armv7 \
+ -Dgluegen.cpptasks.detected.os=true \
+ -DisUnix=true \
+ -DisLinux=true \
+ -DisLinuxARMv7=true \
+ -DisX11=true \
+ -DisCrosscompilation=true \
+ \
+ -DuseKD=true \
+ -DuseOpenMAX=true \
+ -DuseBroadcomEGL=true \
+ $* 2>&1 | tee make.jogl.all.linux-armv7-cross.log
+
+
+
+
diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh
new file mode 100755
index 000000000..fd4e95b30
--- /dev/null
+++ b/make/scripts/make.jogl.all.linux-armv7.sh
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+# -Dc.compiler.debug=true
+# -Dgluegen.cpptasks.detected.os=true \
+# -DisUnix=true \
+# -DisLinux=true \
+# -DisLinuxX86=true \
+# -DisX11=true \
+
+ant \
+ -Drootrel.build=build-linux-armv7 \
+ -DuseKD=true \
+ -DuseOpenMAX=true \
+ -DuseBroadcomEGL=true \
+ $* 2>&1 | tee make.jogl.all.linux-armv7.log
diff --git a/make/scripts/tests-armv7l_eabi.sh b/make/scripts/tests-armv7l_eabi.sh
new file mode 100755
index 000000000..e7e327075
--- /dev/null
+++ b/make/scripts/tests-armv7l_eabi.sh
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+spath=`dirname $0`
+
+. $spath/tests.sh `which java` ../build-armv7l_eabi $*
+
+