X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=common.mk;h=2ef806336bcc267ecfe299abf0c11b49bb817970;hb=ed8dafa92feae65fe9eb3ec9803aa1ba335b8ab3;hp=d4f3cdf2ee1f17832e389f9d36b843d38f5a4ac4;hpb=a1a07d0e39eaf359f9eaf5f370e667933023acc4;p=cc0%2Fargeo-build.git diff --git a/common.mk b/common.mk index d4f3cdf..2ef8063 100644 --- a/common.mk +++ b/common.mk @@ -5,3 +5,9 @@ build-minor=3 ECJ_BRANCH=3.32 BNDLIB_BRANCH=5.3 SYSLOGGER_BRANCH=$(build-major).$(build-minor) + +# GNU defaults +prefix ?= /usr/local +datarootdir ?= $(prefix)/share + +A2_INSTALL_TARGET ?= $(datarootdir)/a2 \ No newline at end of file