~ubuntu-branches/ubuntu/utopic/cloog/utopic

« back to all changes in this revision

Viewing changes to osl/doc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-26 14:21:11 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140226142111-vsbb1isby30uundd
Tags: 0.18.2-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 | |   |   | e |   | |   | |   |   |   | |   | |   | |    \  \  \    *
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 and INRIA                       *
31
 
# *                                                                         *
32
 
# * (3-clause BSD license)                                                  *
33
 
# *                                                                         *
34
 
# * Redistribution and use in source  and binary forms, with or without     *
35
 
# * modification, are permitted provided that the following conditions      *
36
 
# * are met:                                                                *
37
 
# *                                                                         *
38
 
# * 1. Redistributions of source code must retain the above copyright       *
39
 
# *    notice, this list of conditions and the following disclaimer.        *
40
 
# * 2. Redistributions in binary form must reproduce the above copyright    *
41
 
# *    notice, this list of conditions and the following disclaimer in the  *
42
 
# *    documentation and/or other materials provided with the distribution. *
43
 
# * 3. The name of the author may not be used to endorse or promote         *
44
 
# *    products derived from this software without specific prior written   *
45
 
# *    permission.                                                          *
46
 
# *                                                                         *
47
 
# * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR    *
48
 
# * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED          *
49
 
# * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE  *
50
 
# * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,      *
51
 
# * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES      *
52
 
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR      *
53
 
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)      *
54
 
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,     *
55
 
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING   *
56
 
# * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE      *
57
 
# * POSSIBILITY OF SUCH DAMAGE.                                             *
58
 
# *                                                                         *
59
 
# * OpenScop Library, a library to manipulate OpenScop formats and data     *
60
 
# * structures. Written by:                                                 *
61
 
# * Cedric Bastoul     <Cedric.Bastoul@u-psud.fr> and                       *
62
 
# * Louis-Noel Pouchet <Louis-Noel.pouchet@inria.fr>                        *
63
 
# *                                                                         *
64
 
# ***************************************************************************/
65
 
#
66
 
# Makefile.am (or makefile if generated) of the OpenScop Library.
67
 
# Makefile.am is not a makefile, you must run the 'autogen.sh' THEN the
68
 
# configure shellscript to generate the Makefile thanks to this file.
69
 
 
70
 
 
71
 
#############################################################################
72
 
SUBDIRS                 =
73
 
 
74
 
#############################################################################
75
 
 
76
 
MAINTAINERCLEANFILES    = Makefile.in
77
 
 
78
 
EXTRA_DIST              =                       \
79
 
        htmldoc.tar.gz                          \
80
 
        openscop.pdf                            \
81
 
        S4.cloog                                \
82
 
        ascii-art.txt                           \
83
 
        images/basic.eps                        \
84
 
        images/basic.fig                        \
85
 
        images/basic.jpg                        \
86
 
        images/basic.pdf                        \
87
 
        images/basic.txt                        \
88
 
        images/basic1.eps                       \
89
 
        images/basic1.fig                       \
90
 
        images/basic1.jpg                       \
91
 
        images/basic1.pdf                       \
92
 
        images/basic1.txt                       \
93
 
        images/basic2.eps                       \
94
 
        images/basic2.fig                       \
95
 
        images/basic2.jpg                       \
96
 
        images/basic2.pdf                       \
97
 
        images/basic2.txt                       \
98
 
        images/tree.eps                         \
99
 
        images/tree.fig                         \
100
 
        images/tree.jpg                         \
101
 
        images/tree.pdf                         \
102
 
        images/tree.txt
103
 
 
104
 
 
105
 
info_TEXINFOS           = openscop.texi
106
 
 
107
 
DOCDIR                  = htmldoc
108
 
DOXYFILE                = Doxyfile
109
 
DOXYGEN                 = @DOXYGEN@
110
 
 
111
 
# The following requires a fixed version of the Emacs 19.30 etags.
112
 
ETAGS_ARGS              = --lang=none \
113
 
 --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/doc/openscop.texi
114
 
TAGS_DEPENDENCIES       = openscop.texi $(DOXYFILE).in
115
 
 
116
 
htmldoc.tar.gz:
117
 
        mkdir -p $(top_srcdir)/doc/htmldoc
118
 
        $(DOXYGEN) $(DOXYFILE)
119
 
        tar czf htmldoc.tar.gz htmldoc