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