mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 10:08:13 +02:00
- include all headers in Makefile.sources - bundle the scons buildscript, README and trace.xsl Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
13 lines
207 B
Text
13 lines
207 B
Text
C_SOURCES := \
|
|
tr_context.c \
|
|
tr_context.h \
|
|
tr_dump.c \
|
|
tr_dump_defines.h \
|
|
tr_dump.h \
|
|
tr_dump_state.c \
|
|
tr_dump_state.h \
|
|
tr_public.h \
|
|
tr_screen.c \
|
|
tr_screen.h \
|
|
tr_texture.c \
|
|
tr_texture.h
|