summaryrefslogtreecommitdiff
path: root/GL/apple
diff options
context:
space:
mode:
authorBen Byer <bbyer@bbyer.(none)>2007-02-17 00:55:32 -0800
committerBen Byer <bbyer@bbyer.(none)>2007-02-17 00:55:32 -0800
commit00b0657b815b95964401c3e36eed54063afbd003 (patch)
tree1f6054c8d9bb93b154cd09bddf962434726901cf /GL/apple
parent93777c7b96e560da087963040e372aecbfca7bbc (diff)
glx fixes for XDarwin
Diffstat (limited to 'GL/apple')
-rw-r--r--GL/apple/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/GL/apple/Makefile.am b/GL/apple/Makefile.am
new file mode 100644
index 000000000..2b2d10cbc
--- /dev/null
+++ b/GL/apple/Makefile.am
@@ -0,0 +1,15 @@
+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