22 lines
589 B
Plaintext
22 lines
589 B
Plaintext
# Note: enable vtkPolyhedron when available
|
|
|
|
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I../PVFoamReader/vtk \
|
|
-I$(ParaView_INCLUDE_DIR) \
|
|
-I$(ParaView_INCLUDE_DIR)/vtkkwiml \
|
|
$(shell \
|
|
test -f $(ParaView_INCLUDE_DIR)/vtkPolyhedron.h && \
|
|
echo "-DHAS_VTK_POLYHEDRON" || echo "-UHAS_VTK_POLYHEDRON" \
|
|
)
|
|
|
|
LIB_LIBS = \
|
|
-ldynamicMesh \
|
|
-lgenericFvFields \
|
|
-llagrangian \
|
|
-L$(FOAM_LIBBIN) \
|
|
$(GLIBS)
|