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