mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Imported changes from xorg-server-1.2-apple to make master more current wrt file layout, build system changes, and dead code removal.
17 lines
530 B
Makefile
17 lines
530 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/GL/glx \
|
|
-I$(top_srcdir)/GL/include \
|
|
-I$(top_srcdir)/hw/darwin/quartz \
|
|
-I$(top_srcdir)/hw/darwin/quartz/cr
|
|
|
|
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
|