7565a00465fe6024815d4cb806664faced9dedbd
[mesa.git] / src / mesa / drivers / dri / i915 / Makefile
1
2 TOP = ../../../../..
3 include $(TOP)/configs/current
4
5 LIBNAME = i915_dri.so
6
7
8 COMMON_SOURCES = \
9 ../../common/driverfuncs.c \
10 ../common/mm.c \
11 ../common/utils.c \
12 ../common/texmem.c \
13 ../common/vblank.c \
14 ../common/xmlconfig.c \
15 ../common/dri_util.c \
16 ../common/drirenderbuffer.c \
17 ../common/glcontextmodes.c
18
19 DRIVER_SOURCES = \
20 i915_context.c \
21 i915_debug.c \
22 i915_fragprog.c \
23 i915_metaops.c \
24 i915_program.c \
25 i915_state.c \
26 i915_tex.c \
27 i915_texprog.c \
28 i915_texstate.c \
29 i915_vtbl.c \
30 i830_context.c \
31 i830_metaops.c \
32 i830_state.c \
33 i830_texblend.c \
34 i830_tex.c \
35 i830_texstate.c \
36 i830_vtbl.c \
37 intel_batchbuffer.c \
38 intel_context.c \
39 intel_ioctl.c \
40 intel_pixel.c \
41 intel_render.c \
42 intel_screen.c \
43 intel_span.c \
44 intel_state.c \
45 intel_tex.c \
46 intel_tris.c
47
48 C_SOURCES = \
49 $(COMMON_SOURCES) \
50 $(MINIGLX_SOURCES) \
51 $(DRIVER_SOURCES)
52
53 ASM_SOURCES =
54
55
56
57 include ../Makefile.template
58
59 symlinks: