nv30, nv40: non-trivially unify nv[34]0_state_fb.c
[mesa.git] / src / gallium / drivers / nvfx / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nvfx
5
6 C_SOURCES = \
7 nvfx_clear.c \
8 nvfx_state_emit.c \
9 nvfx_miptree.c \
10 nvfx_query.c \
11 nvfx_state_blend.c \
12 nvfx_state_fb.c \
13 nvfx_state_rasterizer.c \
14 nvfx_state_scissor.c \
15 nvfx_state_stipple.c \
16 nvfx_state_viewport.c \
17 nvfx_state_zsa.c \
18 nvfx_surface.c \
19 nvfx_transfer.c
20
21 include ../../Makefile.template