mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 02:58:06 +02:00
I tried to update all the old Makefiles that included the default config to be sure they had a default target if they didn't previously have one, since this new all target will always point at it. Almost everything had one. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
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
|