11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/postProcessing/postCalc \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
$(FOAM_LIBBIN)/postCalc.o \
|
|
-lgenericPatchFields \
|
|
-lfiniteVolume \
|
|
-lmeshTools
|