1 # Build WebKit2 only on SnowLeopard and later.
3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
4 BUILD_WEBKIT2 = $(shell (( $(OSX_VERSION) >= 6 )) && echo "YES" )
6 ifeq "$(BUILD_WEBKIT2)" "YES"
8 include ../Makefile.shared
14 debug d development dev develop: ;
16 release r deployment dep deploy: ;