[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


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



More information about the Tinyos-2-commits mailing list