mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 03:40:05 +01:00
15 lines
529 B
Makefile
15 lines
529 B
Makefile
AM_CFLAGS = -I$(top_srcdir) \
|
|
-I$(top_srcdir)/hw/darwin/quartz \
|
|
-I$(top_srcdir)/GL/glx \
|
|
-I$(top_srcdir)/hw/darwin/quartz/cr \
|
|
-I$(top_srcdir)/GL/include
|
|
|
|
if HAVE_AGL_FRAMEWORK
|
|
noinst_LIBRARIES = libAGLcore.a
|
|
libAGLcore_a_SOURCES = aglGlx.c \
|
|
$(top_srcdir)/hw/darwin/quartz/xpr/x-list.c \
|
|
$(top_srcdir)/hw/darwin/quartz/xpr/x-list.h \
|
|
$(top_srcdir)/hw/darwin/quartz/xpr/x-hash.c \
|
|
$(top_srcdir)/hw/darwin/quartz/xpr/x-hash.h \
|
|
$(top_srcdir)/hw/dmx/glxProxy/compsize.c
|
|
endif
|