Sign in
webkit
/
WebKit
/
3305d77f9636425d5637d7961f419d8cae543b44
/
.
/
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