First pass at updating these drivers with pipeline_stage struct changes.
[mesa.git] / src / mesa / drivers / dri / i810 / Makefile
1 # src/mesa/drivers/dri/i810/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = i810_dri.so
7
8 # Not yet
9 # MINIGLX_SOURCES = server/i810_dri.c
10
11 COMMON_SOURCES = \
12 ../../common/driverfuncs.c \
13 ../common/mm.c \
14 ../common/utils.c \
15 ../common/texmem.c \
16 ../common/vblank.c \
17 ../common/dri_util.c \
18 ../common/glcontextmodes.c \
19 ../common/xmlconfig.c
20
21 DRIVER_SOURCES = \
22 i810context.c \
23 i810ioctl.c \
24 i810render.c \
25 i810screen.c \
26 i810span.c \
27 i810state.c \
28 i810tex.c \
29 i810texmem.c \
30 i810texstate.c \
31 i810tris.c \
32 i810vb.c
33
34 C_SOURCES = \
35 $(COMMON_SOURCES) \
36 $(DRIVER_SOURCES)
37
38 ASM_SOURCES =
39
40 include ../Makefile.template
41
42 symlinks: