Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
[mesa.git] / src / gallium / auxiliary / util / Makefile
index 5035e9cc1332b114e33c1b6c44b5582cc1e65e66..1d8bb55bbd68d4bd9bdae78f69bd2ed268007fca 100644 (file)
@@ -5,17 +5,23 @@ LIBNAME = util
 
 C_SOURCES = \
        u_debug.c \
+       u_debug_dump.c \
        u_debug_symbol.c \
        u_debug_stack.c \
        u_blit.c \
        u_cache.c \
+       u_cpu_detect.c \
        u_draw_quad.c \
+       u_format.c \
+       u_format_access.c \
+       u_format_table.c \
        u_gen_mipmap.c \
        u_handle_table.c \
        u_hash_table.c \
        u_hash.c \
        u_keymap.c \
        u_linear.c \
+       u_network.c \
        u_math.c \
        u_mm.c \
        u_rect.c \
@@ -23,6 +29,7 @@ C_SOURCES = \
        u_snprintf.c \
        u_stream_stdc.c \
        u_stream_wd.c \
+       u_surface.c \
        u_tile.c \
        u_time.c \
        u_timed_winsys.c \
@@ -30,3 +37,9 @@ C_SOURCES = \
        u_simple_screen.c
 
 include ../../Makefile.template
+
+u_format_table.c: u_format_table.py u_format_parse.py u_format.csv
+       python u_format_table.py u_format.csv > $@
+
+u_format_access.c: u_format_access.py u_format_parse.py u_format.csv
+       python u_format_access.py u_format.csv > $@