15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/renumber/renumberMethods/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-ldynamicMesh \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-lrenumberMethods \
|
|
-ldecompositionMethods -L$(FOAM_LIBBIN)/dummy -lmetisDecomp -lscotchDecomp
|