X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=benchmarks%2FJava%2FIrrigationController%2FMakefile;h=fa69d0d215f604cea239bc3d7539f06483f967d5;hb=aaa765a192fdcd2aaa05fb6b276424652578d0e8;hp=e8d863b6c87e1b49876590a663d04b1e563388f8;hpb=7cab636b00bf5afcc441c9e4bdd4d6f4f0e2cf95;p=iot2.git diff --git a/benchmarks/Java/IrrigationController/Makefile b/benchmarks/Java/IrrigationController/Makefile index e8d863b..fa69d0d 100644 --- a/benchmarks/Java/IrrigationController/Makefile +++ b/benchmarks/Java/IrrigationController/Makefile @@ -23,6 +23,7 @@ irrigation: $(JAVAC) $(JFLAGS) *.java cd $(BIN_DIR)/IrrigationController; $(JAR) $(JARFLAGS) IrrigationController.jar ../IrrigationController/*.class ../iotcode/interfaces/*.class cp IrrigationController.config $(BIN_DIR)/IrrigationController + cp IrrigationController.tomoyo $(BIN_DIR)/IrrigationController cp -rf ./resources ./help_files $(BIN_DIR)/IrrigationController cd $(BIN_DIR)/IrrigationController; zip -r IrrigationController.zip ./resources ./help_files @@ -31,6 +32,7 @@ check-irrigation: $(JAVAC) $(JFLAGS) $(CHECKER_OPT) $(ASTUBS) *.java cd $(BIN_DIR)/IrrigationController; $(JAR) $(JARFLAGS) IrrigationController.jar ../IrrigationController/*.class ../iotcode/interfaces/*.class cp IrrigationController.config $(BIN_DIR)/IrrigationController + cp IrrigationController.tomoyo $(BIN_DIR)/IrrigationController cp -rf ./resources ./help_files $(BIN_DIR)/IrrigationController cd $(BIN_DIR)/IrrigationController; zip -r IrrigationController.zip ./resources ./help_files