aboutsummaryrefslogtreecommitdiff
path: root/extensions/compiler/makeandroid/Makefile
diff options
context:
space:
mode:
authorMiles Macklin <[email protected]>2017-06-09 13:41:15 +1200
committerMiles Macklin <[email protected]>2017-06-09 13:41:15 +1200
commit688b5f42e9bfe498d7af7075d4d8f4429867f3a3 (patch)
tree7e0d0e7c95298f0418723abd92f61ac6e16b055e /extensions/compiler/makeandroid/Makefile
parentUpdate README.md (diff)
downloadflex-1.2.0.beta.1.tar.xz
flex-1.2.0.beta.1.zip
1.2.0.beta.11.2.0.beta.1
Diffstat (limited to 'extensions/compiler/makeandroid/Makefile')
-rw-r--r--extensions/compiler/makeandroid/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/extensions/compiler/makeandroid/Makefile b/extensions/compiler/makeandroid/Makefile
index e03f411..865fd94 100644
--- a/extensions/compiler/makeandroid/Makefile
+++ b/extensions/compiler/makeandroid/Makefile
@@ -2,11 +2,11 @@
# Makefile generated by XPJ for android
DEPSDIR = .deps
-NDKROOT = "$(NDK_ROOT)"/"$(NDK_VERSION)"
-NDK_BIN_DIR = "$(NDK_ROOT)"/"$(NDK_VERSION)"/toolchains/"$(NDK_TOOLCHAIN)"/prebuilt/"linux-x86_64"/bin
+NDKROOT = ./../../../../../../external/android-ndk/android-ndk-r10e-linux
+NDK_BIN_DIR = ./../../../../../../external/android-ndk/android-ndk-r10e-linux/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin
NDK_PREFIX = arm-linux-androideabi-
-JAVA_HOME = ./../xpj/"$(JAVA_HOME)"
-ANT_TOOL = ./../xpj/"$(ANT_HOME}"/bin/ant
+JAVA_HOME = ./../../../../../../external/java/jdk1.8.0_20
+ANT_TOOL = ./../../../../../../external/ant/apache-ant-1.8.2/bin/ant
#default defines
OBJS_DIR = build
RMDIR = rm -fr
@@ -23,22 +23,23 @@ OBJCOPY = $(NDK_BIN_DIR)/$(NDK_PREFIX)objcopy
all: debug release
-debug: build_flexExtCUDA_debug
+debug: build_flexCUDA_debug build_flexExtCUDA_debug
-release: build_flexExtCUDA_release
+release: build_flexCUDA_release build_flexExtCUDA_release
-clean: clean_flexExtCUDA_release clean_flexExtCUDA_debug
+clean: clean_flexCUDA_release clean_flexCUDA_debug clean_flexExtCUDA_release clean_flexExtCUDA_debug
rm -rf $(DEPSDIR)
-clean_release: clean_flexExtCUDA_release
+clean_release: clean_flexCUDA_release clean_flexExtCUDA_release
rm -rf $(DEPSDIR)
-clean_debug: clean_flexExtCUDA_debug
+clean_debug: clean_flexCUDA_debug clean_flexExtCUDA_debug
rm -rf $(DEPSDIR)
+include Makefile.flexCUDA.mk
include Makefile.flexExtCUDA.mk