]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/MViz/Makefile
Updated files.
[tinyos-2.x.git] / apps / MViz / Makefile
diff --git a/apps/MViz/Makefile b/apps/MViz/Makefile
new file mode 100644 (file)
index 0000000..9756b23
--- /dev/null
@@ -0,0 +1,11 @@
+COMPONENT=MVizAppC
+CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/le -I.
+BUILD_EXTRA_DEPS = MVizMsg.class
+
+MVizMsg.java: MViz.h
+       mig -target=null -java-classname=MVizMsg java MViz.h mviz_msg -o $@
+
+MVizMsg.class: MVizMsg.java
+       javac MVizMsg.java
+
+include $(MAKERULES)