57592d7db9f9524f7401b50a7fc3a650e3081f6a
[mesa.git] / src / mesa / drivers / dri / ffb / Makefile
1 # src/mesa/drivers/dri/ffb/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = ffb_dri.so
7
8 # not yet
9 # MINIGLX_SOURCES = server/ffb_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/xmlconfig.c \
18 ../common/dri_util.c \
19 ../common/drirenderbuffer.c \
20 ../common/glcontextmodes.c
21
22 DRIVER_SOURCES = \
23 ffb_bitmap.c \
24 ffb_clear.c \
25 ffb_dd.c \
26 ffb_depth.c \
27 ffb_fog.c \
28 ffb_lines.c \
29 ffb_points.c \
30 ffb_span.c \
31 ffb_state.c \
32 ffb_stencil.c \
33 ffb_tex.c \
34 ffb_tris.c \
35 ffb_vb.c \
36 ffb_xmesa.c
37
38 C_SOURCES = \
39 $(COMMON_SOURCES) \
40 $(DRIVER_SOURCES)
41
42
43 ASM_SOURCES =
44
45 include ../Makefile.template
46
47 symlinks: