]> rtime.felk.cvut.cz Git - frescor/fna.git/blob - config.mk_example
config
[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 or 'no'
9 RTEP_ENABLE = no # RTEP
10
11 # the gcc to use
12 CC = mgcc
13 # the path to the FRSH directory.
14 FRSH_PATH = $(HOME)/frescor/frsh
15 # the path to the FOSA directory.
16 FOSA_PATH = $(HOME)/frescor/fosa
17 # the path to the FNA directory.
18 FNA_PATH = $(HOME)/frescor/fna
19 # the compilation flags
20 CFLAGS = -Wall -g -D$(PLATFORM) -D$(RTEP_ENABLE) -I$(FNA_PATH)/include -I$(FRSH_PATH)/include
21 # the library flags
22 LDFLAGS = -L$(FNA_PATH)/lib -lfna