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