[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork Makefile,
1.1.2.5, 1.1.2.6
Phil Levis
scipio at users.sourceforge.net
Sat Jun 10 14:19:13 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
TreeRoutingInspect.nc, NONE, 1.1.2.1 TreeRoutingEngineP.nc,
1.1.2.7, 1.1.2.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork Driver.c,
1.1.2.2, 1.1.2.3 TestNetworkC.nc, 1.1.2.7, 1.1.2.8 test.py,
1.1.2.3, 1.1.2.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7197
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Makefile
Log Message:
Compiling C files is good.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork/Attic/Makefile,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** Makefile 8 Jun 2006 20:30:09 -0000 1.1.2.5
--- Makefile 10 Jun 2006 21:19:11 -0000 1.1.2.6
***************
*** 33,36 ****
--- 33,43 ----
mig -o set_rate_msg.h c -target=$(PLATFORM) $(CFLAGS) $(TFLAGS) $(TOSDIR)/lib/net/DisseminationEngine.h dissemination_message
+ set_rate_msg.o: set_rate_msg.c
+ gcc $(CFLAGS) $(TFLAGS) -c -o $@ $<
+
+ test_network_msg.o: test_network_msg.c
+ gcc $(CFLAGS) $(TFLAGS) -c -o $@ $<
+
+
collection_msg.c:
mig -o collection_msg.h c -target=$(PLATFORM) $(CFLAGS) $(TFLAGS) $(TOSDIR)/lib/net/collection/ForwardingEngine.h collection_header
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
TreeRoutingInspect.nc, NONE, 1.1.2.1 TreeRoutingEngineP.nc,
1.1.2.7, 1.1.2.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork Driver.c,
1.1.2.2, 1.1.2.3 TestNetworkC.nc, 1.1.2.7, 1.1.2.8 test.py,
1.1.2.3, 1.1.2.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list