~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to osl/include/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-15 18:39:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111215183917-uqggmujou8wna9js
Tags: 0.17.0-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#   /*+------------------------------------------------------------------**
 
3
#    **                       OpenScop Library                           **
 
4
#    **------------------------------------------------------------------**
 
5
#    **                         makefile.am                              **
 
6
#    **------------------------------------------------------------------**
 
7
#    **                   First version: 30/04/2008                      **
 
8
#    **------------------------------------------------------------------**
 
9
#
 
10
#   
 
11
# ***************************************************************************
 
12
# * OpenScop: Structures and formats for polyhedral tools to talk together  *
 
13
# ***************************************************************************
 
14
# *   ,___,,_,__,,__,,__,,__,,_,__,,_,__,,__,,___,_,__,,_,__,               *
 
15
# *   /   / /  //  //  //  // /   / /  //  //   / /  // /  /|,_,            *
 
16
# *  /   / /  //  //  //  // /   / /  //  //   / /  // /  / / /\            *
 
17
# * |~~~|~|~~~|~~~|~~~|~~~|~|~~~|~|~~~|~~~|~~~|~|~~~|~|~~~|/_/  \           *
 
18
# * | G |C| P | = | L | P |=| = |C| = | = | = |=| = |=| C |\  \ /\          *
 
19
# * | R |l| o | = | e | l |=| = |a| = | = | = |=| = |=| L | \# \ /\         *
 
20
# * | A |a| l | = | t | u |=| = |n| = | = | = |=| = |=| o | |\# \  \        *
 
21
# * | P |n| l | = | s | t |=| = |d| = | = | = | |   |=| o | | \# \  \       *
 
22
# * | H | | y |   | e | o | | = |l|   |   | = | |   | | G | |  \  \  \      *
 
23
# * | I | |   |   | e |   | |   | |   |   |   | |   | |   | |   \  \  \     *
 
24
# * | T | |   |   |   |   | |   | |   |   |   | |   | |   | |    \  \  \    *
 
25
# * | E | |   |   |   |   | |   | |   |   |   | |   | |   | |     \  \  \   *
 
26
# * | * |*| * | * | * | * |*| * |*| * | * | * |*| * |*| * | /      \* \  \  *
 
27
# * | O |p| e | n | S | c |o| p |-| L | i | b |r| a |r| y |/        \  \ /  *
 
28
# * '---'-'---'---'---'---'-'---'-'---'---'---'-'---'-'---'          '--'   *
 
29
# *                                                                         *
 
30
# * Copyright (C) 2008 University Paris-Sud 11 and INRIA                    *
 
31
# *                                                                         *
 
32
# * (3-clause BSD license)                                                  *
 
33
# * Redistribution and use in source  and binary forms, with or without     *
 
34
# * modification, are permitted provided that the following conditions      *
 
35
# * are met:                                                                *
 
36
# *                                                                         *
 
37
# * 1. Redistributions of source code must retain the above copyright       *
 
38
# *    notice, this list of conditions and the following disclaimer.        *
 
39
# * 2. Redistributions in binary form must reproduce the above copyright    *
 
40
# *    notice, this list of conditions and the following disclaimer in the  *
 
41
# *    documentation and/or other materials provided with the distribution. *
 
42
# * 3. The name of the author may not be used to endorse or promote         *
 
43
# *    products derived from this software without specific prior written   *
 
44
# *    permission.                                                          *
 
45
# *                                                                         *
 
46
# * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR    *
 
47
# * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED          *
 
48
# * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE  *
 
49
# * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,      *
 
50
# * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES      *
 
51
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR      *
 
52
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)      *
 
53
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,     *
 
54
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING   *
 
55
# * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE      *
 
56
# * POSSIBILITY OF SUCH DAMAGE.                                             *
 
57
# *                                                                         *
 
58
# * OpenScop Library, a library to manipulate OpenScop formats and data     *
 
59
# * structures. Written by:                                                 *
 
60
# * Cedric Bastoul     <Cedric.Bastoul@u-psud.fr> and                       *
 
61
# * Louis-Noel Pouchet <Louis-Noel.pouchet@inria.fr>                        *
 
62
# *                                                                         *
 
63
# ***************************************************************************/
 
64
#
 
65
# Makefile.am (or makefile if generated) of the OpenScop Library.
 
66
# Makefile.am is not a makefile, you must run the 'autogen.sh' THEN the
 
67
# configure shellscript to generate the Makefile thanks to this file.
 
68
 
 
69
 
 
70
#############################################################################
 
71
SUBDIRS                 =
 
72
 
 
73
#############################################################################
 
74
MAINTAINERCLEANFILES    = Makefile.in
 
75
 
 
76
#############################################################################
 
77
 
 
78
pkginclude_HEADERS      =             \
 
79
        osl/osl.h                     \
 
80
        osl/statement.h               \
 
81
        osl/interface.h               \
 
82
        osl/generic.h                 \
 
83
        osl/vector.h                  \
 
84
        osl/relation.h                \
 
85
        osl/relation_list.h           \
 
86
        osl/macros.h                  \
 
87
        osl/int.h                     \
 
88
        osl/names.h                   \
 
89
        osl/strings.h                 \
 
90
        osl/body.h                    \
 
91
        osl/util.h                    \
 
92
        osl/scop.h
 
93
 
 
94
pkgextensionsincludedir = $(pkgincludedir)/extensions
 
95
pkgextensionsinclude_HEADERS =        \
 
96
        osl/extensions/textual.h      \
 
97
        osl/extensions/comment.h      \
 
98
        osl/extensions/scatnames.h    \
 
99
        osl/extensions/arrays.h       \
 
100
        osl/extensions/lines.h        \
 
101
        osl/extensions/irregular.h
 
102