EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/transportModels/compressible/lnInclude \
    -I$(LIB_SRC)/functionObjects/field/lnInclude \
    -I../interfacialModels/lnInclude \
    -I../phaseSystems/lnInclude

LIB_LIBS = \
    -lfieldFunctionObjects \
    -lfiniteVolume
