EXE_INC = \
    -I$(LIB_SRC)/physicalProperties/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/Lagrangian/Lagrangian/lnInclude

LIB_LIBS = \
    -lphysicalProperties \
    -lfluidThermophysicalModels \
    -lmomentumTransportModels \
    -lfiniteVolume \
    -lmeshTools \
    -lLagrangian
