summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/Makefile
blob: 7246d51f5d784f9a0addfbec00c18b405b0e0a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# src/mesa/drivers/dri/mach64/Makefile

TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = mach64_dri.so

# Not yet
# MINIGLX_SOURCES = server/mach64_dri.c 

DRIVER_SOURCES = \
	mach64_context.c \
	mach64_ioctl.c \
	mach64_screen.c \
	mach64_span.c \
	mach64_state.c \
	mach64_tex.c \
	mach64_texmem.c \
	mach64_texstate.c \
	mach64_tris.c \
	mach64_vb.c \
	mach64_dd.c \
	mach64_lock.c

C_SOURCES = \
	$(COMMON_SOURCES) \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../Makefile.template

symlinks: