db7fac3f24
git-svn-id: https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev@1731 e4e07f05-0c2f-0410-a05a-b8ba57e0c909
19 lines
506 B
Text
19 lines
506 B
Text
EXE_INC = \
|
|
-I../freeSurface \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/tetDecompositionFiniteElement/lnInclude \
|
|
-I$(LIB_SRC)/tetDecompositionMotionSolver/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
$(WM_DECOMP_INC)
|
|
|
|
EXE_LIBS = \
|
|
-lfreeSurface \
|
|
-lfiniteVolume \
|
|
-lfiniteArea \
|
|
-lmeshTools \
|
|
-ldynamicMesh \
|
|
-lmeshTools \
|
|
$(WM_DECOMP_LIBS) \
|
|
-llduSolvers
|