27 lines
811 B
Plaintext
27 lines
811 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompose/lnInclude \
|
|
|
|
EXE_LIBS = \
|
|
-lfileFormats \
|
|
-lsurfMesh \
|
|
-lmeshTools \
|
|
-lfiniteVolume \
|
|
-lfiniteArea \
|
|
-llagrangian \
|
|
-ldynamicMesh \
|
|
-lsnappyHexMesh \
|
|
-lgenericPatchFields \
|
|
-ldecompose \
|
|
-ldecompositionMethods \
|
|
-L$(FOAM_LIBBIN)/dummy \
|
|
-lkahipDecomp -lmetisDecomp -lptscotchDecomp -lscotchDecomp
|