mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
EXE_INC = -ggdb3 \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-linterfaceProperties \
|
|
-lincompressibleTransportModels \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleLESModels \
|
|
-lfiniteVolume
|