12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/postProcessing/postCalc \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
$(FOAM_LIBBIN)/postCalc.o \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie
|