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