[Firebug-cvs] fireboard/apps/TestNMEA Makefile,1.1,1.2 TestNMEAM.nc,1.3,1.4
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-09-14 23:38:08
|
Update of /cvsroot/firebug/fireboard/apps/TestNMEA In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27185/fireboard/apps/TestNMEA Modified Files: Makefile TestNMEAM.nc Log Message: Fixed nmea includes. Index: Makefile =================================================================== RCS file: /cvsroot/firebug/fireboard/apps/TestNMEA/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 30 Aug 2004 20:39:20 -0000 1.1 --- Makefile 14 Sep 2004 23:37:59 -0000 1.2 *************** *** 1,7 **** --- 1,9 ---- COMPONENT=TestNMEA MTS420CA = $(HOME)/sf.net/firebug/fireboard + NMEA_PATH = -I$(HOME)/sf.net/tinyos-1.x/contrib/ucbce/tos/lib/NMEA FIREBOARD_PATH = -I$(MTS420CA)/interfaces/ FIREBOARD_PATH += -I$(MTS420CA)/sensors/leadtek9546 LOCAL_PATH += $(FIREBOARD_PATH) + LOCAL_PATH += $(NMEA_PATH) PFLAGS := $(LOCAL_PATH) $(PFLAGS) #$(LOCAL_DEFINES) include $(TOSROOT)/apps/Makerules Index: TestNMEAM.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/apps/TestNMEA/TestNMEAM.nc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestNMEAM.nc 31 Aug 2004 13:24:55 -0000 1.3 --- TestNMEAM.nc 14 Sep 2004 23:37:59 -0000 1.4 *************** *** 10,14 **** ! includes nmea_parse; --- 10,14 ---- ! includes NMEA; |