]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
targets targets targets targets ;) ./all compile wgl
authorRudolf Polzer <divverent@alientrap.org>
Mon, 26 Apr 2010 20:48:14 +0000 (22:48 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 26 Apr 2010 20:48:14 +0000 (22:48 +0200)
all

diff --git a/all b/all
index 6166c77cf1d9461bce81868b9eebdf94b89f252b..15a98b79b908adf03a2fdb14155ec56ce402215d 100755 (executable)
--- a/all
+++ b/all
@@ -352,6 +352,25 @@ case "$cmd" in
                done
                ;;
        compile)
                done
                ;;
        compile)
+               if [ -n "$WE_HATE_OUR_USERS" ]; then
+                       TARGETS="sv-debug cl-debug"
+               else
+                       TARGETS="sv-debug cl-debug sdl-debug"
+               fi
+               case "$1" in
+                       sdl)
+                               TARGETS="sdl-debug"
+                               shift
+                               ;;
+                       glx|agl|wgl)
+                               TARGETS="cl-debug"
+                               shift
+                               ;;
+                       dedicated)
+                               TARGETS="sv-debug"
+                               shift
+                               ;;
+               esac
                if [ -z "$MAKEFLAGS" ]; then
                        if [ -f /proc/cpuinfo ]; then
                                ncpus=$((`grep -c '^processor   :' /proc/cpuinfo`+0))
                if [ -z "$MAKEFLAGS" ]; then
                        if [ -f /proc/cpuinfo ]; then
                                ncpus=$((`grep -c '^processor   :' /proc/cpuinfo`+0))
@@ -365,11 +384,9 @@ case "$cmd" in
                enter "$d0/data/xonotic-data.pk3dir" verbose
                verbose make FTEQCC="$d0/fteqcc/fteqcc.bin" $MAKEFLAGS
                enter "$d0/darkplaces" verbose
                enter "$d0/data/xonotic-data.pk3dir" verbose
                verbose make FTEQCC="$d0/fteqcc/fteqcc.bin" $MAKEFLAGS
                enter "$d0/darkplaces" verbose
-               verbose make $MAKEFLAGS sv-debug
-               verbose make $MAKEFLAGS cl-debug
-               if ! [ -n "$WE_HATE_OUR_USERS" ]; then
-                       verbose make $MAKEFLAGS sdl-debug
-               fi
+               for T in $TARGETS; do
+                       verbose make $MAKEFLAGS "$T"
+               done
                ;;
        run)
                if [ -n "$WE_HATE_OUR_USERS" ]; then
                ;;
        run)
                if [ -n "$WE_HATE_OUR_USERS" ]; then