+webcore := WebCore-514
+jscore := JavaScriptCore-521
+
+all: WebCycriptLockScreen CydgetSettings
+
+clean::
+ rm -f CydgetSettings WebCycriptLockScreen
+
+CydgetSettings: CydgetSettings.mm makefile
+ $(target)g++ -dynamiclib -g0 -O2 -Wall -o $@ $(filter %.mm,$^) -framework UIKit -framework CoreFoundation -framework Foundation -lobjc -framework CoreGraphics -framework Preferences -F$(PKG_ROOT)/System/Library/PrivateFrameworks
+ ldid -S $@
+
+WebCycriptLockScreen: LockScreen.mm makefile $(base)/../mobilesubstrate/substrate.h
+ $(target)g++ -F. -bundle -mthumb -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -lobjc -I$(base)/../mobilesubstrate $(link) $(flags) -framework CoreGraphics -framework QuartzCore -framework SpringBoardUI -framework WebCore -framework GraphicsServices -framework TelephonyUI -I$(jscore) -iquote$(webcore)/{bindings/js,dom,loader,platform{,/animation,/cf,/network{,/cf},/text},/rendering/style} -iquote$(jscore)/{bytecode,debugger,interpreter,jit,parser,runtime} -lapr-1 -weak_reference_mismatches weak -framework JavaScriptCore -lpcre
+ ldid -S $@