File: make.gluegen.all.sh

package info (click to toggle)
gluegen2 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,992 kB
  • ctags: 6,760
  • sloc: java: 32,368; xml: 2,797; ansic: 2,287; sh: 1,206; makefile: 73
file content (9 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#! /bin/sh

SDIR=`dirname $0` 

$SDIR/make.gluegen.all.linux-armv6-cross.sh \
&& $SDIR/make.gluegen.all.linux-armv6hf-cross.sh \
&& $SDIR/make.gluegen.all.linux-x86_64.sh \
&& $SDIR/make.gluegen.all.linux-x86.sh \
&& $SDIR/make.gluegen.all.android-armv6-cross.sh \