X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestCollection%2FMakefile;h=7e378bf078429c641532acaaf1e7eb17309bf94b;hb=105bebe37aff25173e8a887ab8ce260900700ee1;hp=533681da2822e55cbc1ab6482842422267be7bc6;hpb=8ccd779a3481dbe00eca1ad772df1b041ed78e43;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/TestCollection/Makefile b/apps/tosthreads/capps/TestCollection/Makefile index 533681da..7e378bf0 100644 --- a/apps/tosthreads/capps/TestCollection/Makefile +++ b/apps/tosthreads/capps/TestCollection/Makefile @@ -1,3 +1,21 @@ TOSTHREAD_MAIN=TestCollection.c -include $(MAKERULES) +CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal + +CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ +CFLAGS += -I$(TOSDIR)/lib/net/ + +CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp +CFLAGS += -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/4bitle + +ifneq ($(filter telosb tmote tinynode shimmer iris epic clean,$(MAKECMDGOALS)),) + include $(MAKERULES) +else +%: + @echo " Sorry, this application only works on platforms with >8kB of RAM (telos, iris, etc.)" +cthreads: + @: +dynthreads: + @: +endif +