EXE_INC = \
    -ggdb3 -O0 \
    -I$(FOAM_USER_SRC)/fvMeshWithDual/lnInclude \
    -I$(FOAM_USER_SRC)/TRiSK/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude

EXE_LIBS = \
    -L$(FOAM_USER_LIBBIN) \
    -lfvMeshWithDual \
    -lTRiSK \
    -lfiniteVolume
