
EXE_INC = \
    -I. \
    -I./fluid \
    -I./solid \
    -I./include \
    -I$(LIB_SRC)/transportModels/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
    -I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
    -I$(LIB_SRC)/transportModels/twoPhaseProperties/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \
    -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
    -I$(LIB_SRC)/fvOptions/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/dynamicFvMesh/lnInclude \
    -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/phaseCompressible/lnInclude \
    -I../../src/VoF/lnInclude \
    -I../../src/surfaceForces/lnInclude \
    -I../../src/phaseChange/lnInclude \
    -I../../src/turbulence/VoFphaseCompressibleTurbulenceModels/lnInclude \
    -I../../src/thermoDynamics/twoPhaseModelThermo/lnInclude


EXE_LIBS = \
    -lfluidThermophysicalModels \
    -lspecie \
    -ltwoPhaseMixture \
    -ltwoPhaseProperties \
    -linterfaceProperties \
    -lturbulenceModels \
    -lcompressibleTurbulenceModels \
    -lfiniteVolume \
    -lmeshTools \
    -lsolidThermo \
    -lradiationModels \
    -lfvOptions \
    -ldynamicFvMesh \
    -lregionModels \
    -lsampling \
    -lthermoTools \
    -L$(FOAM_USER_LIBBIN) \
    -lVoFphaseModelCompressibleTurbulenceModels \
    -lVoF \
    -lphaseChange \
    -lsurfaceForces \
    -ltwoPhaseModelThermo
