dfe97e6ed5f8b2dedd116d7374ac21285afc542e
[profile/ivi/mesa.git] / src / gallium / drivers / nvfx / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nvfx
5
6 C_SOURCES = \
7         nv04_surface_2d.c \
8         nvfx_context.c \
9         nvfx_clear.c \
10         nvfx_draw.c \
11         nvfx_fragprog.c \
12         nvfx_fragtex.c \
13         nv30_fragtex.c \
14         nv40_fragtex.c \
15         nvfx_miptree.c \
16         nvfx_query.c \
17         nvfx_screen.c \
18         nvfx_state.c \
19         nvfx_state_blend.c \
20         nvfx_state_emit.c \
21         nvfx_state_fb.c \
22         nvfx_state_rasterizer.c \
23         nvfx_state_scissor.c \
24         nvfx_state_stipple.c \
25         nvfx_state_viewport.c \
26         nvfx_state_zsa.c \
27         nvfx_surface.c \
28         nvfx_transfer.c \
29         nvfx_vbo.c \
30         nvfx_vertprog.c
31
32 include ../../Makefile.template