i965: fix bugs in projective texture coordinates
[mesa.git] / src / mesa / drivers / dri / radeon / Makefile
1 # src/mesa/drivers/dri/radeon/Makefile
2 # Note, this Makefile requires GNU make
3
4 TOP = ../../../../..
5 include $(TOP)/configs/current
6
7 LIBNAME = radeon_dri.so
8
9 MINIGLX_SOURCES = server/radeon_dri.c
10
11 DRIVER_SOURCES = \
12 radeon_context.c \
13 radeon_ioctl.c \
14 radeon_lock.c \
15 radeon_screen.c \
16 radeon_state.c \
17 radeon_state_init.c \
18 radeon_tex.c \
19 radeon_texmem.c \
20 radeon_texstate.c \
21 radeon_tcl.c \
22 radeon_swtcl.c \
23 radeon_span.c \
24 radeon_maos.c \
25 radeon_sanity.c
26
27 C_SOURCES = \
28 $(COMMON_SOURCES) \
29 $(DRIVER_SOURCES)
30
31 DRIVER_DEFINES = -DRADEON_COMMON=0
32
33 X86_SOURCES =
34
35 include ../Makefile.template
36
37 symlinks: