]> AND Private Git Repository - equilibrage.git/blob - simulation/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Ajout du contre-exemple à B&T.
[equilibrage.git] / simulation / Makefile
1 INCS = -I$(SIMGRID_LOC)/include
2 LIBS = -L$(SIMGRID_LOC)/lib -lsimgrid
3 FLAGSSG = -DHAVE_CONFIG_H -finline-functions -ffast-math -funroll-loops -fno-strict-aliasing -g -O2 
4 FLAGS = -g -O2 
5
6 all: equil6 generePlat construitTableau aleat
7
8 %: %.cpp
9         $(CXX) $< -o $@ $(FLAGSSG) $(INCS) $(LIBS)
10
11 generePlat: generePlat.cpp
12         $(CXX) $< -o $@ $(FLAGS)
13
14 construitTableau: construitTableau.cpp
15         $(CXX) $< -o $@ $(FLAGS)
16
17 clean:
18         rm -rf *.dSYM *~ generePlat equil6 aleat