# ----------------------------------------------------------------
# Makefile generated by TinyOS-Plugin for Eclipse
# ----------------------------------------------------------------
# Additional available environment variables introduced by the 
# TinyOS-Plugin:
#
# APP_MAKERULES	:	location of Makerules - file
#						(set by the environment plugin
#						normally that would be tos/apps/Makerules)
#
# ECLIPSE_PROJECT  :	the eclipse project directory
# ----------------------------------------------------------------
# Examples:
#	Include Header from the current project but in subdir
#		PFLAGS+= -I${ECLIPSE_PROJECT}/headerf/3
#	Include header-files from another eclipse project:
#		PFLAGS+= -I${ECLIPSE_PROJECT}/../projectname/dir
# ----------------------------------------------------------------

COMPONENT=TempMeter

IOMODULE = 1

ifdef APP_MAKERULES
include $(APP_MAKERULES)
else
include ../Makerules
endif