[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/rincon/apps/Blackbook5/apps/StandaloneDictionary
Makefile, 1.1, 1.2
dmm
rincon at users.sourceforge.net
Wed Jun 7 12:34:20 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/rincon/apps/Blackbook5/apps/StandaloneDictionary
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1867/contrib/rincon/apps/Blackbook5/apps/StandaloneDictionary
Modified Files:
Makefile
Log Message:
Uploaded Mark's fixes
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/rincon/apps/Blackbook5/apps/StandaloneDictionary/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 18 May 2006 22:34:20 -0000 1.1
--- Makefile 7 Jun 2006 19:34:17 -0000 1.2
***************
*** 1,14 ****
COMPONENT=TestBlackbookDictionaryC
! # Choose one:
#CFLAGS += -I../../media/AT45DB
CFLAGS += -I../../media/STM25P
CFLAGS += -I../../ -I../../core -I../../interfaces -I../../boot
CFLAGS += -I../../../../tos/lib/State
CFLAGS += -Os
! include $(TOSROOT)/apps/Makerules
--- 1,19 ----
COMPONENT=TestBlackbookDictionaryC
! # Choose a flash type:
#CFLAGS += -I../../media/AT45DB
CFLAGS += -I../../media/STM25P
+ # Standard include directories:
CFLAGS += -I../../ -I../../core -I../../interfaces -I../../boot
CFLAGS += -I../../../../tos/lib/State
+ # Compiler optimizer flag - try it with and without:
CFLAGS += -Os
! # If you use Boomerang, uncomment this line:
! #CFLAGS += -DSTM25P_BOOMERANG_VERSION
!
! include $(MAKERULES)
More information about the Tinyos-contrib-commits
mailing list