1
2   /**-------------------------------------------------------------------**
3    **                               CLooG                               **
4    **-------------------------------------------------------------------**
5    **                              cloog.h                              **
6    **-------------------------------------------------------------------**
7    **                   First version: july 25th 2002                   **
8    **-------------------------------------------------------------------**/
9
10
11/******************************************************************************
12 *               CLooG : the Chunky Loop Generator (experimental)             *
13 ******************************************************************************
14 *                                                                            *
15 * Copyright (C) 2001-2005 Cedric Bastoul                                     *
16 *                                                                            *
17 * This library is free software; you can redistribute it and/or              *
18 * modify it under the terms of the GNU Lesser General Public                 *
19 * License as published by the Free Software Foundation; either               *
20 * version 2.1 of the License, or (at your option) any later version.         *
21 *                                                                            *
22 * This library is distributed in the hope that it will be useful,            *
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU          *
25 * Lesser General Public License for more details.                            *
26 *                                                                            *
27 * You should have received a copy of the GNU Lesser General Public           *
28 * License along with this library; if not, write to the Free Software        *
29 * Foundation, Inc., 51 Franklin Street, Fifth Floor,                         *
30 * Boston, MA  02110-1301  USA                                                *
31 *                                                                            *
32 * CLooG, the Chunky Loop Generator                                           *
33 * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr                         *
34 *                                                                            *
35 ******************************************************************************/
36
37/******************************************************************************
38 *  THIS FILE HAS BEEN AUTOMATICALLY GENERATED FROM clooh.h.in BY configure   *
39 ******************************************************************************/
40
41#ifndef CLOOG_H
42#define CLOOG_H
43
44#include <cloog/version.h>
45#include <cloog/int.h>
46#include <cloog/matrix.h>
47#include <cloog/state.h>
48#include <cloog/options.h>
49#include <cloog/names.h>
50#include <cloog/constraints.h>
51#include <cloog/stride.h>
52#include <cloog/domain.h>
53#include <cloog/statement.h>
54#include <cloog/block.h>
55#include <cloog/loop.h>
56#include <cloog/union_domain.h>
57#include <cloog/input.h>
58#include <cloog/program.h>
59#include <cloog/clast.h>
60#include <cloog/pprint.h>
61
62#endif /* !CLOOG_H */
63