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

Private GIT Repository
Wip++...
[loba.git] / Makefile
index 0f52ab673ae3d286fa55b2cdb31f7588d372127f..7cf5a65b4f38509eabef390e9f7245215b2e4472 100644 (file)
--- 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
 
 OPTIM_FLAGS += -O3
 DEBUG_FLAGS += -g
@@ -34,6 +34,7 @@ SRC.loba := main.cpp          \
        communicator.cpp        \
        cost_func.cpp           \
        hostdata.cpp            \
        communicator.cpp        \
        cost_func.cpp           \
        hostdata.cpp            \
+       $(wildcard loba_*.cpp)  \
        misc.cpp                \
        neighbor.cpp            \
        options.cpp             \
        misc.cpp                \
        neighbor.cpp            \
        options.cpp             \