mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
54 lines
2.1 KiB
Plaintext
54 lines
2.1 KiB
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I${LIB_SRC}/meshTools/lnInclude \
|
|
-I${LIB_SRC}/AMIInterpolation/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
|
|
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/solid/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basicSolidThermo/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/radiationModels/lnInclude \
|
|
-I$(LIB_SRC)/combustionModels/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 \
|
|
-I$(LIB_SRC)/sampling/lnInclude
|
|
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lcompressibleRASModels \
|
|
-lcompressibleLESModels \
|
|
-lspecie \
|
|
-lbasicThermophysicalModels \
|
|
-lsolidProperties \
|
|
-lsolidMixtureProperties \
|
|
-lthermophysicalFunctions \
|
|
-lreactionThermophysicalModels \
|
|
-lSLGThermo \
|
|
-lchemistryModel \
|
|
-lsolidChemistryModel \
|
|
-lcombustionModels \
|
|
-lregionModels \
|
|
-lradiationModels \
|
|
-lsurfaceFilmModels \
|
|
-lpyrolysisModels \
|
|
-llagrangianIntermediate \
|
|
-lODE \
|
|
-lsampling
|