[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/TxThroughput Makefile, 1.1, 1.2
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Mon Feb 2 10:08:08 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/TxThroughput
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17789/apps/tests/cc2420/TxThroughput
Modified Files:
Makefile
Log Message:
Use CLEAN_EXTRA to remove the *.class *.pyc *Msg.java and *Msg.py.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/TxThroughput/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 12 Apr 2007 17:14:09 -0000 1.1
--- Makefile 2 Feb 2009 18:08:06 -0000 1.2
***************
*** 1,6 ****
COMPONENT=TxThroughputC
-
-
BUILD_EXTRA_DEPS = ThroughputMsg.py ThroughputMsg.java ThroughputMsg.class
ThroughputMsg.py: TxThroughput.h
--- 1,5 ----
COMPONENT=TxThroughputC
BUILD_EXTRA_DEPS = ThroughputMsg.py ThroughputMsg.java ThroughputMsg.class
+ CLEAN_EXTRA = *.class *.pyc ThroughputMsg.py ThroughputMsg.java
ThroughputMsg.py: TxThroughput.h
More information about the Tinyos-2-commits
mailing list