17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
EXE_INC = \
|
|
-I$(FOAM_SOLVERS)/modules/fluidSolver/lnInclude \
|
|
-I$(LIB_SRC)/physicalProperties/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lfluidSolver \
|
|
-lphysicalProperties \
|
|
-linterfaceCompression \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lfvModels \
|
|
-lfvConstraints \
|
|
-lsampling
|