mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- 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
9 lines
303 B
Makefile
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/^.*-//')
|
|
|
|
#------------------------------------------------------------------------------
|