X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=common.mk;h=bc1fa82b0cc89a950f146a52116154050d119a02;hb=d4a5c6fd0a39190bf09b2ed8185831bb8dbbfa15;hp=d4f3cdf2ee1f17832e389f9d36b843d38f5a4ac4;hpb=31d1ce9a4e1fd7bacfbf30612f8ad496f8ba2232;p=cc0%2Fargeo-build.git diff --git a/common.mk b/common.mk index d4f3cdf..bc1fa82 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 ?= $(DESTDIR)$(datarootdir)/a2 \ No newline at end of file