[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/eyesIFX/RadioCountToFlash Makefile, 1.2, 1.3
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/eyesIFX/RadioCountToFlash
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17789/apps/tests/eyesIFX/RadioCountToFlash
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/eyesIFX/RadioCountToFlash/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 6 Nov 2006 11:56:53 -0000 1.2
--- Makefile 2 Feb 2009 18:08:06 -0000 1.3
***************
*** 1,4 ****
--- 1,5 ----
COMPONENT=RadioCountToFlashAppC
BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+ CLEAN_EXTRA = *.class RadioCountMsg.py RadioCountMsg.java
RadioCountMsg.py: RadioCountToFlash.h
More information about the Tinyos-2-commits
mailing list