14 lines
462 B
Plaintext
14 lines
462 B
Plaintext
EXE_INC = \
|
|
/* -g -DFULLDEBUG -O0 */ \
|
|
-I$(FOAM_UTILITIES)/parallelProcessing/decompositionMethods/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/autoMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/edgeMesh/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-L$(FOAM_MPI_LIBBIN) -lparMetisDecompositionMethod \
|
|
-lautoMesh
|