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

« back to all changes in this revision

Viewing changes to GL/mesa/shader/slang/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 = libslang.la
 
2
 
 
3
AM_CFLAGS = @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
 
4
 
 
5
INCLUDES = -I@MESA_SOURCE@/include \
 
6
           -I../grammar \
 
7
           -I../../X \
 
8
           -I../../array_cache \
 
9
           -I../../glapi \
 
10
           -I../../main \
 
11
           -I../../math \
 
12
           -I../../shader \
 
13
           -I../../swrast \
 
14
           -I../../swrast_setup \
 
15
           -I../../tnl \
 
16
           -I../.. \
 
17
           -I$(top_srcdir)/hw/xfree86/os-support
 
18
 
 
19
nodist_libslang_la_SOURCES = slang_assemble_assignment.c \
 
20
                      slang_assemble.c \
 
21
                      slang_assemble_conditional.c \
 
22
                      slang_assemble_constructor.c \
 
23
                      slang_assemble_typeinfo.c \
 
24
                      slang_compile.c \
 
25
                      slang_compile_function.c \
 
26
                      slang_compile_operation.c \
 
27
                      slang_compile_struct.c \
 
28
                      slang_compile_variable.c \
 
29
                      slang_execute.c \
 
30
                      slang_preprocess.c \
 
31
                      slang_storage.c \
 
32
                      slang_utility.c