glx: remove empty GLX_SGIX_swap_group stubs
[mesa.git] / src / glx / apple / Makefile.am
1 EXTRA_DIST = \
2 RELEASE_NOTES \
3 meson.build
4
5 noinst_LTLIBRARIES = libappleglx.la
6
7 AM_CFLAGS = \
8 -I$(top_srcdir)/src \
9 -I$(top_srcdir)/include \
10 -I$(top_srcdir)/src/glx \
11 -I$(top_builddir)/src/mesa \
12 -I$(top_srcdir)/src/mesa \
13 -I$(top_srcdir)/src/mapi \
14 -I$(top_builddir)/src/mapi/glapi \
15 -I$(top_srcdir)/src/mapi/glapi \
16 $(VISIBILITY_CFLAGS) \
17 $(DEFINES) \
18 $(X11_INCLUDES)
19
20 libappleglx_la_SOURCES = \
21 apple_cgl.c \
22 apple_cgl.h \
23 appledri.c \
24 appledri.h \
25 appledristr.h \
26 apple_glapi.c \
27 apple_glx.c \
28 apple_glx_context.c \
29 apple_glx_context.h \
30 apple_glx_drawable.c \
31 apple_glx_drawable.h \
32 apple_glx.h \
33 apple_glx_log.c \
34 apple_glx_log.h \
35 apple_glx_pbuffer.c \
36 apple_glx_pixmap.c \
37 apple_glx_surface.c \
38 apple_visual.c \
39 apple_visual.h \
40 apple_xgl_api.h \
41 apple_xgl_api_read.c \
42 apple_xgl_api_stereo.c \
43 apple_xgl_api_viewport.c \
44 glx_empty.c
45
46 libappleglx_la_LDFLAGS = -lXplugin -framework ApplicationServices -framework CoreFoundation