17 lines
431 B
Plaintext
17 lines
431 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/conversion/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-ldynamicMesh \
|
|
-lfileFormats \
|
|
-lsampling \
|
|
-lgenericPatchFields \
|
|
-llagrangian \
|
|
-lconversion
|