X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/9968a2d6394d8d1c1724e78068a11490d790c20f..fc44232bcff15a35c016ddfc1dc34b6503125020:/ios.mk diff --git a/ios.mk b/ios.mk index 4baa93d..7c40211 100644 --- a/ios.mk +++ b/ios.mk @@ -1,18 +1,3 @@ -srcdir := . - -sed := sed -git := git - -arch := iphoneos-arm - -#ifneq ($(git),) -version := $(shell $(git) describe --always --tags --dirty="+" --match="v*" | $(sed) -e 's@-\([^-]*\)-\([^-]*\)$$@+\1.\2@;s@^v@@;s@%@~@g') -#else -#version := @PACKAGE_VERSION@ -#endif - -deb := $(shell grep ^Package: $(srcdir)/control.in | cut -d ' ' -f 2-)_$(shell grep ^Version: $(srcdir)/control.in | cut -d ' ' -f 2 | $(sed) -e 's/\#/$(version)/')_$(arch).deb - binary := Cycript_/cycript $(deb): $(binary) $(patsubst %,Cycript_/libcycript%dylib,. -any. -sim. -sys.) control @@ -41,8 +26,3 @@ control.tmp: control.in $(sed) -e 's/&/$(depends)/;s/,$$//;s/#/$(version)/;s/%/$(arch)/' $< >$@ endif endif - -clean:: - rm -rf control - -.PHONY: clean