Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / lagrangian / spray / Make / options
blob0d8cf66e8427ffe036aa0802ed3b95af8435e027
1 EXE_INC = \
2     -I$(LIB_SRC)/finiteVolume/lnInclude \
3     -I$(LIB_SRC)/meshTools/lnInclude \
4     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
5     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
6     -I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
7     -I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
8     -I$(LIB_SRC)/thermophysicalModels/properties/solidProperties/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/properties/solidMixtureProperties/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
13     -I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
14     -I$(LIB_SRC)/lagrangian/basic/lnInclude \
15     -I$(LIB_SRC)/lagrangian/intermediate/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)/dynamicFvMesh/lnInclude \
24     -I$(LIB_SRC)/sampling/lnInclude
26 LIB_LIBS = \
27     -lfiniteVolume \
28     -lmeshTools \
29     -ldistributionModels \
30     -llagrangian \
31     -llagrangianIntermediate \
32     -lliquidProperties \
33     -lliquidMixtureProperties \
34     -lsolidProperties \
35     -lsolidMixtureProperties \
36     -lspecie \
37     -lbasicThermophysicalModels \
38     -lreactionThermophysicalModels \
39     -lSLGThermo \
40     -lchemistryModel \
41     -lradiationModels \
42     -lODE \
43     -lcompressibleRASModels \
44     -lcompressibleLESModels \
45     -ldynamicFvMesh \
46     -lsurfaceFilmModels