PIPS
all.h
Go to the documentation of this file.
1 /*
2 
3  $Id: all.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 #ifndef _ALL
25 #define _ALL
26 
27 #include <stdio.h>
28 #include <string.h>
29 
30 #include "linear.h"
31 
32 /*{{{ newgen includes*/
33 #include "genC.h"
34 #include "ri.h"
35 #include "effects.h"
36 #include "database.h"
37 
38 /*}}}*/
39 
40 /* C3 includes */
41 #include "boolean.h"
42 #include "arithmetique.h"
43 #include "vecteur.h"
44 #include "contrainte.h"
45 #include "ray_dte.h"
46 #include "sommet.h"
47 #include "sg.h"
48 #include "sc.h"
49 #include "polyedre.h"
50 #include "matrix.h"
51 
52 /* Pips includes */
53 #include "ri.h"
54 #include "ri-util.h"
55 #include "effects-util.h"
56 #include "constants.h"
57 /*#include "graph.h"*/
58 #include "dg.h"
59 #include "text.h"
60 #include "text-util.h"
61 #include "misc.h"
62 
63 #include "control.h"
64 #include "constants.h"
65 #include "misc.h"
66 #include "text-util.h"
67 #include "properties.h"
68 
69 #include "transformer.h"
70 #include "semantics.h"
71 
72 #include "effects-generic.h"
73 #include "effects-simple.h"
74 #include "effects-convex.h"
75 
76 #include "pipsdbm.h"
77 #include "workspace-util.h"
78 #include "resources.h"
79 #include "preprocessor.h"
80 #include "compsec.h"
81 #include "bootstrap.h"
82 
83 /* all typedef's and declarations will appear in this file
84  * this is PIPS policy!
85  */
86 
87 #include "comp_sections.h"
88 
89 #endif // _ALL
90 
91 
92