edits
[model-checker-benchmarks.git] / benchmarks.mk
index 4f0031f6b79ad79919a746b4d67c788fa3da5827..819248ee5624aa78ecf3a4709364181338317994 100644 (file)
@@ -8,9 +8,8 @@ UNAME = $(shell uname)
 LIB_NAME = model
 LIB_SO = lib$(LIB_NAME).so
 
-#BASE = ../..
-BASE = $(CDS_DIR)
-INCLUDE = -I$(BASE)/include -I../include
+BASE = ../..
+INCLUDE = -I$(BASE)/include -I../include -I$(BASE)/scfence -I$(BASE)
 
 # C preprocessor flags
 CPPFLAGS += $(INCLUDE) -g