[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip/driver Makefile, 1.1, 1.2
sdhsdh
sdhsdh at users.sourceforge.net
Mon Jan 19 16:30:50 PST 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/blip/shell FlashShellC.nc, NONE, 1.1 FlashShellP.nc, NONE, 1.1 RegisterShellCommand.nc, NONE, 1.1 Shell.h, NONE, 1.1 ShellCommand.nc, NONE, 1.1 ShellCommandC.nc, NONE, 1.1 ShellCommandP.nc, NONE, 1.1 UDPShellC.nc, NONE, 1.1 UDPShellP.nc, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip/driver/radvd-1.0 device.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/c/blip/driver
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7069/driver
Modified Files:
Makefile
Log Message:
makefile fix
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/c/blip/driver/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 20 Jan 2009 00:28:14 -0000 1.1
--- Makefile 20 Jan 2009 00:30:48 -0000 1.2
***************
*** 3,11 ****
logging.c config.c radvd-wrapper.c
! COMMON_SRC = radvd/log.c radvd/socket.c radvd/recv.c radvd/util.c radvd/radvd.h \
! radvd/defaults.h radvd/pathnames.h \
! radvd/includes.h
! radvd_SOURCES = $(COMMON_SRC) radvd/timer.c radvd/send.c radvd/process.c radvd/interface.c \
! radvd/device.c radvd/device-common.c radvd/gram.h
LIBS=../lib6lowpan.a ${TOSROOT}/support/sdk/c/sf/libmote.a
--- 3,12 ----
logging.c config.c radvd-wrapper.c
! RADVD=./radvd-1.0
! COMMON_SRC = $(RADVD)/log.c $(RADVD)/socket.c $(RADVD)/recv.c $(RADVD)/util.c $(RADVD)/radvd.h \
! $(RADVD)/defaults.h $(RADVD)/pathnames.h \
! $(RADVD)/includes.h
! radvd_SOURCES = $(COMMON_SRC) $(RADVD)/timer.c $(RADVD)/send.c $(RADVD)/process.c $(RADVD)/interface.c \
! $(RADVD)/device.c $(RADVD)/device-common.c $(RADVD)/gram.h
LIBS=../lib6lowpan.a ${TOSROOT}/support/sdk/c/sf/libmote.a
***************
*** 18,22 ****
TFLAGS=-Wall -g -DPC
! TFLAGS+=-I${TOSROOT}/support/sdk/c/sf -I$(INCLUDE) -Iradvd/
--- 19,23 ----
TFLAGS=-Wall -g -DPC
! TFLAGS+=-I${TOSROOT}/support/sdk/c/sf -I$(INCLUDE) -I$(RADVD)/
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/blip/shell FlashShellC.nc, NONE, 1.1 FlashShellP.nc, NONE, 1.1 RegisterShellCommand.nc, NONE, 1.1 Shell.h, NONE, 1.1 ShellCommand.nc, NONE, 1.1 ShellCommandC.nc, NONE, 1.1 ShellCommandP.nc, NONE, 1.1 UDPShellC.nc, NONE, 1.1 UDPShellP.nc, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip/driver/radvd-1.0 device.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list