summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/Makefile
blob: 3b506a91ffa14f33f23fc19ac904d64308640be3 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# src/mesa/drivers/dri/nouveau/Makefile

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

CFLAGS += $(shell pkg-config libdrm libdrm_nouveau --cflags)
DRI_LIB_DEPS += $(shell pkg-config libdrm_nouveau --libs)

LIBNAME = nouveau_vieux_dri.so

DRIVER_SOURCES = \
	nouveau_screen.c \
	nouveau_context.c \
	nouveau_fbo.c \
	nouveau_driver.c \
	nouveau_state.c \
	nouveau_bufferobj.c \
	nouveau_span.c \
	nouveau_bo_state.c \
	nouveau_texture.c \
	nouveau_surface.c \
	nouveau_scratch.c \
	nouveau_array.c \
	nv04_context.c \
	nv04_render.c \
	nv04_state_fb.c \
	nv04_state_raster.c \
	nv04_state_tex.c \
	nv04_state_frag.c \
	nv04_surface.c \
	nv10_context.c \
	nv10_render.c \
	nv10_state_fb.c \
	nv10_state_polygon.c \
	nv10_state_raster.c \
	nv10_state_tex.c \
	nv10_state_frag.c \
	nv10_state_tnl.c \
	nv20_context.c \
	nv20_render.c \
	nv20_state_fb.c \
	nv20_state_polygon.c \
	nv20_state_raster.c \
	nv20_state_tex.c \
	nv20_state_frag.c \
	nv20_state_tnl.c

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

ASM_SOURCES =


include ../Makefile.template

symlinks: