mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-17 22:58:10 +02:00
19 lines
706 B
Makefile
19 lines
706 B
Makefile
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X glapi
|
|
|
|
noinst_LTLIBRARIES = libGLcore.la
|
|
|
|
libGLcore_la_CFLAGS = -DUSE_MGL_NAMESPACE -UHAVE_CONFIG_H -DGLXEXT -DXF86DRI \
|
|
-DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA
|
|
|
|
libGLcore_la_SOURCES = dummy.c
|
|
libGLcore_la_LIBADD = main/libmain.la \
|
|
math/libmath.la \
|
|
array_cache/libac.la \
|
|
swrast/libswrast.la \
|
|
swrast_setup/libss.la \
|
|
tnl/libtnl.la \
|
|
shader/libshader.la \
|
|
shader/grammar/libgrammar.la \
|
|
shader/slang/libslang.la \
|
|
X/libX.la \
|
|
glapi/libglapi.la
|