Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / solvers / lagrangian / coalChemistryFoam / Make / options
blobf2f8d1e75874dd9361753b992bad7d1847ff0dc1
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/coalCombustion/lnInclude \
8     -I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/properties/solidProperties/lnInclude \
14     -I$(LIB_SRC)/thermophysicalModels/properties/solidMixtureProperties/lnInclude \
15     -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
16     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
17     -I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
18     -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
19     -I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
20     -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
21     -I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
22     -I$(LIB_SRC)/ODE/lnInclude \
23     -I$(LIB_SRC)/sampling/lnInclude \
24     -I$(FOAM_SOLVERS)/combustion/reactingFoam
27 EXE_LIBS = \
28     -lfiniteVolume \
29     -lmeshTools \
30     -lcompressibleTurbulenceModel \
31     -lcompressibleRASModels \
32     -lcompressibleLESModels \
33     -llagrangian \
34     -llagrangianIntermediate \
35     -lcoalCombustion\
36     -lspecie \
37     -lbasicThermophysicalModels \
38     -lliquidProperties \
39     -lliquidMixtureProperties \
40     -lsolidProperties \
41     -lsolidMixtureProperties \
42     -lthermophysicalFunctions \
43     -lreactionThermophysicalModels \
44     -lSLGThermo \
45     -lchemistryModel \
46     -lradiationModels \
47     -lregionModels \
48     -lsurfaceFilmModels \
49     -lODE \
50     -lsampling