16 lines
480 B
Text
16 lines
480 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/meshMotion/tetDecompositionMotionSolver/lnInclude \
|
|
-I$(LIB_SRC)/tetDecompositionFiniteElement/lnInclude \
|
|
$(WM_DECOMP_INC)
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteArea \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-ldynamicMesh \
|
|
$(WM_DECOMP_LIBS) \
|
|
-llduSolvers
|