forked from unispeech/unimrcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.layout
26 lines (25 loc) · 900 Bytes
/
config.layout
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 `classic'
# Classical UniMRCP path layout.
<Layout classic>
prefix: /usr/local/unimrcp
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
confdir: ${prefix}/conf
datadir: ${prefix}/data
plugindir: ${exec_prefix}/plugin
logdir: ${exec_prefix}/log
vardir: ${exec_prefix}/var
installbuilddir: ${exec_prefix}/build
includedir: ${prefix}/include
localstatedir: ${prefix}
</Layout>