Bugfix: Conditionals for checking if FLEX_DIR is specified are corrected in Make/options

This commit is contained in:
Vanja Skuric 2017-02-07 12:38:46 +01:00
parent 8bc571ee46
commit 978c747d9d
10 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include
endif

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include
endif

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/finiteVolume/lnInclude

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include
endif

View file

@ -1,4 +1,4 @@
ifneq ($(FLEX_DIR), "")
ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/finiteVolume/lnInclude \