Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
integration-cfmesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Community
integration-cfmesh
Commits
f9ede693
Commit
f9ede693
authored
Sep 18, 2017
by
Mark Olesen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: simplify Make/options
parent
9c8e4c5b
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
67 additions
and
491 deletions
+67
-491
executables/cartesian2DMesh/Make/options
executables/cartesian2DMesh/Make/options
+3
-19
executables/cartesianMesh/Make/options
executables/cartesianMesh/Make/options
+3
-18
executables/pMesh/Make/files
executables/pMesh/Make/files
+0
-0
executables/pMesh/Make/options
executables/pMesh/Make/options
+3
-18
executables/tetMesh/Make/options
executables/tetMesh/Make/options
+3
-18
meshLibrary/Make/options
meshLibrary/Make/options
+3
-20
testingInterfaces/testAnisotropicMeshing/Make/options
testingInterfaces/testAnisotropicMeshing/Make/options
+2
-4
testingInterfaces/testBndLayerRefinement/Make/options
testingInterfaces/testBndLayerRefinement/Make/options
+2
-4
testingInterfaces/testBndLayerSmoothing/Make/options
testingInterfaces/testBndLayerSmoothing/Make/options
+2
-4
testingInterfaces/testDynList/Make/options
testingInterfaces/testDynList/Make/options
+2
-4
testingInterfaces/testEdgeExtractorFUN/Make/options
testingInterfaces/testEdgeExtractorFUN/Make/options
+2
-4
utilities/FLMAToSurface/Make/options
utilities/FLMAToSurface/Make/options
+2
-18
utilities/FMSToSurface/Make/options
utilities/FMSToSurface/Make/options
+2
-18
utilities/FMSToVTK/Make/options
utilities/FMSToVTK/Make/options
+2
-18
utilities/checkSurfaceMesh/Make/options
utilities/checkSurfaceMesh/Make/options
+2
-18
utilities/copySurfaceParts/Make/options
utilities/copySurfaceParts/Make/options
+2
-18
utilities/extrudeEdgesInto2DSurface/Make/options
utilities/extrudeEdgesInto2DSurface/Make/options
+2
-18
utilities/generateBoundaryLayers/Make/options
utilities/generateBoundaryLayers/Make/options
+2
-18
utilities/importSurfaceAsSubset/Make/options
utilities/importSurfaceAsSubset/Make/options
+2
-18
utilities/improveMeshQuality/Make/options
utilities/improveMeshQuality/Make/options
+2
-18
utilities/improveSymmetryPlanes/Make/options
utilities/improveSymmetryPlanes/Make/options
+2
-18
utilities/mergeSurfacePatches/Make/options
utilities/mergeSurfacePatches/Make/options
+2
-18
utilities/meshToFPMA/Make/options
utilities/meshToFPMA/Make/options
+2
-18
utilities/patchesToSubsets/Make/options
utilities/patchesToSubsets/Make/options
+2
-18
utilities/preparePar/Make/options
utilities/preparePar/Make/options
+2
-18
utilities/removeSurfaceFacets/Make/options
utilities/removeSurfaceFacets/Make/options
+2
-18
utilities/scaleMesh/Make/options
utilities/scaleMesh/Make/options
+2
-18
utilities/scaleSurfaceMesh/Make/options
utilities/scaleSurfaceMesh/Make/options
+2
-18
utilities/subsetToPatch/Make/options
utilities/subsetToPatch/Make/options
+2
-18
utilities/surfaceFeatureEdges/Make/options
utilities/surfaceFeatureEdges/Make/options
+2
-18
utilities/surfaceGenerateBoundingBox/Make/options
utilities/surfaceGenerateBoundingBox/Make/options
+2
-18
utilities/surfaceToFMS/Make/options
utilities/surfaceToFMS/Make/options
+2
-18
No files found.
executables/cartesian2DMesh/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS)
\
-I$(LIB_SRC)/
triSurface
/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude
\
-I$(LIB_SRC)/
surfMesh
/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
executables/cartesianMesh/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS)
\
-I$(LIB_SRC)/
triSurface
/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude
\
-I$(LIB_SRC)/
surfMesh
/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
executables/pMesh/Make/files
100755 → 100644
View file @
f9ede693
File mode changed from 100755 to 100644
executables/pMesh/Make/options
100755 → 100644
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS)
\
-I$(LIB_SRC)/
triSurface
/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude
\
-I$(LIB_SRC)/
surfMesh
/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
executables/tetMesh/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS)
\
-I$(LIB_SRC)/
triSurface
/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude
\
-I$(LIB_SRC)/
surfMesh
/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
meshLibrary/Make/options
View file @
f9ede693
ifeq (Gcc,$(findstring Gcc,$(WM_COMPILER)))
OMP_FLAGS = -DUSE_OMP -fopenmp
else
OMP_FLAGS =
endif
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
LIBS =
else
CFMESH_MACROS =
LIBS =
endif
endif
EXE_INC = \
$(
OMP_FLAGS) $(CFMESH_MACROS
) \
-I$(LIB_SRC)/
triSurface
/lnInclude \
$(
COMP_OPENMP
) \
-I$(LIB_SRC)/
fileFormats
/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS =
$(LIBS)
LIB_LIBS =
-lmeshTools
testingInterfaces/testAnisotropicMeshing/Make/options
View file @
f9ede693
EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-ledgeMesh \
-ltriSurface \
-lmeshTools
testingInterfaces/testBndLayerRefinement/Make/options
View file @
f9ede693
EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-ledgeMesh \
-ltriSurface \
-lmeshTools
testingInterfaces/testBndLayerSmoothing/Make/options
View file @
f9ede693
EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-ledgeMesh \
-ltriSurface \
-lmeshTools
testingInterfaces/testDynList/Make/options
View file @
f9ede693
EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-L$(FOAM_USER_LIBBIN) -g -ggdb -DFULLDEBUG -O0 \
-lmeshLibrary \
-ledgeMesh \
-ltriSurface \
-lmeshTools
testingInterfaces/testEdgeExtractorFUN/Make/options
View file @
f9ede693
EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary \
-ledgeMesh \
-ltriSurface \
-lmeshTools
utilities/FLMAToSurface/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/FMSToSurface/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/FMSToVTK/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/checkSurfaceMesh/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/copySurfaceParts/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/extrudeEdgesInto2DSurface/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/generateBoundaryLayers/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/importSurfaceAsSubset/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/improveMeshQuality/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/improveSymmetryPlanes/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/mergeSurfacePatches/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/meshToFPMA/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/patchesToSubsets/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/preparePar/Make/options
View file @
f9ede693
ifeq (OpenFOAM,$(findstring OpenFOAM,$(WM_PROJECT)))
ifeq (Int,$(findstring Int,$(WM_LABEL_OPTION)))
CFMESH_MACROS = -DNoSizeType
else
CFMESH_MACROS =
endif
ifeq (OpenFOAM-dev,$(findstring OpenFOAM-dev,$(WM_PROJECT_DIR)))
CFMESH_LIBS = -lmeshTools -ltriSurface -lfiniteVolume
else
CFMESH_LIBS = -lmeshTools -lfiniteVolume
endif
endif
EXE_INC = \
$(CFMESH_MACROS) \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I../../meshLibrary/lnInclude
EXE_LIBS = \
$(CFMESH_LIBS)
\
-lfiniteVolume -lmeshTools
\
-L$(FOAM_USER_LIBBIN) \
-lmeshLibrary
utilities/removeSurfaceFacets/Make/options
View file @
f9ede693