Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
[mesa.git] / src / mesa / drivers / dri / mach64 / Makefile
1 # src/mesa/drivers/dri/mach64/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = mach64_dri.so
7
8 # Not yet
9 # MINIGLX_SOURCES = server/mach64_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
19 DRIVER_SOURCES = \
20 mach64_context.c \
21 mach64_ioctl.c \
22 mach64_screen.c \
23 mach64_span.c \
24 mach64_state.c \
25 mach64_tex.c \
26 mach64_texmem.c \
27 mach64_texstate.c \
28 mach64_tris.c \
29 mach64_vb.c \
30 mach64_dd.c \
31 mach64_lock.c
32
33 C_SOURCES = \
34 $(COMMON_SOURCES) \
35 $(DRIVER_SOURCES)
36
37 ASM_SOURCES =
38
39 include ../Makefile.template
40
41 symlinks: