nouveau: Very rough cut at gallium winsys + nv40 pipe driver.
[mesa.git] / src / mesa / drivers / dri / nouveau_winsys / 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/mesa/pipe/softpipe/libsoftpipe.a \
11 $(TOP)/src/mesa/pipe/nv40/libnv40.a
12
13 DRIVER_SOURCES = \
14 nouveau_bo.c \
15 nouveau_channel.c \
16 nouveau_context.c \
17 nouveau_device.c \
18 nouveau_dma.c \
19 nouveau_grobj.c \
20 nouveau_lock.c \
21 nouveau_notifier.c \
22 nouveau_screen.c \
23 nouveau_swapbuffers.c \
24 nouveau_winsys.c \
25 nouveau_winsys_pipe.c \
26 nouveau_winsys_softpipe.c \
27 nv04_region.c \
28 nv50_region.c
29
30 C_SOURCES = \
31 $(COMMON_SOURCES) \
32 $(DRIVER_SOURCES)
33
34 ASM_SOURCES =
35
36 include ../Makefile.template
37
38 symlinks: