[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/TestLogStorage Makefile, 1.1, 1.2
Kevin Klues
klueska at users.sourceforge.net
Thu Jul 24 16:53:49 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestLogStorage
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12017/capps/TestLogStorage
Modified Files:
Makefile
Log Message:
fix to apps to get them to compile on all supported platforms
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestLogStorage/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 12 Jun 2008 15:11:40 -0000 1.1
--- Makefile 24 Jul 2008 23:53:47 -0000 1.2
***************
*** 1,2 ****
TOSTHREAD_MAIN=TestLogStorage.c
! include $(MAKERULES)
--- 1,19 ----
TOSTHREAD_MAIN=TestLogStorage.c
! THIS_SUPPORTED_PLATFORMS=tmote telos telosb eyesIFXv1 eyesIFXv2 mica2 mica2dot telosa eyesIFX micaz iris tinynode
!
! ifneq ($(filter $(THIS_SUPPORTED_PLATFORMS) clean,$(MAKECMDGOALS)),)
! ifneq ($(filter tmote telos telosb eyesIFXv1,$(MAKECMDGOALS)),)
! CFLAGS+=-DUSE_STM25P
! endif
! ifneq ($(filter mica2 telosa mica2dot eyesIFX eyesIFXv2 micaz iris tinynode,$(MAKECMDGOALS)),)
! CFLAGS+=-DUSE_AT45DB
! endif
!
! include $(MAKERULES)
! else
! %:
! @echo " Sorry, this application is only written to work with the following platforms:"
! @echo " $(THIS_SUPPORTED_PLATFORMS)"
! cthreads:
! @:
! endif
More information about the Tinyos-2-commits
mailing list