[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/shockfish/tools/java/com/shockfish/tinyos
Makefile, NONE, 1.1
rogmeier
rogmeier at users.sourceforge.net
Mon Sep 11 08:47:33 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/shockfish/tools/java/com/shockfish/tinyos
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18348/com/shockfish/tinyos
Added Files:
Makefile
Log Message:
TC65/TinyNode Host support package. Includes bridge and demo server.
--- NEW FILE: Makefile ---
# Top-level Makefile for tools/java
# We do all subdirectories (to allow for optional package installation)
SUBDIRS = $(shell find . -type d -maxdepth 1 | tail -n +2 | grep -v /CVS)
TOS = $(shell ncc -print-tosdir)
ROOT = $(TOS)/../tools/java
include $(ROOT)/Makefile.include
More information about the Tinyos-contrib-commits
mailing list