[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/TestCollection Makefile, 1.3, 1.4

Phil Levis scipio at users.sourceforge.net
Mon Aug 4 15:33:35 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12370

Modified Files:
	Makefile 
Log Message:
Do a platform check.


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	18 Jun 2008 04:22:58 -0000	1.3
--- Makefile	4 Aug 2008 22:33:32 -0000	1.4
***************
*** 1,6 ****
  TOSTHREAD_MAIN=TestCollection.c
  
- PFLAGS += -DTOSTHREAD_MAIN_STACK_SIZE=800
- 
  CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
  
--- 1,4 ----
***************
*** 11,13 ****
  CFLAGS += -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/4bitle
  
! include $(MAKERULES)
--- 9,21 ----
  CFLAGS += -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/4bitle
  
! ifneq ($(filter telosb tmote tinynode iris clean,$(MAKECMDGOALS)),) 
!   include $(MAKERULES)
! else
! %:
! 	@echo "    Sorry, this application only works on platforms with >8kB of RAM (telos, iris)"
! cthreads:
! 	@:
! dynthreads:
! 	@:
! endif
! 



More information about the Tinyos-2-commits mailing list