First import
[xorg_rtime.git] / xorg-server-1.4 / GL / apple / Makefile.am
blob2b2d10cbc31d12f7addd106d8ee8534fd597a7b4
1 AM_CFLAGS = -I$(top_srcdir) \
2          -I$(top_srcdir)/hw/darwin/quartz \
3          -I$(top_srcdir)/GL/glx \
4          -I$(top_srcdir)/hw/darwin/quartz/cr \
5          -I$(top_srcdir)/GL/include
7 if HAVE_AGL_FRAMEWORK
8 noinst_LIBRARIES = libAGLcore.a 
9 libAGLcore_a_SOURCES = aglGlx.c \
10                        $(top_srcdir)/hw/darwin/quartz/xpr/x-list.c \
11                        $(top_srcdir)/hw/darwin/quartz/xpr/x-list.h \
12                        $(top_srcdir)/hw/darwin/quartz/xpr/x-hash.c \
13                        $(top_srcdir)/hw/darwin/quartz/xpr/x-hash.h \
14                        $(top_srcdir)/hw/dmx/glxProxy/compsize.c
15 endif