Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / lagrangian / coalCombustion / Make / options
blob7253a9073d28280bd4c449621ffcf627fc3d229f
1 EXE_INC = \
2     -I$(LIB_SRC)/finiteVolume/lnInclude \
3     -I$(LIB_SRC)/meshTools/lnInclude \
4     -I$(LIB_SRC)/lagrangian/basic/lnInclude \
5     -I$(LIB_SRC)/lagrangian/intermediate/lnInclude \
6     -I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
7     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
8     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/properties/solidProperties/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/properties/solidMixtureProperties/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
14     -I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
15     -I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
16     -I$(LIB_SRC)/turbulenceModels \
17     -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
18     -I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
19     -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
20     -I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
21     -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
22     -I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
23     -I$(LIB_SRC)/sampling/lnInclude
25 LIB_LIBS = \
26     -lfiniteVolume \
27     -lmeshTools \
28     -llagrangian \
29     -llagrangianIntermediate \
30     -ldistributionModels \
31     -lspecie \
32     -lbasicThermophysicalModels \
33     -lliquidProperties \
34     -lliquidMixtureProperties \
35     -lsolidProperties \
36     -lsolidMixtureProperties \
37     -lreactionThermophysicalModels \
38     -lSLGThermo \
39     -lcompressibleRASModels \
40     -lcompressibleLESModels \
41     -lregionModels \
42     -lsurfaceFilmModels