First import
[xorg_rtime.git] / xorg-server-1.4 / hw / dmx / glxProxy / Makefile.am
blob1fbc8d764cb02e46a0effdb28a455749f3ae658b
1 noinst_LIBRARIES = libglxproxy.a
3 libglxproxy_a_SOURCES = compsize.c \
4                         g_disptab.c \
5                         g_disptab.h \
6                         global.c \
7                         glxcmds.c \
8                         glxcmdsswap.c \
9                         glxcontext.h \
10                         glxdrawable.h \
11                         glxerror.h \
12                         glxext.c \
13                         glxext.h \
14                         glxfbconfig.c \
15                         glxfbconfig.h \
16                         glxscreens.c \
17                         glxscreens.h \
18                         glxserver.h \
19                         glxsingle.c \
20                         glxsingle.h \
21                         glxswap.c \
22                         glxswap.h \
23                         glxutil.c \
24                         glxutil.h \
25                         glxvendor.c \
26                         glxvendor.h \
27                         glxvisuals.c \
28                         glxvisuals.h \
29                         g_renderswap.c \
30                         render2swap.c \
31                         renderpixswap.c \
32                         unpack.h
34 AM_CFLAGS = \
35             $(DIX_CFLAGS) \
36             -I$(top_srcdir)/hw/dmx \
37             -I$(top_srcdir)/include \
38             -I$(top_srcdir)/GL/include \
39             -I$(top_builddir)/GL/include \
40             -I@MESA_SOURCE@/include \
41             -DHAVE_DMX_CONFIG_H \
42             @DMXMODULES_CFLAGS@ \
43             -I$(top_srcdir)/hw/xfree86/os-support