Forward compatibility: flex
[foam-extend-3.2.git] / src / thermophysicalModels / reactionThermo / Make / options
blob8398adf7b61be9f401a6bb665e7869084f1635c0
1 ifneq ($(FLEX_DIR), "")
2 EXE_INC = \
3     -I$(FLEX_DIR)/include \
4     -I$(LIB_SRC)/finiteVolume/lnInclude \
5     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
6     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude
7 else
8 EXE_INC = \
9     -I$(LIB_SRC)/finiteVolume/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude
12 endif
14 LIB_LIBS = \
15     -lbasicThermophysicalModels \
16     -lfiniteVolume \
17     -lspecie