Move JNI from Argeo Commons to Argeo SLC
[lgpl/argeo-commons.git] / jni / Makefile
diff --git a/jni/Makefile b/jni/Makefile
deleted file mode 100644 (file)
index de2b84c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-
-
-