gl: updated glxext.h to version 27
[mesa.git] / src / gallium / drivers / nv40 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nv40
5
6 C_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_emit.c \
18 nv40_state_fb.c \
19 nv40_state_rasterizer.c \
20 nv40_state_scissor.c \
21 nv40_state_stipple.c \
22 nv40_state_viewport.c \
23 nv40_state_zsa.c \
24 nv40_surface.c \
25 nv40_transfer.c \
26 nv40_vbo.c \
27 nv40_vertprog.c
28
29 include ../../Makefile.template