2006-11-26 11:13:41 -07:00
|
|
|
noinst_LIBRARIES = libglxproxy.a
|
|
|
|
|
|
|
|
libglxproxy_a_SOURCES = compsize.c \
|
2011-12-18 09:08:59 -07:00
|
|
|
compsize.h \
|
2006-11-26 11:13:41 -07:00
|
|
|
g_disptab.c \
|
|
|
|
g_disptab.h \
|
|
|
|
global.c \
|
|
|
|
glxcmds.c \
|
2011-12-18 09:08:59 -07:00
|
|
|
glxcmds.h \
|
2006-11-26 11:13:41 -07:00
|
|
|
glxcmdsswap.c \
|
|
|
|
glxcontext.h \
|
|
|
|
glxdrawable.h \
|
|
|
|
glxerror.h \
|
|
|
|
glxext.c \
|
|
|
|
glxext.h \
|
|
|
|
glxfbconfig.c \
|
|
|
|
glxfbconfig.h \
|
|
|
|
glxscreens.c \
|
|
|
|
glxscreens.h \
|
|
|
|
glxserver.h \
|
|
|
|
glxsingle.c \
|
|
|
|
glxsingle.h \
|
|
|
|
glxswap.c \
|
|
|
|
glxswap.h \
|
|
|
|
glxutil.c \
|
|
|
|
glxutil.h \
|
|
|
|
glxvendor.c \
|
|
|
|
glxvendor.h \
|
|
|
|
glxvisuals.c \
|
|
|
|
glxvisuals.h \
|
|
|
|
g_renderswap.c \
|
|
|
|
render2swap.c \
|
|
|
|
renderpixswap.c \
|
|
|
|
unpack.h
|
|
|
|
|
|
|
|
AM_CFLAGS = \
|
2008-11-02 08:26:08 -07:00
|
|
|
@GLX_ARCH_DEFINES@ \
|
2007-11-24 10:55:21 -07:00
|
|
|
$(DIX_CFLAGS) \
|
2006-11-26 11:13:41 -07:00
|
|
|
-I$(top_srcdir)/hw/dmx \
|
|
|
|
-I$(top_srcdir)/include \
|
|
|
|
-DHAVE_DMX_CONFIG_H \
|
|
|
|
@DMXMODULES_CFLAGS@ \
|
|
|
|
-I$(top_srcdir)/hw/xfree86/os-support
|