Makefile
484 Bytes
DISTS = {1000..8000..1000}
CHOCO_HOME = $(HOME)/IdeaProjects/Modfire/modfire/MODFIRE-Prototype
CHOCO_HOME = .
CHOCO = $(CHOCO_HOME)/$(wildcard choco-solver-4.*-jar-with-dependencies.jar)
CLASSES = $(shell find -name \*.class | sed -e 's;[^/]*$$;;' | sort -u | tr '\n' :)
JFLAGS = -cp $(CHOCO):$(CLASSES)
all: make
make:
(time java $(JFLAGS) GetInput 50 res 400 0 MULTI) &>> Times/results;
paredes:
(time java $(JFLAGS) MainRegion 50 res Paredes 0 0 SINGLE) &>> Times/results;