[Tinyos-2-commits] CVS: tinyos-2.x/apps/RadioCountToLeds Makefile, 1.3, 1.4
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Mon Feb 2 10:08:08 PST 2009
Update of /cvsroot/tinyos/tinyos-2.x/apps/RadioCountToLeds
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17789/apps/RadioCountToLeds
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/RadioCountToLeds/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 7 Nov 2006 19:30:34 -0000 1.3
--- Makefile 2 Feb 2009 18:08:06 -0000 1.4
***************
*** 1,4 ****
--- 1,5 ----
COMPONENT=RadioCountToLedsAppC
BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+ CLEAN_EXTRA = RadioCountMsg.py RadioCountMsg.class RadioCountMsg.java
RadioCountMsg.py: RadioCountToLeds.h
More information about the Tinyos-2-commits
mailing list