+ rm -f $(name).dylib cycript libcycript.plist Struct.hpp
+
+libcycript.plist: Bridge.def makefile
+ sed -e 's/^C/0/;s/^F/1/;s/^V/2/' Bridge.def | while read -r line; do \
+ if [[ $$line == '' ]]; then \
+ continue; \
+ fi; \
+ set $$line; \
+ if [[ $$1 =~ [#fl] ]]; then \
+ continue; \
+ fi; \
+ echo "$$2 = ($$1, \"$$3\");"; \
+ done >$@
+
+Struct.hpp:
+ $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@
+
+$(name).dylib: Tweak.mm makefile $(menes)/mobilesubstrate/substrate.h sig/*.[ch]pp Struct.hpp