3ed90fd1b70dd615ad424643a0271a6c3a1c77aa
[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_dump.c \
9 u_debug_symbol.c \
10 u_debug_stack.c \
11 u_blit.c \
12 u_blitter.c \
13 u_cache.c \
14 u_cpu_detect.c \
15 u_dl.c \
16 u_draw_quad.c \
17 u_format.c \
18 u_format_access.c \
19 u_format_table.c \
20 u_gen_mipmap.c \
21 u_handle_table.c \
22 u_hash_table.c \
23 u_hash.c \
24 u_keymap.c \
25 u_linear.c \
26 u_network.c \
27 u_math.c \
28 u_mm.c \
29 u_rect.c \
30 u_simple_shaders.c \
31 u_snprintf.c \
32 u_stream_stdc.c \
33 u_stream_wd.c \
34 u_surface.c \
35 u_texture.c \
36 u_tile.c \
37 u_time.c \
38 u_timed_winsys.c \
39 u_upload_mgr.c \
40 u_simple_screen.c
41
42 include ../../Makefile.template
43
44 u_format_table.c: u_format_table.py u_format_parse.py u_format.csv
45 python u_format_table.py u_format.csv > $@
46
47 u_format_access.c: u_format_access.py u_format_parse.py u_format.csv
48 python u_format_access.py u_format.csv > $@