Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / gallium / winsys / drm / nouveau / Makefile
1
2 TOP = ../../../../..
3 include $(TOP)/configs/current
4
5 LIBNAME = nouveau_dri.so
6
7 MINIGLX_SOURCES =
8
9 PIPE_DRIVERS = \
10 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
11 $(TOP)/src/gallium/drivers/nv04/libnv04.a \
12 $(TOP)/src/gallium/drivers/nv10/libnv10.a \
13 $(TOP)/src/gallium/drivers/nv20/libnv20.a \
14 $(TOP)/src/gallium/drivers/nv30/libnv30.a \
15 $(TOP)/src/gallium/drivers/nv40/libnv40.a \
16 $(TOP)/src/gallium/drivers/nv50/libnv50.a
17
18 DRIVER_SOURCES = \
19 nouveau_bo.c \
20 nouveau_channel.c \
21 nouveau_context.c \
22 nouveau_device.c \
23 nouveau_dma.c \
24 nouveau_fence.c \
25 nouveau_grobj.c \
26 nouveau_lock.c \
27 nouveau_notifier.c \
28 nouveau_pushbuf.c \
29 nouveau_resource.c \
30 nouveau_screen.c \
31 nouveau_swapbuffers.c \
32 nouveau_winsys.c \
33 nouveau_winsys_pipe.c \
34 nouveau_winsys_softpipe.c \
35 nv04_surface.c \
36 nv50_surface.c
37
38 C_SOURCES = \
39 $(COMMON_GALLIUM_SOURCES) \
40 $(DRIVER_SOURCES)
41
42 ASM_SOURCES =
43
44 include ../Makefile.template
45
46 symlinks: