Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / mesa / drivers / dri / nouveau / Makefile
1 # src/mesa/drivers/dri/nouveau/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = nouveau_vieux_dri.so
7
8 include ../Makefile.defines
9
10 DRIVER_SOURCES = \
11         nouveau_screen.c \
12         nouveau_context.c \
13         nouveau_fbo.c \
14         nouveau_driver.c \
15         nouveau_state.c \
16         nouveau_bufferobj.c \
17         nouveau_span.c \
18         nouveau_bo_state.c \
19         nouveau_texture.c \
20         nouveau_surface.c \
21         nouveau_scratch.c \
22         nouveau_array.c \
23         nv04_context.c \
24         nv04_render.c \
25         nv04_state_fb.c \
26         nv04_state_raster.c \
27         nv04_state_tex.c \
28         nv04_state_frag.c \
29         nv04_surface.c \
30         nv10_context.c \
31         nv10_render.c \
32         nv10_state_fb.c \
33         nv10_state_polygon.c \
34         nv10_state_raster.c \
35         nv10_state_tex.c \
36         nv10_state_frag.c \
37         nv10_state_tnl.c \
38         nv20_context.c \
39         nv20_render.c \
40         nv20_state_fb.c \
41         nv20_state_polygon.c \
42         nv20_state_raster.c \
43         nv20_state_tex.c \
44         nv20_state_frag.c \
45         nv20_state_tnl.c
46
47 C_SOURCES = \
48         $(COMMON_SOURCES) \
49         $(DRIVER_SOURCES)
50
51 ASM_SOURCES =
52
53 INCLUDES += $(NOUVEAU_CFLAGS)
54 DRI_LIB_DEPS += $(NOUVEAU_LIBS)
55
56 include ../Makefile.targets
57
58 symlinks: