~ubuntu-branches/ubuntu/trusty/ocamlbricks/trusty-proposed

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# This -*- sh -*- script is part of our reusable OCaml BRICKS library
# Copyright (C) 2008  Luca Saiu
# Copyright (C) 2008  Jean-Vincent Loddo

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.


###########################################################################
###########################################################################
# This file should be hand-edited at configuration time, before compiling.
###########################################################################
###########################################################################

###########################################################################
# Section 1: Configuration choices
###########################################################################

# (this section is empty for ocamlbricks).

###########################################################################
# Section 2: Installation setup: prefixes, and the like
###########################################################################

# Installation prefix for OCaml libraries: they will be installed into
# $prefix/$name, where $name is the package name defined in META.
# This is a reasonable default, but you can change it if you really want
# to install into a different, custom prefix.
# *No* trailing slash should be included.
libraryprefix=`ocamlc -where || exit -1`
#libraryprefix=/mystrangepath

# Installation prefix, for example /usr or /usr/local
# *No* trailing slash should be included.
prefix=/usr/local

# Prefix for host-wide configuration files; you should probably keep the
# default setting:
configurationprefix=/etc

# Prefix for documentation files; you should probably keep the
# default setting:
documentationprefix="$prefix/share/doc"

###########################################################################
# Section 3: Default configuration. This will end up in /etc/$name at
# installation time, providing the default host configuration for this
# package. Individual users can still override defaults by defining their
# own ~/.$name customization file.
###########################################################################