X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/6f5ec5fdc42f96a8fe95f4b846b163d4dc92e0c8..59c4464d010ebc2275a821c1d80ebc64aeee15e5:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 8f484f1..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,6 +33,10 @@ SETLOCALVERSION := ./setlocalversion SRC.loba := main.cpp \ communicator.cpp \ cost_func.cpp \ + deployment.cpp \ + hostdata.cpp \ + $(wildcard loba_*.cpp) \ + misc.cpp \ neighbor.cpp \ options.cpp \ process.cpp \