Move JNI from Argeo Commons to Argeo SLC
[gpl/argeo-slc.git] / jni / Makefile
diff --git a/jni/Makefile b/jni/Makefile
new file mode 100644 (file)
index 0000000..de2b84c
--- /dev/null
@@ -0,0 +1,14 @@
+include ../sdk.mk
+
+JNIDIRS = org_argeo_api_uuid_libuuid
+
+.PHONY: clean all
+
+all: 
+       $(foreach dir, $(JNIDIRS), $(MAKE) -C $(dir);)
+       
+clean:
+       rm -rf $(BUILD_DIR) $(SDK_BUILD_BASE)/jni
+
+
+