EXE_INC = \
    ${c++LESSWARN} \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/conversion/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/mesh/blockMesh/lnInclude \
    -I$(PARAVIEW_INC_DIR) \
    -I$(PARAVIEW_INC_DIR)/vtkkwiml \
    -I../foamPv \
    -I../PVblockMeshReader

LIB_LIBS = \
    -lmeshTools \
    -lblockMesh \
    -L$(FOAM_LIBBIN) -lfoamPv-pv${PARAVIEW_API} \
    $(GLIBS)
