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

« back to all changes in this revision

Viewing changes to GL/mesa/math/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 = libmath.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_libmath_la_SOURCES = m_debug_clip.c \
 
19
                       m_debug_norm.c \
 
20
                       m_debug_xform.c \
 
21
                       m_eval.c \
 
22
                       m_matrix.c \
 
23
                       m_translate.c \
 
24
                       m_vector.c \
 
25
                       m_xform.c