]> git.saurik.com Git - cycript.git/commitdiff
Added a saner make install path.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 8 Dec 2009 20:04:35 +0000 (20:04 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 8 Dec 2009 20:04:35 +0000 (20:04 +0000)
makefile

index 61768dd52b0f2c4fc3b82e2ffcdd64c874608ec0..792f14cc85e625bcf4b11b5e456b180426ae1714 100644 (file)
--- a/makefile
+++ b/makefile
@@ -69,7 +69,7 @@ filters += $(shell bison <(echo '%code{}%%_:') -o/dev/null 2>/dev/null && echo B
 ifdef arch
 deb := $(shell grep ^Package: control.in | cut -d ' ' -f 2-)_$(shell grep ^Version: control.in | cut -d ' ' -f 2 | sed -e 's/\#/$(svn)/')_$(arch).deb
 
-all: $(deb)
+all:
 
 extra::
 
@@ -150,4 +150,8 @@ test: $(deb)
        if [[ -e jquery.js ]]; then /usr/bin/time cycript -c jquery.js >jquery.cyc.js; gzip -9c jquery.cyc.js >jquery.cyc.js.gz; wc -c jquery.{mam,gcc,cyc,bak,yui}.js; wc -c jquery.{cyc,gcc,bak,mam,yui}.js.gz; fi
        if [[ -e test.cy ]]; then cycript test.cy; fi
 
+install: cycript $(lib)cycript.$(dll)
+       cp -p cycript /usr/bin
+       cp -p $(lib)cycript.$(dll) /usr/lib
+
 .PHONY: all clean extra package control.tmp