X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FRadioCountToLeds%2FMakefile;h=5cab01d6fcbbf92f2a0428ac822b562ef8da3420;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=f1a70970d60b90ddee29fed847cb8383f58ecb35;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/apps/RadioCountToLeds/Makefile b/apps/RadioCountToLeds/Makefile index f1a70970..5cab01d6 100644 --- a/apps/RadioCountToLeds/Makefile +++ b/apps/RadioCountToLeds/Makefile @@ -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)