15 lines
425 B
Text
15 lines
425 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
|