- the 'make install' target from ParaView now installs all of the includes necessary for compiling plugins.
13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/mesh/blockMesh/lnInclude \
|
|
-I$(ParaView_DIR)/include/paraview-$(ParaView_MAJOR) \
|
|
-I../../vtkPV3Readers/lnInclude \
|
|
-I../PV3blockMeshReader
|
|
|
|
LIB_LIBS = \
|
|
-lvtkPV3Readers \
|
|
-lmeshTools \
|
|
-lblockMesh \
|
|
$(GLIBS)
|