X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/c771a55e40d2a41d607a0da1b67cd1f7d546ccc8..9c6f9565824d2cc3389e87f13ee9a0308d615807:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 0f52ab6..f2d206c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SIMGRID_INSTALL_DIR := ./simgrid-3.5-install -#SIMGRID_INSTALL_DIR := ../simgrid-git-install +SIMGRID_INSTALL_DIR := ./simgrid-stable +#SIMGRID_INSTALL_DIR := ./simgrid-dev OPTIM_FLAGS += -O3 DEBUG_FLAGS += -g @@ -33,7 +33,9 @@ SETLOCALVERSION := ./setlocalversion SRC.loba := main.cpp \ communicator.cpp \ cost_func.cpp \ + deployment.cpp \ hostdata.cpp \ + $(wildcard loba_*.cpp) \ misc.cpp \ neighbor.cpp \ options.cpp \