[Firebug-cvs] fireboard/beta/apps/XSensorMTS400 Makefile,1.4,1.5
Brought to you by:
doolin
From: Karthik D. <da...@us...> - 2005-05-24 18:59:27
|
Update of /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24397 Modified Files: Makefile Log Message: Modified Makefile Index: Makefile =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 23 May 2005 22:09:50 -0000 1.4 --- Makefile 24 May 2005 18:59:14 -0000 1.5 *************** *** 1,17 **** - COMPONENT=TestMTS400 SENSORBOARD=mts400 MSG_SIZE=120 - #XBOWROOT=%T/../contrib/xbow/tos - #XBOWBETAROOT=%T/../contrib/xbow/beta/tos XBOWROOT=$(TOSROOT)/contrib/xbow/tos ! XBOWBETAROOT=$(TOSROOT)/contrib/xbow/beta/tos ! ! PFLAGS=-I$(XBOWBETAROOT)/lib/Xee -I$(XBOWROOT)/platform/$(PLATFORM) \ ! -I$(XBOWROOT)/AXStack/$(PLATFORM) -I$(XBOWROOT)/lib \ ! -I$(XBOWBETAROOT)/sensorboards/$(SENSORBOARD) \ ! -I$(XBOWBETAROOT)/sensorboards/$(SENSORBOARD)/gps include ../MakeXbowlocal include ${TOSROOT}/tools/make/Makerules --- 1,17 ---- COMPONENT=TestMTS400 SENSORBOARD=mts400 MSG_SIZE=120 XBOWROOT=$(TOSROOT)/contrib/xbow/tos ! CWD = $(shell pwd) ! FIREBOARDROOT=$(CWD)/../../.. + PFLAGS= -I$(XBOWROOT)/interfaces -I$(XBOWROOT)/system \ + -I$(XBOWROOT)/platform/$(PLATFORM) \ + -I$(XBOWROOT)/AXStack/$(PLATFORM) \ + -I$(XBOWROOT)/lib + PFLAGS +=-I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD) \ + -I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD)/gps + PFLAGS += -I$(FIREBOARDROOT)/interfaces include ../MakeXbowlocal include ${TOSROOT}/tools/make/Makerules |