Merge remote branch 'origin/7.8'
[mesa.git] / src / mesa / drivers / dri / nouveau / Makefile
1 # src/mesa/drivers/dri/nouveau/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 CFLAGS += $(shell pkg-config libdrm libdrm_nouveau --cflags)
7 DRI_LIB_DEPS += $(shell pkg-config libdrm_nouveau --libs)
8
9 LIBNAME = nouveau_vieux_dri.so
10
11 DRIVER_SOURCES = \
12 nouveau_screen.c \
13 nouveau_context.c \
14 nouveau_fbo.c \
15 nouveau_driver.c \
16 nouveau_state.c \
17 nouveau_bufferobj.c \
18 nouveau_span.c \
19 nouveau_bo_state.c \
20 nouveau_texture.c \
21 nouveau_surface.c \
22 nv04_context.c \
23 nv04_render.c \
24 nv04_state_fb.c \
25 nv04_state_raster.c \
26 nv04_state_tex.c \
27 nv04_state_frag.c \
28 nv04_surface.c \
29 nv10_context.c \
30 nv10_render.c \
31 nv10_state_fb.c \
32 nv10_state_polygon.c \
33 nv10_state_raster.c \
34 nv10_state_tex.c \
35 nv10_state_frag.c \
36 nv10_state_tnl.c \
37 nv20_context.c \
38 nv20_render.c \
39 nv20_state_fb.c \
40 nv20_state_polygon.c \
41 nv20_state_raster.c \
42 nv20_state_tex.c \
43 nv20_state_frag.c \
44 nv20_state_tnl.c
45
46 C_SOURCES = \
47 $(COMMON_SOURCES) \
48 $(DRIVER_SOURCES)
49
50 ASM_SOURCES =
51
52
53 include ../Makefile.template
54
55 symlinks: