Merge remote branch 'origin/master' into pipe-video
[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 nouveau_scratch.c \
23 nouveau_array.c \
24 nv04_context.c \
25 nv04_render.c \
26 nv04_state_fb.c \
27 nv04_state_raster.c \
28 nv04_state_tex.c \
29 nv04_state_frag.c \
30 nv04_surface.c \
31 nv10_context.c \
32 nv10_render.c \
33 nv10_state_fb.c \
34 nv10_state_polygon.c \
35 nv10_state_raster.c \
36 nv10_state_tex.c \
37 nv10_state_frag.c \
38 nv10_state_tnl.c \
39 nv20_context.c \
40 nv20_render.c \
41 nv20_state_fb.c \
42 nv20_state_polygon.c \
43 nv20_state_raster.c \
44 nv20_state_tex.c \
45 nv20_state_frag.c \
46 nv20_state_tnl.c
47
48 C_SOURCES = \
49 $(COMMON_SOURCES) \
50 $(DRIVER_SOURCES)
51
52 ASM_SOURCES =
53
54
55 include ../Makefile.template
56
57 symlinks: