Add PREFIX_SBIN, PREFIX_LIBEXEC and PREFIX_VAR

There are no corresponding installation rules yet
This commit is contained in:
Christophe de Dinechin 2019-03-15 10:12:32 +01:00
parent d182225d43
commit 549680c7d0
1 changed files with 3 additions and 0 deletions

View File

@ -94,11 +94,14 @@ CLANG_FORMAT_SOURCES=$(SOURCES) $(HDR_INSTALL)
SYSCONFIG?=/etc/
PREFIX?=/usr/local/
PREFIX_BIN?=$(PREFIX)bin/
PREFIX_SBIN?=$(PREFIX)sbin/
PREFIX_LIB?=$(PREFIX)lib/
PREFIX_LIBEXEC?=$(PREFIX)libexec/
PREFIX_DLL?=$(PREFIX_LIB)
PREFIX_HDR?=$(PREFIX)include/
PREFIX_SHR?=$(PREFIX)share/
PREFIX_MAN?=$(PREFIX_SHR)man/
PREFIX_VAR?=$(PREFIX)var/
# Package configuration directories by default
# The defaut is to install binaries and shared libraries in the prefix