COMP: ParaFoam: moved include directory setting to paraview.*sh

This commit is contained in:
mattijs
2013-01-03 16:13:53 +00:00
parent bc57d89d01
commit e7b5594f1d
3 changed files with 4 additions and 10 deletions

View File

@ -1,16 +1,14 @@
/* 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$(PARAVIEW_INC) \
-I$(ParaView_INCLUDE_DIR) \
$(shell \
test -f $(PARAVIEW_INC)/vtkPolyhedron.h && \
test -f $(ParaView_INCLUDE_DIR)/vtkPolyhedron.h && \
echo "-DHAS_VTK_POLYHEDRON" || echo "-UHAS_VTK_POLYHEDRON" \
)

View File

@ -1,9 +1,7 @@
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/mesh/blockMesh/lnInclude \
-I$(PARAVIEW_INC) \
-I$(ParaView_INCLUDE_DIR) \
-I../../vtkPV3Readers/lnInclude \
-I../PV3blockMeshReader

View File

@ -1,7 +1,5 @@
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(PARAVIEW_INC)
-I$(ParaView_INCLUDE_DIR)
LIB_LIBS = \
$(GLIBS)