ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / applications / solvers / lagrangian / reactingParcelFoam / Make / options
blobfc312bb5fa8e3e8c7dc14254607ad907eb4d8c11
1 EXE_INC = \
2     -I$(LIB_SRC)/finiteVolume/lnInclude \
3     -I${LIB_SRC}/meshTools/lnInclude \
4     -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
5     -I$(LIB_SRC)/lagrangian/basic/lnInclude \
6     -I$(LIB_SRC)/lagrangian/intermediate/lnInclude \
7     -I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
8     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/properties/solidProperties/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/properties/solidMixtureProperties/lnInclude \
14     -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
15     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
16     -I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
17     -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
18     -I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
19     -I$(LIB_SRC)/ODE/lnInclude \
20     -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
21     -I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
22     -I$(LIB_SRC)/sampling/lnInclude \
23     -I$(FOAM_SOLVERS)/combustion/reactingFoam
26 EXE_LIBS = \
27     -lfiniteVolume \
28     -lmeshTools \
29     -lcompressibleTurbulenceModel \
30     -lcompressibleRASModels \
31     -lcompressibleLESModels \
32     -llagrangian \
33     -llagrangianIntermediate \
34     -lspecie \
35     -lbasicThermophysicalModels \
36     -lliquidProperties \
37     -lliquidMixtureProperties \
38     -lsolidProperties \
39     -lsolidMixtureProperties \
40     -lthermophysicalFunctions \
41     -lreactionThermophysicalModels \
42     -lSLGThermo \
43     -lchemistryModel \
44     -lradiationModels \
45     -lODE \
46     -lregionModels \
47     -lsurfaceFilmModels \
48     -lsampling