]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - config.mk_example
changes to use the FRSH FSA module to do the analysis and spare capacity. TODO: finis...
[frescor/fna.git] / config.mk_example
index fddf5f423c7c60a4ec3934adad057b6a3fafd184..ea05f507f2b0a136e2b5774664186812599f4c67 100644 (file)
@@ -12,14 +12,25 @@ FRESCAN_ENABLE = FRESCAN_FNA_ENABLED
 
 # the gcc to use
 CC = mgcc
+
+FRESCOR_ROOT = $(HOME)/frescor
 # the path to the FRSH directory.
-FRSH_PATH = $(HOME)/frescor/frsh
+FRSH_PATH = $(FRESCOR_ROOT)/frsh
 # the path to the FOSA directory.
-FOSA_PATH = $(HOME)/frescor/fosa
+FOSA_PATH = $(FRESCOR_ROOT)/fosa
 # the path to the FNA directory.
-FNA_PATH = $(HOME)/frescor/fna
+FNA_PATH = $(FRESCOR_ROOT)/fna
+# the path to the UTILS directory
+UTILS_PATH = $(FRESCOR_ROOT)/utils
+
 # the compilation flags
-CFLAGS = -Wall -g -D$(PLATFORM) -D$(RTEP_ENABLE) -D$(UNIX_ENABLE) -I$(FNA_PATH)/include -I$(FRSH_PATH)/include \
-       -I$(FOSA_PATH)/include -I$(FOSA_PATH)/marte_non_local_jump
+CFLAGS = -Wall -g -O1 -Wuninitialized \
+        -D$(PLATFORM) \
+        -I$(FNA_PATH)/include \
+        -I$(FRSH_PATH)/include \
+        -I$(FOSA_PATH)/include \
+        -I$(UTILS_PATH)/include \
+        -I$(FOSA_PATH)/marte_non_local_jump
+
 # the library flags
 LDFLAGS = -L$(FNA_PATH)/lib -lfna