- communication mode is now selectable (default is blocking) - eliminate serial-only version as being redundant
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/conversion/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-ldynamicMesh \
|
|
-lgenericPatchFields \
|
|
-llagrangianIntermediate \
|
|
-lconversion
|