automake: src/mesa/drivers/dri/radeon
[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 radeon_fog.c
25
26 DRIVER_SOURCES = r200_context.c \
27 r200_ioctl.c \
28 r200_state.c \
29 r200_state_init.c \
30 r200_cmdbuf.c \
31 r200_tex.c \
32 r200_texstate.c \
33 r200_tcl.c \
34 r200_swtcl.c \
35 r200_maos.c \
36 r200_sanity.c \
37 r200_fragshader.c \
38 r200_vertprog.c \
39 r200_blit.c \
40 radeon_screen.c \
41 $(RADEON_COMMON_SOURCES)
42
43 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
44
45 X86_SOURCES =
46
47 DRIVER_DEFINES = -DRADEON_R200
48
49 INCLUDES += $(RADEON_CFLAGS)
50 DRI_LIB_DEPS += $(RADEON_LIBS)
51
52 ##### TARGETS #####
53
54
55 include ../Makefile.targets
56
57 #INCLUDES += -I../radeon/server
58