Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
[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
20 DRIVER_SOURCES = \
21 i810context.c \
22 i810ioctl.c \
23 i810render.c \
24 i810screen.c \
25 i810span.c \
26 i810state.c \
27 i810tex.c \
28 i810texmem.c \
29 i810texstate.c \
30 i810tris.c \
31 i810vb.c
32
33 C_SOURCES = \
34 $(COMMON_SOURCES) \
35 $(DRIVER_SOURCES)
36
37 ASM_SOURCES =
38
39 include ../Makefile.template
40
41 symlinks: