]> rtime.felk.cvut.cz Git - frescor/fna.git/blob - config.mk_example
neg in slave, receive results
[frescor/fna.git] / config.mk_example
1 # the plaform
2 PLATFORM = MARTE_OS
3 # the path of the platform
4 PLATFORM_PATH = $(HOME)/marte
5 # the path for exporting programs linux_arch -> ./
6 EXPORT_PATH = $(HOME)/export
7
8 # enable networks with their flag (change DISABLED<->ENABLED)
9 RTEP_ENABLE = RTEP_FNA_DISABLED
10 UNIX_ENABLE = UNIX_FNA_DISABLED
11 FRESCAN_ENABLE = FRESCAN_FNA_ENABLED
12
13 # the gcc to use
14 CC = mgcc
15 # the path to the FRSH directory.
16 FRSH_PATH = $(HOME)/frescor/frsh
17 # the path to the FOSA directory.
18 FOSA_PATH = $(HOME)/frescor/fosa
19 # the path to the FNA directory.
20 FNA_PATH = $(HOME)/frescor/fna
21 # the compilation flags
22 CFLAGS = -Wall -g -D$(PLATFORM) -D$(RTEP_ENABLE) -D$(UNIX_ENABLE) -I$(FNA_PATH)/include -I$(FRSH_PATH)/include \
23         -I$(FOSA_PATH)/include -I$(FOSA_PATH)/marte_non_local_jump
24 # the library flags
25 LDFLAGS = -L$(FNA_PATH)/lib -lfna