sinclude $(GENERAL_RULES)/module-path-user

/* Failsafe - user location */
ifeq (,$(strip $(FOAM_MODULE_APPBIN)))
    FOAM_MODULE_APPBIN = $(FOAM_USER_APPBIN)
endif
ifeq (,$(strip $(FOAM_MODULE_LIBBIN)))
    FOAM_MODULE_LIBBIN = $(FOAM_USER_LIBBIN)
endif


include ./versionRules/libraryRules
include $(GENERAL_RULES)/module-path-user

EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/OpenFOAM/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
$(INCOMPRESSIBLE_TURB_INC) \
$(INCOMPRESSIBLE_TRANSPORT_INC) \
-IversionRules \
-IrootFinding/RootFinder \
-IlawsOfTheWall/LawOfTheWall \
-IeddyViscosities/EddyViscosity \
-Isamplers/Sampler \
-Ihelpers \
-Isamplers/SampledField \
-IcellFinders/CellFinder \
-I$(LIB_SRC)/lagrangian/basic/lnInclude

LIB_LIBS = \
-lfiniteVolume \
-lOpenFOAM \
-lmeshTools \
-lsampling \
$(INCOMPRESSIBLE_TURB_LIB) \
$(INCOMPRESSIBLE_TURB_ALL_LIBS)
