Skip to content
GitLab
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
e7b5594f
Commit
e7b5594f
authored
Jan 03, 2013
by
mattijs
Browse files
COMP: ParaFoam: moved include directory setting to paraview.*sh
parent
bc57d89d
Changes
3
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/Make/options
View file @
e7b5594f
/* Note: enable vtkPolyhedron when available */
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I../../vtkPV3Readers/lnInclude \
-I../PV3FoamReader \
-I$(P
ARAVIEW_INC
) \
-I$(P
araView_INCLUDE_DIR
) \
$(shell \
test -f $(P
ARAVIEW_INC
)/vtkPolyhedron.h && \
test -f $(P
araView_INCLUDE_DIR
)/vtkPolyhedron.h && \
echo "-DHAS_VTK_POLYHEDRON" || echo "-UHAS_VTK_POLYHEDRON" \
)
...
...
applications/utilities/postProcessing/graphics/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/Make/options
View file @
e7b5594f
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/mesh/blockMesh/lnInclude \
-I$(P
ARAVIEW_INC
) \
-I$(P
araView_INCLUDE_DIR
) \
-I../../vtkPV3Readers/lnInclude \
-I../PV3blockMeshReader
...
...
applications/utilities/postProcessing/graphics/PV3Readers/vtkPV3Readers/Make/options
View file @
e7b5594f
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(P
ARAVIEW_INC
)
-I$(P
araView_INCLUDE_DIR
)
LIB_LIBS = \
$(GLIBS)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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