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/freeSurface/Make/options

17 lines
491 B
Text
Raw Normal View History

EXE_INC = \
-I$(LIB_SRC)/finiteArea/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
2013-08-13 15:01:45 +00:00
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude\
-I$(LIB_SRC)/tetFiniteElement/lnInclude \
-I$(LIB_SRC)/dynamicMesh/meshMotion/tetMotionSolver/lnInclude
2015-08-04 12:39:06 +00:00
LIB_LIBS = \
-lfiniteArea \
-lfiniteVolume \
-lmeshTools \
-ldynamicMesh \
2013-08-13 15:01:45 +00:00
-ltetFiniteElement \
-ltetMotionSolver