Merge tag 'v2.3.8' into testing
[cc0/argeo-build.git] / common.mk
index d4f3cdf2ee1f17832e389f9d36b843d38f5a4ac4..46b03984697b9a2ce6049b2f36a5af5a1fb7e778 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -2,6 +2,12 @@ build-major=2
 build-minor=3
 
 # Required third party libraries
-ECJ_BRANCH=3.32
+ECJ_MAJOR=3
 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