This prevents excessive duplication of surface geometry and makes post-processing tasks in paraview more convenient. The Nastran and Star-CD surface formats were found not to work, so support for these output types has been removed. Raw, VTK, Foam and Ensight formats are all still available.
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-ltriSurface \
|
|
-lsampling \
|
|
-lfileFormats
|