[Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/LowPowerSensing/java Makefile, 1.1, 1.2
Kevin Klues
klueska at users.sourceforge.net
Fri May 16 18:27:58 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1207/apps/tutorials/LowPowerSensing/java
Modified Files:
Makefile
Log Message:
Minor updates to Makefiles for LowPowerSensing application
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/java/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 3 Sep 2007 22:46:35 -0000 1.1
--- Makefile 17 May 2008 01:27:55 -0000 1.2
***************
*** 2,5 ****
--- 2,6 ----
SENSOR_DIR = universal_sensors
+ #SENSOR_DIR = tmote_onboard_sensors
SENSOR_DEPS = ../$(SENSOR_DIR)/SensorSample.h
***************
*** 29,31 ****
veryclean: clean
! rm LowPowerSensingApp.jar
--- 30,32 ----
veryclean: clean
! rm -f LowPowerSensingApp.jar
More information about the Tinyos-2-commits
mailing list