summaryrefslogtreecommitdiffstats
path: root/android-projects/tinySAK/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'android-projects/tinySAK/makefile')
-rw-r--r--android-projects/tinySAK/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/android-projects/tinySAK/makefile b/android-projects/tinySAK/makefile
new file mode 100644
index 0000000..b3f3db2
--- /dev/null
+++ b/android-projects/tinySAK/makefile
@@ -0,0 +1,11 @@
+include ../root.mk
+
+export PROJECT=tinySAK
+
+all:
+ (cd ../../$(PROJECT)/src ; $(MAKE) -f droid-makefile all; $(MAKE) -f droid-makefile install; cp lib$(PROJECT).so $(OUTPUT_DIR))
+ (cd ../../$(PROJECT)/test; $(MAKE) -f droid-makefile all; $(MAKE) -f droid-makefile install; cp test $(OUTPUT_DIR))
+
+clean:
+ (cd ../../$(PROJECT)/src; $(MAKE) -f droid-makefile clean)
+ (cd ../../$(PROJECT)/test; $(MAKE) -f droid-makefile clean) \ No newline at end of file
OpenPOWER on IntegriCloud