Release coccinelle-0.1.6
[bpt/coccinelle.git] / Makefile.config
CommitLineData
34e49164
C
1# autogenerated by configure
2
3# Where to install the binary
4BINDIR=/usr/local/bin
5
6# Where to install the man pages
7MANDIR=/usr/local/man
8
9# Where to install the lib
10LIBDIR=/usr/local/lib
11
12# Where to install the configuration files
13SHAREDIR=/usr/local/share/coccinelle
14
15# Features
16FEATURE_PYTHON=0
0708f913
C
17
18# The OPTBIN variable is here to allow to use ocamlc.opt instead of
19# ocaml, when it is available, which speeds up compilation. So
20# if you want the fast version of the ocaml chain tools, set this var
21# or setenv it to ".opt" in your startup script.
22OPTBIN=.opt