XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'` XCODE_OPTIONS_NO_CONFIG = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionStringNoConfig()'` all: xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) debug d development dev develop: ../WebKitTools/Scripts/set-webkit-configuration --debug xcodebuild $(OTHER_OPTIONS) -configuration Debug $(XCODE_OPTIONS_NO_CONFIG) release r deployment dep deploy: ../WebKitTools/Scripts/set-webkit-configuration --release xcodebuild $(OTHER_OPTIONS) -configuration Release $(XCODE_OPTIONS_NO_CONFIG) clean: xcodebuild -alltargets clean $(XCODE_OPTIONS)