]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Quick path fix to update the example Makefile.Driver to the new
authorhiro <hiro>
Wed, 3 Oct 2007 02:28:51 +0000 (02:28 +0000)
committerhiro <hiro>
Wed, 3 Oct 2007 02:28:51 +0000 (02:28 +0000)
locations.

tos/lib/tossim/sf/examples/Makefile.Driver

index 93fbb8bd6a59e583c146d7bec923d22a3e739ea4..bdb8a2e400dd97dc6e08210909ad16caf952a2c2 100644 (file)
 
 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=$(TOSCONTRIB)/csm/tos/lib/tossim
+SFDIR=$(TOSDIR)/lib/tossim/sf
 
 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
-       rm -f TestSerial TestSerial.o *.pyc app.xml
+       rm -f TestSerial TestSerial.o TestSerialMsg.py *.pyc app.xml