nouveau: match gallium code reorginisation.
[mesa.git] / src / gallium / winsys / dri / 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/nv30/libnv30.a \
12 $(TOP)/src/gallium/drivers/nv40/libnv40.a \
13 $(TOP)/src/gallium/drivers/nv50/libnv50.a
14
15 DRIVER_SOURCES = \
16 nouveau_bo.c \
17 nouveau_channel.c \
18 nouveau_context.c \
19 nouveau_device.c \
20 nouveau_dma.c \
21 nouveau_fence.c \
22 nouveau_grobj.c \
23 nouveau_lock.c \
24 nouveau_notifier.c \
25 nouveau_pushbuf.c \
26 nouveau_resource.c \
27 nouveau_screen.c \
28 nouveau_swapbuffers.c \
29 nouveau_winsys.c \
30 nouveau_winsys_pipe.c \
31 nouveau_winsys_softpipe.c \
32 nv04_surface.c \
33 nv50_surface.c
34
35 C_SOURCES = \
36 $(COMMON_GALLIUM_SOURCES) \
37 $(DRIVER_SOURCES)
38
39 ASM_SOURCES =
40
41 include ../Makefile.template
42
43 symlinks: