summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
blob: d3951e4e7d72f87fbcb942ce2264d04c1db49499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = util

C_SOURCES = \
	p_debug.c \
	u_blit.c \
	u_draw_quad.c \
	u_gen_mipmap.c \
	u_handle_table.c \
	u_hash_table.c \
	u_math.c \
	u_mm.c \
	u_rect.c \
	u_simple_shaders.c \
	u_snprintf.c \
	u_stream_stdc.c \
	u_stream_wd.c \
	u_tile.c \
	u_time.c \
	u_timed_winsys.c

include ../../Makefile.template

symlinks: