Update of /cvsroot/firebug/fireboard/beta/tools/src/xlisten
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv421
Modified Files:
Makefile
Log Message:
Weather data is now stored in processed form in
database table weather.
Index: Makefile
===================================================================
RCS file: /cvsroot/firebug/fireboard/beta/tools/src/xlisten/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile 1 Jun 2005 01:46:20 -0000 1.5
--- Makefile 1 Jun 2005 23:34:20 -0000 1.6
***************
*** 19,23 ****
! INCLUDES = ../../../tos/sensorboards/mts400/GPS
# Add Mote Data Aquisition board support
--- 19,24 ----
! INCLUDES = -I../../../tos/sensorboards/mts400/GPS
! INCLUDES += -I../../../apps/XSensorMTS400
# Add Mote Data Aquisition board support
***************
*** 39,43 ****
xlisten: $(SRCS)
! $(CC) $(CFLAGS) -o $@ $(SRCS) -I$(INCLUDES) $(LFLAGS)
xlisten-arm: $(SRCS)
--- 40,44 ----
xlisten: $(SRCS)
! $(CC) $(CFLAGS) -o $@ $(SRCS) $(INCLUDES) $(LFLAGS)
xlisten-arm: $(SRCS)
|