Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / utilities / thermophysical / chemkinToFoam / Make / options
blob52a0cb8ee3399bc32990d6442890106cd5e6a48c
1 ifneq ($(FLEX_DIR), "")
2 EXE_INC = \
3     -I$(FLEX_DIR)/include \
4     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
5     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude
6 else
7 EXE_INC = \
8     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude
10 endif
12 EXE_LIBS = \
13     -lreactionThermophysicalModels \
14     -lbasicThermophysicalModels \
15     -lspecie