summaryrefslogtreecommitdiff
path: root/GL/apple/Makefile.am
blob: 2b2d10cbc31d12f7addd106d8ee8534fd597a7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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