make file for RIPS java files
Because RIPS java code have following compile error: package xxx.xxx.xxx.xxx does not exist So I try to clone makefile rule from "/opt/tinyos-1.x/tools/java/Makefile.include" I do following steps: 1. copy Makefile , Makefile.include into "/opt/tinyos-1.x/contrib/vu/tools/java" 2. copy "jni" directory into "/opt/tinyos-1.x/contrib/vu/tools/java" 3. Edit Makefile to fit current directory environment "SUBDIRS = isis net jni"