[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/diku/sensinode/apps Makerules, NONE, 1.1

Marcus Chang marcus_chang at users.sourceforge.net
Thu Mar 15 07:40:25 PDT 2007


Update of /cvsroot/tinyos/tinyos-1.x/contrib/diku/sensinode/apps
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30685/sensinode/apps

Added Files:
	Makerules 
Log Message:
* Sensinode Micro.4 platform support
* Hoghtrob Data Collection Application

--- NEW FILE: Makerules ---
# Setup TOSDIR if not provided by user
ifndef TOSDIR
TOSDIR = $(shell ncc -print-tosdir)
endif
export TOSDIR

# Setup TOSROOT if not provided by user.
# This assumes that TOSDIR is located in
# the TOSROOT dir.
ifndef TOSROOT
TOSROOT = $(TOSDIR)/..
endif
export TOSROOT

# Basic makerules
ifndef MAKERULES
MAKERULES = $(TOSDIR)/../tools/make/Makerules
endif
export MAKERULES

# Setting up sensinode specific paths.
# Only change the below settings if your sensinode directory is
# not in $TOSROOT/contrib/diku/
#################################################################

# Our sensinode base directory
ifndef TINYOS_SENSINODEDIR
TINYOS_SENSINODEDIR = $(TOSROOT)/contrib/diku/sensinode
endif
export TINYOS_SENSINODE

# Our makerules for sensinode
ifndef TOSMAKE_PATH
TOSMAKE_PATH = $(TINYOS_SENSINODEDIR)/tools/make
endif
export TOSMAKE_PATH

################################################################
include $(TOSROOT)/apps/Makerules



More information about the Tinyos-contrib-commits mailing list