Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / gallium / drivers / nv40 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nv40
5
6 DRIVER_SOURCES = \
7 nv40_clear.c \
8 nv40_context.c \
9 nv40_draw.c \
10 nv40_fragprog.c \
11 nv40_fragtex.c \
12 nv40_miptree.c \
13 nv40_query.c \
14 nv40_screen.c \
15 nv40_state.c \
16 nv40_state_blend.c \
17 nv40_state_clip.c \
18 nv40_state_emit.c \
19 nv40_state_fb.c \
20 nv40_state_rasterizer.c \
21 nv40_state_scissor.c \
22 nv40_state_stipple.c \
23 nv40_state_viewport.c \
24 nv40_state_zsa.c \
25 nv40_surface.c \
26 nv40_vbo.c \
27 nv40_vertprog.c
28
29 C_SOURCES = \
30 $(COMMON_SOURCES) \
31 $(DRIVER_SOURCES)
32
33 ASM_SOURCES =
34
35 include ../../Makefile.template
36
37 symlinks:
38