]> git.saurik.com Git - cycript.git/blobdiff - Darwin.mk
Factored out the execution engine from the compiler.
[cycript.git] / Darwin.mk
index af4bdc137445175826c8eb33427f33f943d45a80..86c7c8a5cccc94cc21ac0ee6e3c2c068851ab4bf 100644 (file)
--- a/Darwin.mk
+++ b/Darwin.mk
@@ -19,4 +19,5 @@ Mach/Inject.o: Trampoline.t.hpp Baton.hpp
 %.t.hpp: %.t.cpp
        $(target)gcc -c -fno-exceptions -Iinclude -o $*.t.o $< && { file=($$($(target)otool -l $*.t.o | sed -e 'x; /^1/ { x; /^ *filesize / { s/^.* //; p; }; /^ *fileoff / { s/^.* //; p; }; x; }; x; /^ *cmd LC_SEGMENT$$/ { s/.*/1/; x; }; d;')); od -t x1 -j $${file[0]} -N $${file[1]} $*.t.o | sed -e 's/^[^ ]*//' | tr $$'\n' ' ' | sed -e 's/  */ /g;s/^ *//;s/ $$//;s/ /,/g;s/\([^,][^,]\)/0x\1/g' | sed -e 's/^/static const char $*_[] = {/;s/$$/};/' && echo && echo "/*" && $(target)otool -vVt $*.t.o && echo "*/"; } >$@ && rm -f $*.t.o
 
+include Execute.mk
 include ObjectiveC.mk