openfoam/wmake/rules/General/paraview
Mark Olesen 7a90f5e6fb ENH: add versioning to paraview plugin support libraries (issue #370)
- use "-pvMAJ.MIN" suffix for similarity with the paraview convention

- use sentinel file to ensure clean change of intermediate targets

- ensure all library files are being properly removed
2017-01-05 16:22:07 +01:00

9 lines
303 B
Makefile

#-------------------------------*- makefile -*---------------------------------
# paraview values
# major.minor: eg, /path/paraview-5.0 -> 5.0
#
ParaView_MAJOR := $(shell echo $(ParaView_INCLUDE_DIR) | sed -e 's/^.*-//')
#------------------------------------------------------------------------------