]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/RadioCountToLeds/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / RadioCountToLeds / Makefile
index f1a70970d60b90ddee29fed847cb8383f58ecb35..5cab01d6fcbbf92f2a0428ac822b562ef8da3420 100644 (file)
@@ -1,14 +1,15 @@
 COMPONENT=RadioCountToLedsAppC
 BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+CLEAN_EXTRA = RadioCountMsg.py RadioCountMsg.class RadioCountMsg.java
 
 RadioCountMsg.py: RadioCountToLeds.h
-       mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToLeds.h RadioCountMsg -o $@
+       mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToLeds.h radio_count_msg -o $@
 
 RadioCountMsg.class: RadioCountMsg.java
        javac RadioCountMsg.java
 
 RadioCountMsg.java: RadioCountToLeds.h
-       mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=RadioCountMsg RadioCountToLeds.h RadioCountMsg -o $@
+       mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=RadioCountMsg RadioCountToLeds.h radio_count_msg -o $@
 
 
 include $(MAKERULES)