aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/glx/makefile
blob: 345734ecf376c6134b0f79af5393f16f2064d36d (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
LIBRARY=libglx

DEFINES += GLAPIENTRY=__stdcall _GLAPI_NO_EXPORTS


glapi_sources =					\
	indirect_dispatch.c			\
	indirect_dispatch_swap.c		\
	indirect_reqsize.c			\
	indirect_size_get.c			\
	indirect_table.c			\
	glapi.c					\
	remap.c


CSRCS = \
	$(indirect_sources) \
	$(glapi_sources) \
	clientinfo.c \
	createcontext.c \
	extension_string.c \
	indirect_util.c \
	indirect_program.c \
	indirect_texture_compression.c \
        glxcmds.c \
        glxcmdsswap.c \
        glxext.c \
	glxdriswrast.c \
	glxdricommon.c \
        glxscreens.c \
        render2.c \
        render2swap.c \
        renderpix.c \
        renderpixswap.c \
        rensize.c \
        single2.c \
        single2swap.c \
        singlepix.c \
        singlepixswap.c \
        singlesize.c \
        swap_interval.c \
        xfont.c

INCLUDES := $(MHMAKECONF)\mesalib\include $(INCLUDES)