mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
56 lines
2.2 KiB
Plaintext
56 lines
2.2 KiB
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/fieldSources/lnInclude \
|
|
-I${LIB_SRC}/meshTools/lnInclude \
|
|
-I${LIB_SRC}/sampling/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/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/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
|
|
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfieldSources \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lcompressibleRASModels \
|
|
-lcompressibleLESModels \
|
|
-lspecie \
|
|
-lfluidThermophysicalModels \
|
|
-lsolidProperties \
|
|
-lsolidMixtureProperties \
|
|
-lthermophysicalFunctions \
|
|
-lreactionThermophysicalModels \
|
|
-lSLGThermo \
|
|
-lchemistryModel \
|
|
-lsolidChemistryModel \
|
|
-lcombustionModels \
|
|
-lregionModels \
|
|
-lradiationModels \
|
|
-lsurfaceFilmModels \
|
|
-lpyrolysisModels \
|
|
-lregionCoupling \
|
|
-llagrangianIntermediate \
|
|
-lODE
|