xserver-multidpi/GL/mesa/Makefile.am

19 lines
573 B
Makefile
Raw Normal View History

SUBDIRS = X
SUBDIRS += main math swrast swrast_setup tnl shader glapi vbo
2005-07-16 02:51:14 +02:00
noinst_LTLIBRARIES = libGLcore.la
libGLcore_la_SOURCES = dummy.c
MESA_LIBS = main/libmain.la \
2005-07-16 06:13:33 +02:00
math/libmath.la \
swrast/libswrast.la \
swrast_setup/libss.la \
tnl/libtnl.la \
shader/libshader.la \
shader/grammar/libgrammar.la \
shader/slang/libslang.la \
2008-03-01 19:24:50 +01:00
vbo/libvbo.la
libGLcore_la_LIBADD = $(MESA_LIBS) \
2005-07-16 06:13:33 +02:00
X/libX.la