summaryrefslogtreecommitdiff
path: root/GL/glx/Makefile.am
blob: 5a0c2bad8378e44b8c6556d4361c17b102b6864c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
noinst_LTLIBRARIES = libglx.la

AM_CFLAGS = $(DIX_CFLAGS) -I@MESA_SOURCE@/include

# none yet
#sdk_HEADERS =

INCLUDES = -I$(top_srcdir)/GL/include

nodist_libglx_la_SOURCES = indirect_size.c indirect_size.h

libglx_la_SOURCES = \
        g_disptab.c \
        g_disptab.h \
        g_disptab_EXT.c \
        g_disptab_EXT.h \
        g_render.c \
        g_renderswap.c \
        g_single.c \
        g_singleswap.c \
        glcontextmodes.c \
        glcontextmodes.h \
        global.c \
        glxbuf.c \
        glxbuf.h \
        glxcmds.c \
        glxcmdsswap.c \
        glxcontext.h \
        glxdrawable.h \
        glxerror.h \
        glxext.c \
        glxext.h \
        glxfb.c \
        glxfb.h \
        glximports.c \
        glximports.h \
        glxmem.c \
        glxmem.h \
        glxpix.c \
        glxpix.h \
        glxscreens.c \
        glxscreens.h \
        glxserver.h \
        glxutil.c \
        glxutil.h \
        impsize.h \
        render2.c \
        render2swap.c \
        renderpix.c \
        renderpixswap.c \
        rensize.c \
        rensizetab.c \
        single2.c \
        single2swap.c \
        singlepix.c \
        singlepixswap.c \
        singlesize.c \
        singlesize.h \
        unpack.h \
        xfont.c