Changing the alarm/siren driver - make it always authenticate when it is to make...
[iot2.git] / benchmarks / Java / SmartLightsController / Makefile~
diff --git a/benchmarks/Java/SmartLightsController/Makefile~ b/benchmarks/Java/SmartLightsController/Makefile~
deleted file mode 100644 (file)
index ffda80c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-BASE = ../..
-
-include $(BASE)/common.mk
-
-BOOFDIR := ../libs/boofcv_libs
-BOOFJARS := $(BOOFDIR)/BoofCV-feature-0.21.jar:$(BOOFDIR)/BoofCV-io-0.21.jar:$(BOOFDIR)/BoofCV-visualize-0.21.jar:$(BOOFDIR)/BoofCV-ip-0.21.jar:$(CHECKERJARS)
-
-JFLAGS = -d $(BIN_DIR) -cp $(BOOFJARS):$(BIN_DIR):.
-JARFLAGS = cf 
-
-all: smartlights
-
-PHONY += smartlights
-smartlights:
-       $(JAVAC) $(JFLAGS) *.java
-       cp SmartLightsController.config $(BIN_DIR)/SmartLightsController
-       cd $(BIN_DIR)/SmartLightsController; $(JAR) $(JARFLAGS) SmartLightsController.jar ../SmartLightsController/SmartLightsController*.class ../SmartLightsController/ColorTemperature*.class ../SmartLightsController/MotionDetection*.class ../iotcode/interfaces/Camera*.class ../iotcode/interfaces/Room*.class ../iotcode/interfaces/LightBulb*.class ../iotcode/interfaces/Resolution*.class
-
-.PHONY: $(PHONY)