mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 07:48:20 +02:00
13 lines
191 B
Makefile
13 lines
191 B
Makefile
TOP = ../../../..
|
|
include $(TOP)/configs/current
|
|
|
|
LIBNAME = trace
|
|
|
|
C_SOURCES = \
|
|
tr_context.c \
|
|
tr_dump.c \
|
|
tr_dump_state.c \
|
|
tr_screen.c \
|
|
tr_texture.c
|
|
|
|
include ../../Makefile.template
|