]> AND Private Git Repository - loba.git/blobdiff - Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Wip++...
[loba.git] / Makefile
index 4b0df0717267e86368085e4795d0f41bdf5d6c56..80ab4fee2370f98b39b03b5c40c31ffb08616183 100644 (file)
--- 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,10 @@ SETLOCALVERSION := ./setlocalversion
 SRC.loba := main.cpp           \
        communicator.cpp        \
        cost_func.cpp           \
+       hostdata.cpp            \
+       $(wildcard loba_*.cpp)  \
+       misc.cpp                \
+       neighbor.cpp            \
        options.cpp             \
        process.cpp             \
        version.cpp