18 lines
521 B
Text
18 lines
521 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/overset/oversetMesh/lnInclude \
|
|
-I$(LIB_SRC)/overset/oversetDynamicFvMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-ldynamicFvMesh \
|
|
-ldynamicMesh \
|
|
-lengine \
|
|
-lmeshTools \
|
|
-lfiniteVolume \
|
|
-loversetMesh \
|
|
-loversetDynamicFvMesh \
|
|
-llduSolvers \
|
|
-L$(MESQUITE_LIB_DIR) -lmesquite
|