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/utilities/mesh/manipulation/moveDyMEngineMesh/Make/options

19 lines
467 B
Text
Raw Normal View History

EXE_INC = \
2011-03-03 11:49:44 +00:00
-I$(LIB_SRC)/finiteVolume/lnInclude \
2011-07-07 13:12:17 +00:00
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/engine/lnInclude \
2011-03-03 11:49:44 +00:00
$(WM_DECOMP_INC)
EXE_LIBS = \
-lfiniteVolume \
2011-03-03 11:49:44 +00:00
-ldynamicMesh \
-ldynamicFvMesh \
-lmeshTools \
-lengine \
2011-10-18 09:46:17 +00:00
-lmeshTools \
2011-03-03 11:49:44 +00:00
$(WM_DECOMP_LIBS) \
2012-08-30 16:34:41 +00:00
-llduSolvers \
-L$(MESQUITE_LIB_DIR) -lmesquite