summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
blob: 2a3a9380b3b2023079970354353e4b1b81c6bb36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = util

C_SOURCES = \
	p_debug.c \
	p_tile.c \
	p_util.c \
	u_mm.c \
	u_snprintf.c

include ../../Makefile.template

symlinks: