- adjointOptimisation : missing link to fileFormats - snappyHexMesh : add fvMotionSolvers link (#3058) STYLE: remove remnant -DFULLDEBUG hints - now more easily covered with wmake -debug ...
25 lines
766 B
Plaintext
25 lines
766 B
Plaintext
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 \
|
|
-lfvMotionSolvers \
|
|
-ldecompositionMethods \
|
|
-L$(FOAM_LIBBIN)/dummy \
|
|
-lkahipDecomp -lmetisDecomp -lptscotchDecomp -lscotchDecomp \
|
|
-ldecompose \
|
|
-lreconstruct \
|
|
-lsnappyHexMesh
|