15 lines
322 B
Text
15 lines
322 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/postProcessing/postCalc \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/immersedBoundary/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
$(FOAM_LIBBIN)/postCalc.o \
|
||
|
-lfiniteVolume \
|
||
|
-ltriSurface \
|
||
|
-lmeshTools \
|
||
|
-lsurfMesh \
|
||
|
-lsampling \
|
||
|
-ldynamicMesh \
|
||
|
-limmersedBoundary
|