nv30, nv40: non-trivially unify nv[34]0_vertprog.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
12 LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx
13
14 include ../../Makefile.template