]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/java/net/tinyos/Makefile
Merge devel code into the trunk.
[tinyos-2.x.git] / support / sdk / java / net / tinyos / Makefile
diff --git a/support/sdk/java/net/tinyos/Makefile b/support/sdk/java/net/tinyos/Makefile
new file mode 100644 (file)
index 0000000..9dd7b5e
--- /dev/null
@@ -0,0 +1,7 @@
+# Top-level Makefile for tools/java 
+
+# We do all subdirectories (to allow for optional package installation)
+SUBDIRS = packet message sf $(shell find . -maxdepth 1 -type d | tail -n +2 | grep -v /CVS | grep -v packet | grep -v message | grep -v sf)
+
+ROOT = ../..
+include $(ROOT)/Makefile.include