X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d47d44b2ed067c834ef210ad544512e7581a1c8e..c771a55e40d2a41d607a0da1b67cd1f7d546ccc8:/Makefile diff --git a/Makefile b/Makefile index 4b0df07..0f52ab6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ SIMGRID_INSTALL_DIR := ./simgrid-3.5-install +#SIMGRID_INSTALL_DIR := ../simgrid-git-install OPTIM_FLAGS += -O3 DEBUG_FLAGS += -g @@ -32,6 +33,9 @@ SETLOCALVERSION := ./setlocalversion SRC.loba := main.cpp \ communicator.cpp \ cost_func.cpp \ + hostdata.cpp \ + misc.cpp \ + neighbor.cpp \ options.cpp \ process.cpp \ version.cpp