[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork Makefile,
1.1.2.3, 1.1.2.4
Kyle Jamieson
kasj78 at users.sourceforge.net
Sat Jun 3 16:14:22 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4573
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Makefile
Log Message:
Tweak to add test_network_msg dependency to tn-injector.o rule without going the whole automake autodeps route.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork/Attic/Makefile,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** Makefile 2 Jun 2006 20:51:13 -0000 1.1.2.3
--- Makefile 3 Jun 2006 23:14:20 -0000 1.1.2.4
***************
*** 18,24 ****
gcc -v $(CFLAGS) $(TFLAGS) -o $@ $(INJECT_OBJS)
! %.o: %.c
gcc $(CFLAGS) $(TFLAGS) -c -o $@ $<
test_network_msg.c:
--- 18,26 ----
gcc -v $(CFLAGS) $(TFLAGS) -o $@ $(INJECT_OBJS)
! tn-listener.o: tn-listener.c
gcc $(CFLAGS) $(TFLAGS) -c -o $@ $<
+ tn-injector.o: tn-injector.c test_network_msg.c
+ gcc $(CFLAGS) $(TFLAGS) -c -o $@ $<
test_network_msg.c:
More information about the Tinyos-2-commits
mailing list