Merge branch 'radeon-rewrite' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa...
[mesa.git] / src / gallium / auxiliary / util / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = util
5
6 C_SOURCES = \
7 u_debug.c \
8 u_debug_symbol.c \
9 u_debug_stack.c \
10 u_blit.c \
11 u_cache.c \
12 u_draw_quad.c \
13 u_gen_mipmap.c \
14 u_handle_table.c \
15 u_hash_table.c \
16 u_hash.c \
17 u_keymap.c \
18 u_linear.c \
19 u_math.c \
20 u_mm.c \
21 u_rect.c \
22 u_simple_shaders.c \
23 u_snprintf.c \
24 u_stream_stdc.c \
25 u_stream_wd.c \
26 u_tile.c \
27 u_time.c \
28 u_timed_winsys.c \
29 u_upload_mgr.c \
30 u_simple_screen.c
31
32 include ../../Makefile.template