This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/surfaceTracking/bubbleInterTrackFoam/Make/options

21 lines
559 B
Text
Raw Normal View History

EXE_INC = \
-I./include \
-I../freeSurface \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/finiteArea/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
-I$(LIB_SRC)/tetDecompositionFiniteElement/lnInclude \
-I$(LIB_SRC)/dynamicMesh/meshMotion/tetDecompositionMotionSolver/lnInclude \
$(WM_DECOMP_INC)
EXE_LIBS = \
-lfreeSurface \
-lfiniteVolume \
-lfiniteArea \
-lmeshTools \
-ldynamicMesh \
-lmeshTools \
$(WM_DECOMP_LIBS) \
-llduSolvers