summaryrefslogtreecommitdiff
path: root/config.layout
blob: a27e081406e128c7d0cca65e85eb8a668b621d8e (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
26
##
##  config.layout -- Pre-defined Installation Path Layouts
##
##  Hints:
##  - layouts can be loaded with configure's --enable-layout=ID option
##  - when no --enable-layout option is given, the default layout is `serf'
##  - a trailing plus character (`+') on paths is replaced with a 
##    `/<target>' suffix where <target> is currently hardcoded to 'serf'.
##    (This may become a configurable parameter at some point.)
##

<Layout Serf>
    prefix:        /usr/local/serf
    exec_prefix:   ${prefix}
    bindir:        ${exec_prefix}/bin
    sbindir:       ${exec_prefix}/bin
    libdir:        ${exec_prefix}/lib
    libexecdir:    ${exec_prefix}/modules
    mandir:        ${prefix}/man
    sysconfdir:    ${prefix}/conf
    datadir:       ${prefix}
    installbuilddir: ${datadir}/build-${SERF_MAJOR_VERSION}
    includedir:    ${prefix}/include/serf-${SERF_MAJOR_VERSION}
    localstatedir: ${prefix}
    libsuffix:     -${SERF_MAJOR_VERSION}
</Layout>