Update of /cvsroot/firebug/firebug/project/src
In directory sc8-pr-cvs1:/tmp/cvs-serv4292
Added Files:
Makelocal
Log Message:
Cleaning up after recent adds.
--- NEW FILE: Makelocal ---
MTS420CA = $(HOME)/firebug/mts420ca
XBOWROOT = /home/dave/local/tinyos-1.x/contrib/xbow
#LOCAL_PATH += -I$(MTS420CA)/sensors/$(SENSORBOARD)
#LOCAL_PATH += -I$(MTS420CA)/sensors/adg715
#LOCAL_PATH += -I$(MTS420CA)/sensors/sht11
#LOCAL_PATH += -I$(MTS420CA)/sensors/intersema5534ap
#LOCAL_PATH += -I$(MTS420CA)/sensors/tsl250rd
#LOCAL_PATH += -I$(MTS420CA)/interfaces/
#LOCAL_PATH += -I$(MTS420CA)/sensorboards/mts420ca
#LOCAL_PATH += -I$(MTS420CA)/apps/TestFireBoardData
ROUTE_PATH += -I$(BLASTROOT)/Sender \
-I$(BLASTROOT)/Interface \
-I$(BLASTROOT)/DataStructure \
-I$(BLASTROOT)/VirtualComm \
-I$(BLASTROOT)/ParentSelection
LOCAL_PATH += $(ROUTE_PATH)
XBOW_PATH = -I$(XBOWROOT)/tos/platform \
-I$(XBOWROOT)/tos/interfaces \
-I$(XBOWROOT)/tos/sensorboards/mts400
LOCAL_PATH += $(XBOW_PATH)
PFLAGS := $(LOCAL_PATH) $(LOCAL_DEFINES) $(PFLAGS)
CFLAGS = -DCC1K_DEFAULT_FREQ=CC1K_433_002_MHZ
|