]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Use CLEAN_EXTRA to remove the *.class *.pyc *Msg.java and *Msg.py.
authorrazvanm <razvanm>
Mon, 2 Feb 2009 18:08:06 +0000 (18:08 +0000)
committerrazvanm <razvanm>
Mon, 2 Feb 2009 18:08:06 +0000 (18:08 +0000)
apps/RadioCountToLeds/Makefile
apps/tests/TestSerialBandwidth/Makefile
apps/tests/cc2420/LplBroadcastCountToLeds/Makefile
apps/tests/cc2420/RssiToSerial/Makefile
apps/tests/cc2420/TestPacketLink/Makefile
apps/tests/cc2420/TxThroughput/Makefile
apps/tests/eyesIFX/RadioCountToFlash/Makefile

index 0a8e2eb9d7aba8fdebeb7bdd8cf56a2f1be36a4b..5cab01d6fcbbf92f2a0428ac822b562ef8da3420 100644 (file)
@@ -1,5 +1,6 @@
 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 radio_count_msg -o $@
index b0aae0547680874ebd4592e3d3fb7a8ae679cbcd..c7603bf069b7b67571bef0f8f181258c96a9d793 100644 (file)
@@ -1,6 +1,7 @@
 COMPONENT=TestSerialAppC
 BUILD_EXTRA_DEPS += TestSerialMsg.class TestSerial.class
 CFLAGS += -DTOSH_DATA_LENGTH=100
+CLEAN_EXTRA = *.class TestSerialMsg.java
 
 %.class: %.java
        javac $<
index 6e62a3794338e836a03169370ac71e774811f981..139d6aeae4340a926a8fb41d212ec8a05fbec17f 100644 (file)
@@ -4,6 +4,7 @@ CFLAGS += -DACK_LOW_POWER_LISTENING
 #CFLAGS += -DNOACK_LOW_POWER_LISTENING
 
 BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+CLEAN_EXTRA = *.class *.pyc RadioCountMsg.py RadioCountMsg.java
 
 RadioCountMsg.py: RadioCountToLeds.h
        mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToLeds.h radio_count_msg -o $@
index 887e5f9c18c52008b3a031335a311914b6bbc172..8e1faddf08931bfd59ce41bd55d5e4c642496857 100644 (file)
@@ -1,6 +1,6 @@
 COMPONENT=RssiToSerialC
-
 BUILD_EXTRA_DEPS = RssiSerialMsg.java SpecAnalyzer.class
+CLEAN_EXTRA = *.class RssiSerialMsg.java
 
 RssiSerialMsg.java: RssiToSerial.h
        mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=RssiSerialMsg RssiToSerial.h rssi_serial_msg -o $@
index fdf318a1d21f6d7d479f39d0513b64f327628c36..b1ca74d040029b2ecb6914c86d6e854f29e230c1 100644 (file)
@@ -1,8 +1,7 @@
 COMPONENT=TestPacketLinkC
-
 CFLAGS += -DPACKET_LINK
-
 BUILD_EXTRA_DEPS = PacketLinkMsg.java TestPacketLink.class
+CLEAN_EXTRA = *.class PacketLinkMsg.java
 
 PacketLinkMsg.java: TestPacketLink.h
        mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=PacketLinkMsg TestPacketLink.h PacketLinkMsg -o $@
index cf72257e232a580266591c4d2744926be773df6d..bbc8e5332443b8c0fb7a7ab678731fddedb1fff0 100644 (file)
@@ -1,7 +1,6 @@
 COMPONENT=TxThroughputC
-
-
 BUILD_EXTRA_DEPS = ThroughputMsg.py ThroughputMsg.java ThroughputMsg.class
+CLEAN_EXTRA = *.class *.pyc ThroughputMsg.py ThroughputMsg.java
 
 ThroughputMsg.py: TxThroughput.h
        mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=ThroughputMsg TxThroughput.h ThroughputMsg -o $@
index 14ef6855f21e99c91fc07f6ac4a9823eb5dcd725..e98a3bc3e4de19a26d2b0549d61fb32ed9e19d3d 100644 (file)
@@ -1,5 +1,6 @@
 COMPONENT=RadioCountToFlashAppC
 BUILD_EXTRA_DEPS = RadioCountMsg.py RadioCountMsg.class
+CLEAN_EXTRA = *.class RadioCountMsg.py RadioCountMsg.java
 
 RadioCountMsg.py: RadioCountToFlash.h
        mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=RadioCountMsg RadioCountToFlash.h RadioCountMsg -o $@