19 lines
492 B
Text
19 lines
492 B
Text
|
EXE_INC = \
|
||
|
-I../../../fluidSolidInteraction/lnInclude \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||
|
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
|
||
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude
|
||
|
|
||
|
|
||
|
LIB_LIBS = \
|
||
|
-L$(FOAM_USER_LIBBIN) \
|
||
|
-lfluidSolidInteraction \
|
||
|
-lfiniteVolume \
|
||
|
-lfiniteArea \
|
||
|
-ldynamicFvMesh \
|
||
|
-ldynamicMesh \
|
||
|
-lmeshTools
|