Bugfix: Conditionals for checking if FLEX_DIR is specified are corrected in Make/options
This commit is contained in:
parent
8bc571ee46
commit
978c747d9d
10 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include
|
||||
endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include
|
||||
endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include \
|
||||
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ifneq ($(FLEX_DIR), "")
|
||||
ifneq ($(FLEX_DIR),)
|
||||
EXE_INC = \
|
||||
-I$(FLEX_DIR)/include \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
|
|
Reference in a new issue