Mercurial > projects > xinhibit-applet
comparison Makefile @ 9:d83540fd999c version-2
Release version 2
author | Guido Berhoerster <guido+xinhibit-applet@berhoerster.name> |
---|---|
date | Thu, 08 Aug 2013 16:24:35 +0200 |
parents | 880ab1925442 |
children | 4df0dc4dcc3d |
comparison
equal
deleted
inserted
replaced
8:a47449b807b2 | 9:d83540fd999c |
---|---|
21 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 21 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
22 # | 22 # |
23 | 23 |
24 PACKAGE = xinhibit-applet | 24 PACKAGE = xinhibit-applet |
25 APP_NAME = org.guido-berhoerster.xinhibit-applet | 25 APP_NAME = org.guido-berhoerster.xinhibit-applet |
26 VERSION = 1 | 26 VERSION = 2 |
27 DISTNAME := $(PACKAGE)-$(VERSION) | 27 DISTNAME := $(PACKAGE)-$(VERSION) |
28 | 28 |
29 INSTALL := install | 29 INSTALL := install |
30 INSTALL.exec := $(INSTALL) -D -m 0755 | 30 INSTALL.exec := $(INSTALL) -D -m 0755 |
31 INSTALL.data := $(INSTALL) -D -m 0644 | 31 INSTALL.data := $(INSTALL) -D -m 0644 |