Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update the double extern declaration bis
[simgrid.git] / examples / simdag / mixtesim / Makedefs
1 # System-dependent values determined by the configuration script.
2
3 #
4 # Should not print info about cd-ing to directories
5 #
6 #.SILENT:
7
8 #
9 # Variables
10 #
11 SIMGRID_PATH = $(HOME)
12 MY_MIXTESIM_ROOT = /home/alegrand/simgrid3/examples/simdag/mixtesim
13 CFLAGS        = -I$(MY_MIXTESIM_ROOT)/include \
14               -I$(SIMGRID_PATH)/include \
15               -finline-functions  -g  -Wall -Werror
16 CC            = gcc
17 LD            = gcc
18
19 LIBS = -lm
20
21 SIMGRIDLIB = $(SIMGRID_PATH)/lib/libsimgrid.so