- Eg, with surface writers now in surfMesh, there are fewer libraries depending on conversion and sampling. COMP: regularize linkage ordering and avoid some implicit linkage (#1238)
28 lines
800 B
Plaintext
28 lines
800 B
Plaintext
/* Add to EXE_INC as required:
|
|
-g -DFULLDEBUG -O0
|
|
*/
|
|
|
|
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompose/lnInclude \
|
|
-I$(LIB_SRC)/parallel/reconstruct/reconstruct/lnInclude \
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfileFormats \
|
|
-lsurfMesh \
|
|
-lmeshTools \
|
|
-ldynamicMesh \
|
|
-ldecompositionMethods \
|
|
-L$(FOAM_LIBBIN)/dummy \
|
|
-lkahipDecomp -lmetisDecomp -lptscotchDecomp -lscotchDecomp \
|
|
-ldecompose \
|
|
-lreconstruct \
|
|
-lsnappyHexMesh
|