Bastoul branch to OpenScop
[openscop.git] / source / Makefile.am
blob9a3fe5a65add83ab251a62b02b6ddbf2461fe17b
2 #   /**------- <| --------------------------------------------------------**
3 #    **         A                  Clan/Scop                              **
4 #    **---     /.\   -----------------------------------------------------**
5 #    **   <|  [""M#                makefile.am                            **
6 #    **-   A   | #   -----------------------------------------------------**
7 #    **   /.\ [""M#         First version: 30/04/2008                     **
8 #    **- [""M# | #  U"U#U  -----------------------------------------------**
9 #         | #  | #  \ .:/
10 #         | #  | #___| #
11 # ******  | "--'     .-"  *****************************************************
12 # *     |"-"-"-"-"-#-#-##   Clan : the Chunky Loop Analyser (experimental)    *
13 # ****  |     # ## ######  ****************************************************
14 # *      \       .::::'/                                                      *
15 # *       \      ::::'/     Copyright (C) 2008 Cedric Bastoul                 *
16 # *     :8a|    # # ##                                                        *
17 # *     ::88a      ###      This is free software; you can redistribute it    *
18 # *    ::::888a  8a ##::.   and/or modify it under the terms of the GNU       *
19 # *  ::::::::888a88a[]:::   Lesser General Public License as published by     *
20 # *::8:::::::::SUNDOGa8a::. the Free Software Foundation, either version 2.1  *
21 # *::::::::8::::888:Y8888::                of the License, or (at your option)*
22 # *::::':::88::::888::Y88a::::::::::::...  any later version.                 *
23 # *::'::..    .   .....   ..   ...  .                                         *
24 # * This software is distributed in the hope that it will be useful, but      *
25 # * WITHOUT ANY WARRANTY; without even the implied warranty of                *
26 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General *
27 # * Public License  for more details.                                         *
28 # *                                                                           *
29 # * You should have received a copy of the GNU Lesser General Public          *
30 # * License along with software; if not, write to the Free Software           *
31 # * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  *
32 # *                                                                           *
33 # * Clan, the Chunky Loop Analyser                                            *
34 # * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr                        *
35 # *                                                                           *
36 # *****************************************************************************/
38 # Makefile.am (or makefile if generated) of Clan, the Chunky Loop Analyser.
39 # Makefile.am is not a makefile, you must run the 'autogen.sh' THEN the
40 # configure shellscript to generate the Makefile thanks to this file.
44 #############################################################################
45 SUBDIRS                 =
47 #############################################################################
48 MAINTAINERCLEANFILES    = Makefile.in
50 INCLUDES                = -I$(top_builddir) -I$(top_srcdir)     \
51                           -I$(top_builddir)/include             \
52                           -I$(top_srcdir)/include
54 #############################################################################
56 lib_LTLIBRARIES         = libscoplib.la
59 libscoplib_la_SOURCES   =                       \
60         scop.c                                  \
61         statement.c                             \
62         matrix.c                                \
63         vector.c
65 AM_CFLAGS = -Wall -fomit-frame-pointer -g