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