~ubuntu-branches/ubuntu/oneiric/mesa-demos/oneiric

« back to all changes in this revision

Viewing changes to src/redbook/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-09-27 16:18:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100927161827-1yfgolc1oy9sjhi8
Tags: upstream-8.0.1
Import upstream version 8.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright © 2009 Intel Corporation
 
2
#
 
3
# Permission is hereby granted, free of charge, to any person obtaining a
 
4
# copy of this software and associated documentation files (the "Software"),
 
5
# to deal in the Software without restriction, including without limitation
 
6
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
7
# and/or sell copies of the Software, and to permit persons to whom the
 
8
# Software is furnished to do so, subject to the following conditions:
 
9
#
 
10
# The above copyright notice and this permission notice (including the next
 
11
# paragraph) shall be included in all copies or substantial portions of the
 
12
# Software.
 
13
#
 
14
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
15
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
16
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
17
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
18
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
19
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 
20
# IN THE SOFTWARE.
 
21
#
 
22
# Authors:
 
23
#    Eric Anholt <eric@anholt.net>
 
24
 
 
25
AM_CFLAGS = \
 
26
        $(DEMO_CFLAGS) \
 
27
        $(GLUT_CFLAGS) \
 
28
        -I$(top_srcdir)/src/util
 
29
AM_LDFLAGS = \
 
30
        $(DEMO_LIBS) \
 
31
        $(GLUT_LIBS)
 
32
 
 
33
if HAVE_GLUT
 
34
noinst_PROGRAMS = \
 
35
        aaindex \
 
36
        aapoly \
 
37
        aargb \
 
38
        accanti \
 
39
        accpersp \
 
40
        alpha \
 
41
        alpha3D \
 
42
        anti \
 
43
        bezcurve \
 
44
        bezmesh \
 
45
        checker \
 
46
        clip \
 
47
        colormat \
 
48
        cube \
 
49
        depthcue \
 
50
        dof \
 
51
        double \
 
52
        drawf \
 
53
        feedback \
 
54
        fog \
 
55
        fogindex \
 
56
        font \
 
57
        hello \
 
58
        image \
 
59
        light \
 
60
        lines \
 
61
        list \
 
62
        material \
 
63
        mipmap \
 
64
        model \
 
65
        movelight \
 
66
        nurbs \
 
67
        pickdepth \
 
68
        picksquare \
 
69
        plane \
 
70
        planet \
 
71
        polyoff \
 
72
        polys \
 
73
        quadric \
 
74
        robot \
 
75
        sccolorlight \
 
76
        scene \
 
77
        scenebamb \
 
78
        sceneflat \
 
79
        select \
 
80
        smooth \
 
81
        stencil \
 
82
        stroke \
 
83
        surface \
 
84
        teaambient \
 
85
        teapots \
 
86
        tess \
 
87
        tesswind \
 
88
        texbind \
 
89
        texgen \
 
90
        texprox \
 
91
        texsub \
 
92
        texturesurf \
 
93
        torus \
 
94
        trim \
 
95
        unproject \
 
96
        varray \
 
97
        wrap
 
98
endif
 
99
 
 
100
EXTRA_DIST = \
 
101
        README \
 
102
        jitter.h