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
6 all: equil6 generePlat construitTableau aleat
9 $(CXX) $< -o $@ $(FLAGSSG) $(INCS) $(LIBS)
11 generePlat: generePlat.cpp
12 $(CXX) $< -o $@ $(FLAGS)
14 construitTableau: construitTableau.cpp
15 $(CXX) $< -o $@ $(FLAGS)
18 rm -rf *.dSYM *~ generePlat equil6 aleat