Sign in
webkit
/
WebKit
/
17523501a3fea5861f094be544c3596ee679b523
/
.
/
Tools
/
DumpRenderTree
/
Makefile
blob: 344ef480b1f10948174f2e0a52b7e9b3efbd8b11 [
file
] [
log
] [
blame
]
SCRIPTS_PATH
=
../
Scripts
ifneq
(,
$
(
findstring iphoneos
,
$
(
SDKROOT
)))
OTHER_OPTIONS
+=
-
target
All
-
iOS
else
ifneq
(,
$
(
findstring iphonesimulator
,
$
(
SDKROOT
)))
OTHER_OPTIONS
+=
-
target
All
-
iOS
endif
include
../../
Makefile
.
shared