forked from flurischt/interproc-trunk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (28 loc) · 1.08 KB
/
Copy pathREADME
File metadata and controls
34 lines (28 loc) · 1.08 KB
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
About
=====
Interprocedural static analyzer for an academic imperative language with
numerical variables and procedure calls.
Required
========
OCaml libraries
camllib (http://gforge.inria.fr/projects/bjeannet/)
fixpoint (http://gforge.inria.fr/projects/bjeannet/)
C/OCaml library
apron (http://svn.cri.ensmp.fr/apron)
OCaml 3.12.0 or up (OCaml 3.11.0 may work, it depends on APRON library) (http://caml.inria.fr)
Camlidl (http://caml.inria.fr/camlidl)
FINDLIB (http://projects.camlcity.org/projects/findlib.html)
To configure
============
- copy Makefile.config.model into Makefile.config
- set properly the flags (mainly directories).
- BY DEFAULT, domains requiring that APRON to be compiled with PPL are
*DESACTIVATED*. If you want to activate it, uncomment the last lines
of frontend.ml
To compile the library:
=======================
make all: build the bytecode and native versions of the library
make install: install the two versions
make interproc.pdf # documentation of the program
make manual.pdf # user's manual
make html (html/*) # HTML documentation of the program