draw: Add assert to check input of memcpy.
[mesa.git] / src / gallium / auxiliary / Makefile
index 02c65a9b2d9cbb43d7401dd55565cebd02cfc26d..ff7695150e2184858c01e1018e896d9be3698e3a 100644 (file)
@@ -49,8 +49,10 @@ C_SOURCES = \
        indices/u_indices_gen.c \
        indices/u_unfilled_gen.c \
        os/os_misc.c \
+       os/os_stream_log.c \
        os/os_stream_stdc.c \
-       os/os_stream_wd.c \
+       os/os_stream_str.c \
+       os/os_stream_null.c \
        os/os_time.c \
        pipebuffer/pb_buffer_malloc.c \
        pipebuffer/pb_bufmgr_alt.c \
@@ -91,9 +93,10 @@ C_SOURCES = \
        translate/translate.c \
        translate/translate_cache.c \
        util/u_debug.c \
-       util/u_debug_dump.c \
        util/u_debug_symbol.c \
        util/u_debug_stack.c \
+       util/u_dump_defines.c \
+       util/u_dump_state.c \
        util/u_bitmask.c \
        util/u_blit.c \
        util/u_blitter.c \
@@ -166,6 +169,9 @@ CPP_SOURCES += \
 endif
 
 
+LIBRARY_DEFINES += -D__STDC_CONSTANT_MACROS
+
+
 include ../Makefile.template