From: klueska Date: Sat, 17 May 2008 01:27:55 +0000 (+0000) Subject: Minor updates to Makefiles for LowPowerSensing application X-Git-Tag: release_tinyos_2_1_0_0~398 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=5569f6573d605e17aa421d81cb9672e74350de63 Minor updates to Makefiles for LowPowerSensing application --- diff --git a/apps/tutorials/LowPowerSensing/Base/Makefile b/apps/tutorials/LowPowerSensing/Base/Makefile index 4e1481a7..5818a738 100644 --- a/apps/tutorials/LowPowerSensing/Base/Makefile +++ b/apps/tutorials/LowPowerSensing/Base/Makefile @@ -1,5 +1,6 @@ COMPONENT=LowPowerSensingBaseAppC CFLAGS += -I.. -I../universal_sensors -CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ +#CFLAGS += -I.. -I../tmote_onboard_sensors +#CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ include $(MAKERULES) diff --git a/apps/tutorials/LowPowerSensing/Sampler/Makefile b/apps/tutorials/LowPowerSensing/Sampler/Makefile index b77d82a6..774a815b 100644 --- a/apps/tutorials/LowPowerSensing/Sampler/Makefile +++ b/apps/tutorials/LowPowerSensing/Sampler/Makefile @@ -1,5 +1,6 @@ COMPONENT=LowPowerSensingPeriodicSamplerAppC -CFLAGS += -I.. -I../sampleLog -I../universal_sensors -CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ +CFLAGS += -I.. -I../universal_sensors +#CFLAGS += -I.. -I../tmote_onboard_sensors +#CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ include $(MAKERULES) diff --git a/apps/tutorials/LowPowerSensing/java/Makefile b/apps/tutorials/LowPowerSensing/java/Makefile index 5bf45739..9b0a9499 100644 --- a/apps/tutorials/LowPowerSensing/java/Makefile +++ b/apps/tutorials/LowPowerSensing/java/Makefile @@ -1,6 +1,7 @@ GEN=SerialRequestSamplesMsg.java SerialSampleMsg.java Constants.java SENSOR_DIR = universal_sensors +#SENSOR_DIR = tmote_onboard_sensors SENSOR_DEPS = ../$(SENSOR_DIR)/SensorSample.h all: LowPowerSensingApp.jar @@ -28,4 +29,4 @@ clean: rm -f *.class $(GEN) veryclean: clean - rm LowPowerSensingApp.jar + rm -f LowPowerSensingApp.jar