]> git.saurik.com Git - cycript.git/blobdiff - makefile
Removed unused and thereby broken LaunchDaemon configuration.
[cycript.git] / makefile
index b153d52123f32700423732b137b7879631a42be4..6827307e8b8432fe0c8e52da3fa31ab28682df97 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,7 +4,10 @@ else
 target := $(PKG_TARG)-
 endif
 
-flags := -mthumb -g0 -O3 -Wall -Werror -I. -fno-common
+#flags := -g3 -O0 -DYYDEBUG=1
+flags := -g0 -O3
+
+flags += -Wall -Werror -I. -fno-common
 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
 
 svn := $(shell svnversion)
@@ -18,7 +21,7 @@ $(deb):
 all: $(all)
 
 clean:
-       rm -f *.o libcycript.dylib cycript libcycript.plist Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh
+       rm -f *.o libcycript.dylib cycript libcycript.plist Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver
 
 libcycript.plist: Bridge.def
        { \
@@ -92,7 +95,7 @@ $(deb): $(all)
        mkdir -p package/DEBIAN
        sed -e 's/#/$(svn)/' control >package/DEBIAN/control
        mkdir -p package/System/Library/LaunchDaemons
-       cp -a com.saurik.Cyrver.plist package/System/Library/LaunchDaemons
+       #cp -a com.saurik.Cyrver.plist package/System/Library/LaunchDaemons
        mkdir -p package/Library/MobileSubstrate/DynamicLibraries
        if [[ -e Settings.plist ]]; then \
            mkdir -p package/Library/PreferenceLoader/Preferences; \