mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 17:18:11 +02:00
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
17 lines
248 B
Makefile
17 lines
248 B
Makefile
TOP = ../../../..
|
|
include $(TOP)/configs/current
|
|
|
|
LIBNAME = pipebuffer
|
|
|
|
C_SOURCES = \
|
|
pb_buffer_fenced.c \
|
|
pb_buffer_malloc.c \
|
|
pb_bufmgr_fenced.c \
|
|
pb_bufmgr_mm.c \
|
|
pb_bufmgr_pool.c \
|
|
pb_winsys.c
|
|
|
|
include ../../Makefile.template
|
|
|
|
symlinks:
|
|
|