- in preparation for adding an optional '-reconstruct' to a few utilities re-use as -lreconstruct library - move related stuff there too src/decompositionMethods/decompositionMethods -> src/parallel/decompositionMethods - added missing namespace qualifiers
17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
EXE_INC = \
|
|
/* -g -DFULLDEBUG -O0 */ \
|
|
-I$(LIB_SRC)/parallel/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/mesh/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 = \
|
|
-lfiniteVolume \
|
|
-ldecompositionMethods \
|
|
-lmeshTools \
|
|
-ldynamicMesh \
|
|
-lautoMesh
|