~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to GL/mesa/swrast/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libswrast.la
 
2
 
 
3
AM_CFLAGS = @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ -DUSE_MGL_NAMESPACE
 
4
 
 
5
INCLUDES = -I@MESA_SOURCE@/include \
 
6
           -I../X \
 
7
           -I../array_cache \
 
8
           -I../glapi \
 
9
           -I../main \
 
10
           -I../math \
 
11
           -I../shader \
 
12
           -I../swrast \
 
13
           -I../swrast_setup \
 
14
           -I../tnl \
 
15
           -I.. \
 
16
           -I$(top_srcdir)/hw/xfree86/os-support
 
17
 
 
18
nodist_libswrast_la_SOURCES = s_aaline.c \
 
19
                      s_aatriangle.c \
 
20
                      s_accum.c \
 
21
                      s_alpha.c \
 
22
                      s_atifragshader.c \
 
23
                      s_bitmap.c \
 
24
                      s_blend.c \
 
25
                      s_buffers.c \
 
26
                      s_context.c \
 
27
                      s_copypix.c \
 
28
                      s_depth.c \
 
29
                      s_drawpix.c \
 
30
                      s_feedback.c \
 
31
                      s_fog.c \
 
32
                      s_imaging.c \
 
33
                      s_lines.c \
 
34
                      s_logic.c \
 
35
                      s_masking.c \
 
36
                      s_nvfragprog.c \
 
37
                      s_points.c \
 
38
                      s_readpix.c \
 
39
                      s_span.c \
 
40
                      s_stencil.c \
 
41
                      s_texcombine.c \
 
42
                      s_texfilter.c \
 
43
                      s_texstore.c \
 
44
                      s_triangle.c \
 
45
                      s_zoom.c