initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / lagrangian / coalCombustion / Make / options
blob965409487a3c83e2651e6cd1facbc8f479f68228
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)/thermophysicalModels/pdfs/lnInclude \
7     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
8     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/liquidMixture/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/solids/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/solidMixture/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
14     -I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
15     -I$(LIB_SRC)/turbulenceModels \
16     -I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
17     -I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
18     -I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
19     -I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude
21 LIB_LIBS = \
22     -lfiniteVolume \
23     -lmeshTools \
24     -llagrangian \
25     -llagrangianIntermediate \
26     -lpdf \
27     -lspecie \
28     -lbasicThermophysicalModels \
29     -lliquids \
30     -lliquidMixture \
31     -lsolids \
32     -lsolidMixture \
33     -lreactionThermophysicalModels \
34     -lcompressibleRASModels \
35     -lcompressibleLESModels