OSDN Git Service

3362d04543bc52521bd370f9b8fd8eada25eecb2
[android-x86/external-mesa.git] / src / mesa / drivers / dri / r200 / Makefile
1 # src/mesa/drivers/dri/r200/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = r200_dri.so
7
8 include ../Makefile.defines
9
10 RADEON_COMMON_SOURCES = \
11         radeon_buffer_objects.c \
12         radeon_common_context.c \
13         radeon_common.c \
14         radeon_dma.c \
15         radeon_debug.c \
16         radeon_fbo.c \
17         radeon_mipmap_tree.c \
18         radeon_pixel_read.c \
19         radeon_queryobj.c \
20         radeon_span.c \
21         radeon_texture.c \
22         radeon_tex_copy.c \
23         radeon_tile.c
24
25 DRIVER_SOURCES = r200_context.c \
26                  r200_ioctl.c \
27                  r200_state.c \
28                  r200_state_init.c \
29                  r200_cmdbuf.c \
30                  r200_tex.c \
31                  r200_texstate.c \
32                  r200_tcl.c \
33                  r200_swtcl.c \
34                  r200_maos.c \
35                  r200_sanity.c \
36                  r200_fragshader.c \
37                  r200_vertprog.c \
38                  r200_blit.c \
39                  radeon_screen.c \
40                  $(RADEON_COMMON_SOURCES)
41
42 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
43
44 X86_SOURCES = 
45
46 DRIVER_DEFINES = -DRADEON_R200
47
48 INCLUDES += $(RADEON_CFLAGS)
49 DRI_LIB_DEPS += $(RADEON_LIBS)
50
51 ##### TARGETS #####
52
53
54 include ../Makefile.targets
55
56 #INCLUDES += -I../radeon/server
57