This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/utilities/thermophysical/chemkinToFoam/Make/options

15 lines
422 B
Text

ifneq ($(FLEX_DIR),)
EXE_INC = \
-I$(FLEX_DIR)/include \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude
else
EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude
endif
EXE_LIBS = \
-lreactionThermophysicalModels \
-lbasicThermophysicalModels \
-lspecie