Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / src / lagrangian / intermediate / Make / options
blob951d16cf589813f98b3bdf69c8def36682d91b0c
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/distributionModels/lnInclude \
6     -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
7     -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
8     -I$(LIB_SRC)/thermophysicalModels/properties/liquidProperties/lnInclude \
9     -I$(LIB_SRC)/thermophysicalModels/properties/liquidMixtureProperties/lnInclude \
10     -I$(LIB_SRC)/thermophysicalModels/properties/solidProperties/lnInclude \
11     -I$(LIB_SRC)/thermophysicalModels/properties/solidMixtureProperties/lnInclude \
12     -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
13     -I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
14     -I$(LIB_SRC)/thermophysicalModels/radiationModels/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 \
20     -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
21     -I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
22     -I$(LIB_SRC)/dynamicFvMesh/lnInclude \
23     -I$(LIB_SRC)/sampling/lnInclude
25 LIB_LIBS = \
26     -lfiniteVolume \
27     -lmeshTools \
28     -llagrangian \
29     -ldistributionModels \
30     -lliquidProperties \
31     -lliquidMixtureProperties \
32     -lsolidProperties \
33     -lsolidMixtureProperties \
34     -lspecie \
35     -lbasicThermophysicalModels \
36     -lreactionThermophysicalModels \
37     -lSLGThermo \
38     -lchemistryModel \
39     -lradiationModels \
40     -lODE \
41     -lcompressibleRASModels \
42     -lcompressibleLESModels \
43     -ldynamicFvMesh \
44     -lsurfaceFilmModels