Thanks to Bruno Santos for providing the script to check the files Resolves bug-report http://bugs.openfoam.org/view.php?id=2169
26 lines
802 B
Text
26 lines
802 B
Text
EXE_INC = \
|
|
-I.. \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/cfdTools \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lfvOptions \
|
|
-ldynamicFvMesh \
|
|
-ltopoChangerFvMesh \
|
|
-ldynamicMesh
|