mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
Port all changes from the (monolithic) accelerated_indirect-0-0-1 branch to
the modular trunk. This will break the Darwin and cygwin builds. Other
than the changes to symlink-mesa.sh and the various Makefile.am files,
to code is identical to what's in the branch.
Reviewed by: airlied, krh
16 lines
535 B
Makefile
16 lines
535 B
Makefile
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X
|
|
|
|
noinst_LTLIBRARIES = libGLcore.la
|
|
|
|
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
|