projects
/
iot2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding class file deletion in Makefile for controllers
[iot2.git]
/
benchmarks
/
Java
/
IrrigationController
/
Makefile
diff --git
a/benchmarks/Java/IrrigationController/Makefile
b/benchmarks/Java/IrrigationController/Makefile
index
e8d863b
..
a797ab4
100644
(file)
--- a/
benchmarks/Java/IrrigationController/Makefile
+++ b/
benchmarks/Java/IrrigationController/Makefile
@@
-21,17
+21,19
@@
check-all: check-irrigation
PHONY += irrigation
irrigation:
$(JAVAC) $(JFLAGS) *.java
PHONY += irrigation
irrigation:
$(JAVAC) $(JFLAGS) *.java
- cd $(BIN_DIR)/IrrigationController; $(JAR) $(JARFLAGS) IrrigationController.jar ../IrrigationController/*.class ../iotcode/interfaces/*.class
+ cd $(BIN_DIR)/IrrigationController; $(JAR) $(JARFLAGS) IrrigationController.jar ../IrrigationController/*.class ../iotcode/interfaces/*.class
; rm -rf *.class
cp IrrigationController.config $(BIN_DIR)/IrrigationController
cp IrrigationController.config $(BIN_DIR)/IrrigationController
+ cp IrrigationController.tomoyo $(BIN_DIR)/IrrigationController
cp -rf ./resources ./help_files $(BIN_DIR)/IrrigationController
cp -rf ./resources ./help_files $(BIN_DIR)/IrrigationController
- cd $(BIN_DIR)/IrrigationController; zip -r IrrigationController.zip ./resources ./help_files
+ cd $(BIN_DIR)/IrrigationController; zip -r IrrigationController.zip ./resources ./help_files
; rm -rf ./resources ./help_files
PHONY += check-irrigation
check-irrigation:
$(JAVAC) $(JFLAGS) $(CHECKER_OPT) $(ASTUBS) *.java
PHONY += check-irrigation
check-irrigation:
$(JAVAC) $(JFLAGS) $(CHECKER_OPT) $(ASTUBS) *.java
- cd $(BIN_DIR)/IrrigationController; $(JAR) $(JARFLAGS) IrrigationController.jar ../IrrigationController/*.class ../iotcode/interfaces/*.class
+ cd $(BIN_DIR)/IrrigationController; $(JAR) $(JARFLAGS) IrrigationController.jar ../IrrigationController/*.class ../iotcode/interfaces/*.class
; rm -rf *.class
cp IrrigationController.config $(BIN_DIR)/IrrigationController
cp IrrigationController.config $(BIN_DIR)/IrrigationController
+ cp IrrigationController.tomoyo $(BIN_DIR)/IrrigationController
cp -rf ./resources ./help_files $(BIN_DIR)/IrrigationController
cp -rf ./resources ./help_files $(BIN_DIR)/IrrigationController
- cd $(BIN_DIR)/IrrigationController; zip -r IrrigationController.zip ./resources ./help_files
+ cd $(BIN_DIR)/IrrigationController; zip -r IrrigationController.zip ./resources ./help_files
; rm -rf ./resources ./help_files
.PHONY: $(PHONY)
.PHONY: $(PHONY)