Lines Matching full:build
4 # directory. It depends on the Android emulator build scripts
5 # that should normally be located in ../emulator/android/build
14 # try to find the Android build directory automatically
16 if [ -f ../../android/build/common.sh ] ; then
30 if [ ! -f $ANDROID_QEMU_PATH/android/build/common.sh ] ; then
32 echo "contains the Android emulator build scripts."
37 . $ANDROID_QEMU_PATH/android/build/common.sh
89 echo " --try-64 try to build a 64-bit executable (may crash)"
110 # we can build SDL with Cygwin, so enable it
150 # BUILD_CFLAGS are used to build SDL, but SDL_CFLAGS are used
431 ### Build the config sub-makefile
460 make_add "BUILD_SYSTEM=$ANDROID_QEMU_PATH/android/build"
476 ### Build the final sdl-config script from the template
481 # build a sed script that will replace all @VARIABLES@ in the template
522 if [ "$OPTION_FORCE_AUTODETECT" != "yes" -a -f android/build/$OS/$1 ] ; then
523 log "Setup : Copying $1 from android/build/$OS"
524 cp -f android/build/$OS/$1 objs/$1