ThirdParty: adjusting the compilation of .L files when using flex from ThirdParty

This commit is contained in:
Martin Beaudoin 2015-05-17 23:58:57 -04:00
parent f66940199d
commit 69f5076a14
9 changed files with 55 additions and 0 deletions

View file

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

View file

@ -1,7 +1,15 @@
ifneq ($(FLEX_DIR), "")
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/conversion/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
else
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/conversion/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
endif
EXE_LIBS = \
-lmeshTools \

View file

@ -1,6 +1,13 @@
ifneq ($(FLEX_DIR), "")
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
else
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
endif
EXE_LIBS = \
-lmeshTools \

View file

@ -1,6 +1,13 @@
ifneq ($(FLEX_DIR), "")
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
else
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude
endif
EXE_LIBS = \
-lmeshTools \

View file

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

View file

@ -1,5 +1,11 @@
ifneq ($(FLEX_DIR), "")
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/finiteVolume/lnInclude
else
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude
endif
EXE_LIBS = \
-lfiniteVolume

View file

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

View file

@ -1,7 +1,15 @@
ifneq ($(FLEX_DIR), "")
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude
else
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude
endif
LIB_LIBS = \
-lfiniteVolume

View file

@ -1,5 +1,12 @@
ifneq ($(FLEX_DIR), "")
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(WM_THIRD_PARTY_DIR)/zlib-1.2.3
else
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(WM_THIRD_PARTY_DIR)/zlib-1.2.3
endif
LIB_LIBS =