Thanks to Bruno Santos for providing the script to check the files Resolves bug-report http://bugs.openfoam.org/view.php?id=2169
57 lines
2.3 KiB
Text
57 lines
2.3 KiB
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I${LIB_SRC}/meshTools/lnInclude \
|
|
-I${LIB_SRC}/sampling/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/solid/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/solidChemistryModel/lnInclude \
|
|
-I$(LIB_SRC)/combustionModels/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/properties/solidProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/properties/solidMixtureProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/pyrolysisModels/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude \
|
|
-I$(LIB_SRC)/ODE/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lspecie \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lsolidProperties \
|
|
-lsolidMixtureProperties \
|
|
-lthermophysicalFunctions \
|
|
-lreactionThermophysicalModels \
|
|
-lSLGThermo \
|
|
-lchemistryModel \
|
|
-lsolidChemistryModel \
|
|
-lcombustionModels \
|
|
-lregionModels \
|
|
-lradiationModels \
|
|
-lsurfaceFilmModels \
|
|
-lsurfaceFilmDerivedFvPatchFields \
|
|
-lpyrolysisModels \
|
|
-lregionCoupling \
|
|
-llagrangianIntermediate \
|
|
-llagrangianTurbulence \
|
|
-lODE
|