blob: a835102945c9cd79b4bfff220537fea0c32462f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Configuration
# Note: $(topdir) is set to the directory containing this file.
# Note: In the default version of this file, commented out values indicate what
# the GNU standards dictate, when our values differ.
DESTDIR ?=
#prefix ?= /usr/local
prefix ?= /usr
exec_prefix ?= $(prefix)
bindir ?= $(exec_prefix)/bin
#libexecdir ?= $(exec_prefix)/libexec
libexecdir ?= $(exec_prefix)/lib
datarootdir ?= $(prefix)/share
datadir ?= $(datarootdir)
#sysconfdir ?= $(prefix)/etc
sysconfdir ?= /etc
docdir ?= $(datarootdir)/doc
mandir ?= $(datarootdir)/man
devtoolsdir ?= $(topdir)/../devtools-par
RONNFLAGS ?= --manual='libretools Manual' --organization='Parabola'
|