[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tossim/sf/examples
Makefile.Driver, 1.2, 1.3
Chad Metcalf
hiro at users.sourceforge.net
Wed Oct 3 16:58:36 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tossim/sf/examples
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9930
Modified Files:
Makefile.Driver
Log Message:
Minor updates to fix paths and extra libraries
Index: Makefile.Driver
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tossim/sf/examples/Makefile.Driver,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.Driver 3 Oct 2007 02:28:51 -0000 1.2
--- Makefile.Driver 3 Oct 2007 23:58:34 -0000 1.3
***************
*** 34,38 ****
#
! DRIVER_OBJS=build/micaz/c-sf.o build/micaz/sf.o build/micaz/tossim.o build/micaz/c-support.o build/micaz/sim.o build/micaz/pytossim.o build/micaz/throttle.o
SFDIR=$(TOSDIR)/lib/tossim/sf
--- 34,38 ----
#
! DRIVER_OBJS=build/micaz/c-sf.o build/micaz/sf.o build/micaz/tossim.o build/micaz/c-support.o build/micaz/sim.o build/micaz/throttle.o
SFDIR=$(TOSDIR)/lib/tossim/sf
***************
*** 40,48 ****
all:
make micaz sim-sf
! g++ -g -c -o TestSerial.o TestSerial.c -I../../../tos/lib/tossim -I$(SFDIR)
g++ -o TestSerial $(DRIVER_OBJS) TestSerial.o -lpython2.5
mig python -target=null -python-classname=TestSerialMsg TestSerial.h test_serial_msg -o TestSerialMsg.py
-
clean:
make clean
--- 40,47 ----
all:
make micaz sim-sf
! g++ -g -c -o TestSerial.o TestSerial.c -I$(TOSDIR)/lib/tossim -I$(SFDIR)
g++ -o TestSerial $(DRIVER_OBJS) TestSerial.o -lpython2.5
mig python -target=null -python-classname=TestSerialMsg TestSerial.h test_serial_msg -o TestSerialMsg.py
clean:
make clean
More information about the Tinyos-2-commits
mailing list