initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / solvers / lagrangian / coalChemistryFoam / Make / options
blobb7abd77a175372229b37f37bd8151117e904f3c2
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)/thermophysicalModels/pdfs/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/liquidMixture/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/solids/lnInclude \
14     -I$(LIB_SRC)/thermophysicalModels/solidMixture/lnInclude \
15     -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
16     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
17     -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
18     -I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
19     -I$(LIB_SRC)/ODE/lnInclude
21 EXE_LIBS = \
22     -lfiniteVolume \
23     -lmeshTools \
24     -lcompressibleRASModels \
25     -lcompressibleLESModels \
26     -llagrangian \
27     -llagrangianIntermediate \
28     -lcoalCombustion\
29     -lspecie \
30     -lbasicThermophysicalModels \
31     -lliquids \
32     -lliquidMixture \
33     -lsolids \
34     -lsolidMixture \
35     -lthermophysicalFunctions \
36     -lreactionThermophysicalModels \
37     -lchemistryModel \
38     -lradiation \
39     -lODE