nv30, nv40: non-trivially unify nv[34]0_draw.c
[mesa.git] / src / gallium / drivers / nv30 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nv30
5
6 C_SOURCES = \
7 nv30_context.c \
8 nv30_fragtex.c \
9 nv30_screen.c \
10 nv30_state.c \
11 nv30_vbo.c \
12 nv30_vertprog.c
13
14 LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx
15
16 include ../../Makefile.template