1 XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'`
4 xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
6 debug d development dev develop:
7 ../WebKitTools/Scripts/set-webkit-configuration --debug
8 xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
10 release r deployment dep deploy:
11 ../WebKitTools/Scripts/set-webkit-configuration --release
12 xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS)
15 xcodebuild -alltargets clean $(XCODE_OPTIONS)