X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=apps%2FRadioSenseToLeds%2FMakefile;h=1efb97b719290fa73ca5915e7f3c1e4466f7fc4e;hb=1a329382c4f4556fd52d85f4e3f4a67e54911682;hp=2a916e363c82747781fc599cf0f1f3dd6f0689da;hpb=3837fe262225242d1629ba72bdf12f6d162ba5c0;p=tinyos-2.x.git diff --git a/apps/RadioSenseToLeds/Makefile b/apps/RadioSenseToLeds/Makefile index 2a916e36..1efb97b7 100644 --- a/apps/RadioSenseToLeds/Makefile +++ b/apps/RadioSenseToLeds/Makefile @@ -2,13 +2,13 @@ COMPONENT=RadioSenseToLedsAppC BUILD_EXTRA_DEPS = RadioSenseMsg.py RadioSenseMsg.class RadioSenseMsg.py: RadioSenseToLeds.h - mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioSenseMsg RadioSenseToLeds.h RadioSenseMsg -o $@ + mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioSenseMsg RadioSenseToLeds.h radio_sense_msg -o $@ RadioSenseMsg.class: RadioSenseMsg.java javac RadioSenseMsg.java RadioSenseMsg.java: RadioSenseToLeds.h - mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=RadioSenseMsg RadioSenseToLeds.h RadioSenseMsg -o $@ + mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=RadioSenseMsg RadioSenseToLeds.h radio_sense_msg -o $@ include $(MAKERULES)