Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
96fd3c93
Commit
96fd3c93
authored
Apr 06, 2017
by
Mark Olesen
Browse files
STYLE: consistent use of LIB_SRC in Make/options
- had occasional remnant use of FOAM_SRC
parent
eb6fb7f7
Changes
12
Hide whitespace changes
Inline
Side-by-side
applications/test/dynamicIndexedOctree/Make/options
View file @
96fd3c93
EXE_INC = -I$(
FOAM
_SRC)/meshTools/lnInclude
EXE_INC = -I$(
LIB
_SRC)/meshTools/lnInclude
EXE_LIBS = -lmeshTools
applications/utilities/mesh/manipulation/stitchMesh/toleranceDict
View file @
96fd3c93
...
...
@@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// For complete details on what this dictionary file should provide, see
//
$FOAM_SRC/
src/dynamicMesh/slidingInterface/slidingInterface.C
// src/dynamicMesh/slidingInterface/slidingInterface.C
// method: Foam::slidingInterface::setTolerances
//- Point merge tolerance
...
...
applications/utilities/surface/surfaceBooleanFeatures/Make/options
View file @
96fd3c93
...
...
@@ -15,8 +15,8 @@ EXE_INC = \
${CGAL_INC} \
${c++CGALWARN} \
$(COMP_FLAGS) \
-I$(
FOAM
_SRC)/surfMesh/lnInclude \
-I$(
FOAM
_SRC)/triSurface/lnInclude \
-I$(
LIB
_SRC)/surfMesh/lnInclude \
-I$(
LIB
_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
...
...
applications/utilities/surface/surfaceBooleanFeatures/PolyhedronReader/Make/options
View file @
96fd3c93
...
...
@@ -13,8 +13,8 @@ EXE_INC = \
${CGAL_INC} \
${c++CGALWARN} \
-I.. \
-I$(
FOAM
_SRC)/surfMesh/lnInclude \
-I$(
FOAM
_SRC)/triSurface/lnInclude \
-I$(
LIB
_SRC)/surfMesh/lnInclude \
-I$(
LIB
_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I/usr/include/Qt
...
...
applications/utilities/surface/surfaceInflate/Make/options
View file @
96fd3c93
EXE_INC = \
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(FOAM_SRC)/surfMesh/lnInclude \
-I$(FOAM_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-ltriSurface \
...
...
src/dummyThirdParty/metisDecomp/Make/options
View file @
96fd3c93
EXE_INC = \
-I$(
FOAM
_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(
FOAM
_SRC)/parallel/decompose/metisDecomp/lnInclude
-I$(
LIB
_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(
LIB
_SRC)/parallel/decompose/metisDecomp/lnInclude
LIB_LIBS =
src/dummyThirdParty/metisDecomp/dummyMetisDecomp.C
View file @
96fd3c93
...
...
@@ -34,7 +34,7 @@ static const char* notImplementedMessage =
"Please install metis and make sure that libmetis.so is in your "
"LD_LIBRARY_PATH.
\n
"
"The metisDecomp library can then be built from "
"
$FOAM_SRC
/parallel/decompose/metisDecomp and dynamically loading or linking"
"
src
/parallel/decompose/metisDecomp and dynamically loading or linking"
" this library will add metis as a decomposition method.
\n
"
"Please be aware that there are license restrictions on using Metis."
;
...
...
src/dummyThirdParty/ptscotchDecomp/Make/options
View file @
96fd3c93
EXE_INC = \
-I$(
FOAM
_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(
FOAM
_SRC)/parallel/decompose/ptscotchDecomp/lnInclude
-I$(
LIB
_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(
LIB
_SRC)/parallel/decompose/ptscotchDecomp/lnInclude
LIB_LIBS =
src/dummyThirdParty/ptscotchDecomp/dummyPtscotchDecomp.C
View file @
96fd3c93
...
...
@@ -35,7 +35,7 @@ static const char* notImplementedMessage =
"Please install ptscotch and make sure that libptscotch.so is in your "
"LD_LIBRARY_PATH.
\n
"
"The ptscotchDecomp library can then be built in "
"
$FOAM_SRC
/parallel/decompose/ptscotchDecomp
\n
"
;
"
src
/parallel/decompose/ptscotchDecomp
\n
"
;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/dummyThirdParty/scotchDecomp/Make/options
View file @
96fd3c93
EXE_INC = \
-I$(
FOAM
_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(
FOAM
_SRC)/parallel/decompose/scotchDecomp/lnInclude
-I$(
LIB
_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(
LIB
_SRC)/parallel/decompose/scotchDecomp/lnInclude
LIB_LIBS =
src/dummyThirdParty/scotchDecomp/dummyScotchDecomp.C
View file @
96fd3c93
...
...
@@ -34,7 +34,7 @@ static const char* notImplementedMessage =
"Please install scotch and make sure that libscotch.so is in your "
"LD_LIBRARY_PATH.
\n
"
"The scotchDecomp library can then be built in "
"
$FOAM_SRC
/parallel/decompose/decompositionMethods/scotchDecomp
\n
"
;
"
src
/parallel/decompose/decompositionMethods/scotchDecomp
\n
"
;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/renumber/zoltanRenumber/Make/options
View file @
96fd3c93
...
...
@@ -5,9 +5,9 @@ EXE_INC = \
/* -DFULLDEBUG -g -O0 */ \
$(PFLAGS) $(PINC) \
${c++LESSWARN} \
-I$(
FOAM
_SRC)/renumber/renumberMethods/lnInclude \
-I$(
ZOLTAN_ARCH_PATH)/i
nclude
/
\
-I$(
LIB_SRC)/meshTools/lnI
nclude
-I$(
LIB
_SRC)/renumber/renumberMethods/lnInclude \
-I$(
LIB_SRC)/meshTools/lnI
nclude \
-I$(
ZOLTAN_ARCH_PATH)/i
nclude
LIB_LIBS = \
-L$(ZOLTAN_ARCH_PATH)/lib \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment