]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/SenseCompressForward/Sensor/Makefile
Removal of SendCompressForward
[tinyos-2.x.git] / apps / tosthreads / capps / SenseCompressForward / Sensor / Makefile
diff --git a/apps/tosthreads/capps/SenseCompressForward/Sensor/Makefile b/apps/tosthreads/capps/SenseCompressForward/Sensor/Makefile
deleted file mode 100644 (file)
index bca94d2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-TOSTHREAD_MAIN=SenseStoreAndForward.c
-CFLAGS += -I..
-CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/tmote_onboard
-
-ifneq ($(filter telosb tmote clean,$(MAKECMDGOALS)),)
-  include $(MAKERULES)
-else
-%:
-       @echo "    Sorry, this application is only written to work with telos based motes equipped with onboard sensors.."
-cthreads:
-       @:
-dynthreads:
-       @:
-endif