26 lines
853 B
Text
26 lines
853 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/engine/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/topoChangerFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/turbulenceModel \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lengine \
|
|
-ldynamicFvMesh \
|
|
-ldynamicMesh \
|
|
-ltopoChangerFvMesh \
|
|
-lmeshTools \
|
|
-lincompressibleTurbulenceModel \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleLESModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume \
|
|
-ltetFiniteElement \
|
|
-ltetMotionSolver \
|
|
-llduSolvers \
|
|
-L$(MESQUITE_LIB_DIR) -lmesquite
|