Update of /cvsroot/firebug/firebug/project/src/multihop
In directory sc8-pr-cvs1:/tmp/cvs-serv12626/project/src/multihop
Modified Files:
Makefile
Log Message:
modified makefile for 1.1 release.
Index: Makefile
===================================================================
RCS file: /cvsroot/firebug/firebug/project/src/multihop/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile 25 Aug 2003 22:51:50 -0000 1.17
--- Makefile 15 Oct 2003 23:14:25 -0000 1.18
***************
*** 20,29 ****
! INCLUDES=-I$(BLASTROOT)/Sender \
! -I$(BLASTROOT)/Interface \
! -I$(BLASTROOT)/DataStructure \
! -I$(BLASTROOT)/VirtualComm \
! -I$(BLASTROOT)/ParentSelection \
! -I$(XBOWROOT)/tos/sensorboards/mts400 \
-I$(XBOWROOT)/tos/interfaces
--- 20,30 ----
! INCLUDES=-I$(BLASTROOT)/Sender \
! -I$(BLASTROOT)/Interface \
! -I$(BLASTROOT)/DataStructure \
! -I$(BLASTROOT)/VirtualComm \
! -I$(BLASTROOT)/ParentSelection \
! -I$(XBOWROOT)/tos/sensorboards/mts400 \
! -I$(XBOWROOT)/apps/XsensorMTS400/mts400 \
-I$(XBOWROOT)/tos/interfaces
|