[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Makefile, 1.15, 1.16
Jonathan Hui
jwhui at users.sourceforge.net
Wed Jun 15 12:54:45 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/delugetools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21793
Modified Files:
Makefile
Log Message:
Changed Makefile to support compilation when avr-gcc is not installed.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/delugetools/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile 15 Mar 2005 19:55:33 -0000 1.15
--- Makefile 15 Jun 2005 19:54:43 -0000 1.16
***************
*** 25,32 ****
#
! DELUGE_PLATFORM=pc
DELUGE_LIB=$(TOS)/../beta/Deluge/Deluge
STM25P_LIB=$(TOS)/../beta/STM25P/STM25P
DELUGE_PC_LIB=$(TOS)/../beta/Deluge/pc
DelugeAdvMsg.java:
--- 25,33 ----
#
! DELUGE_PLATFORM=telosb
DELUGE_LIB=$(TOS)/../beta/Deluge/Deluge
STM25P_LIB=$(TOS)/../beta/STM25P/STM25P
DELUGE_PC_LIB=$(TOS)/../beta/Deluge/pc
+ CC2420_LIB=$(TOS)/lib/CC2420Radio
DelugeAdvMsg.java:
***************
*** 43,47 ****
DelugeConsts.java:
! $(NCG) -java-classname=$(PACKAGE).DelugeConsts -target=$(DELUGE_PLATFORM) -I$(DELUGE_LIB) -I$(STM25P_LIB) -I$(DELUGE_PC_LIB) $(DELUGE_LIB)/DelugeC.nc Deluge.h DelugePageTransfer.h DelugeMsgs.h DelugeConsts -o $@
#
--- 44,48 ----
DelugeConsts.java:
! $(NCG) -java-classname=$(PACKAGE).DelugeConsts -target=$(DELUGE_PLATFORM) -I$(DELUGE_LIB) -I$(STM25P_LIB) -I$(CC2420_LIB) $(DELUGE_LIB)/DelugeC.nc Deluge.h DelugePageTransfer.h DelugeMsgs.h DelugeConsts -o $@
#
More information about the Tinyos-beta-commits
mailing list