[Firebug-cvs] firebug/project/src/multihop Makefile,1.19,1.20
Brought to you by:
doolin
From: <do...@us...> - 2003-12-17 13:05:01
|
Update of /cvsroot/firebug/firebug/project/src/multihop In directory sc8-pr-cvs1:/tmp/cvs-serv3687/multihop Modified Files: Makefile Log Message: Added FireBug directory and files for rewrite of CollectData application. Index: Makefile =================================================================== RCS file: /cvsroot/firebug/firebug/project/src/multihop/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile 5 Nov 2003 05:14:52 -0000 1.19 --- Makefile 17 Dec 2003 13:04:58 -0000 1.20 *************** *** 17,21 **** UISP_FLAGS = -dprog=dapa $(UISP_EXTRA_FLAGS) TOSROOT=/cygdrive/c/tinyos/cygwin/opt ! BLASTROOT=/cygdrive/c XBOWROOT = $(TOSROOT)/tinyos-1.x/contrib/xbow --- 17,21 ---- UISP_FLAGS = -dprog=dapa $(UISP_EXTRA_FLAGS) TOSROOT=/cygdrive/c/tinyos/cygwin/opt ! BLASTROOT=/cygdrive/c/cygwin/home/dave/local/Blast-0.1 XBOWROOT = $(TOSROOT)/tinyos-1.x/contrib/xbow *************** *** 26,34 **** #CC1000=-I/cygdrive/d/tinyos-1.x/tos/platform/mica2 ! INCLUDES=-I$(BLASTROOT)/Blast-0.11/Sender \ ! -I$(BLASTROOT)/Blast-0.11/Interface \ ! -I$(BLASTROOT)/Blast-0.11/DataStructure \ ! -I$(BLASTROOT)/Blast-0.11/VirtualComm \ ! -I$(BLASTROOT)/Blast-0.11/ParentSelection \ -I$(TOSROOT)/tinyos-1.x/tos \ -I$(XBOWROOT)/tos/platform \ --- 26,34 ---- #CC1000=-I/cygdrive/d/tinyos-1.x/tos/platform/mica2 ! INCLUDES=-I$(BLASTROOT)/Sender \ ! -I$(BLASTROOT)/Interface \ ! -I$(BLASTROOT)/DataStructure \ ! -I$(BLASTROOT)/VirtualComm \ ! -I$(BLASTROOT)/ParentSelection \ -I$(TOSROOT)/tinyos-1.x/tos \ -I$(XBOWROOT)/tos/platform \ |