mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 15:40:08 +01:00
14 lines
359 B
Makefile
14 lines
359 B
Makefile
AM_CFLAGS = $(DIX_CFLAGS)
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/GL/glx \
|
|
-I$(top_srcdir)/GL/include \
|
|
-I$(top_srcdir)/GL/mesa/glapi \
|
|
-I$(top_srcdir)/hw/xquartz \
|
|
-I$(top_srcdir)/hw/xquartz/xpr \
|
|
-I$(top_srcdir)/miext/damage
|
|
|
|
noinst_LIBRARIES = libCGLcore.a
|
|
libCGLcore_a_SOURCES = \
|
|
indirect.c \
|
|
$(top_srcdir)/hw/dmx/glxProxy/compsize.c
|