meson: build libEGL
[mesa.git] / src / glx / windows / Makefile.am
1 noinst_LTLIBRARIES = libwindowsdri.la libwindowsglx.la
2
3 # protocol defines for the Windows-DRI server extension
4 windowsdriincludedir = $(includedir)/X11/extensions
5 windowsdriinclude_HEADERS = windowsdriconst.h windowsdristr.h
6
7 pkgconfigdir = $(libdir)/pkgconfig
8 pkgconfig_DATA = windowsdriproto.pc
9
10 # library for using the Windows-DRI server extension
11 libwindowsdri_la_SOURCES = xwindowsdri.c xwindowsdri.h
12
13 # native rendering GL for windows
14 libwindowsglx_la_SOURCES = \
15 windowsgl.c \
16 windowsgl.h \
17 windowsgl_internal.h \
18 windows_drawable.c \
19 wgl.c \
20 wgl.h
21
22 libwindowsglx_la_CFLAGS = \
23 -I$(top_srcdir)/include \
24 -I$(top_srcdir)/src \
25 -I$(top_srcdir)/src/glx \
26 -I$(top_srcdir)/src/mapi \
27 -I$(top_builddir)/src/mapi/glapi \
28 -I$(top_srcdir)/src/mapi/glapi \
29 $(VISIBILITY_CFLAGS) \
30 $(DEFINES) \
31 $(X11_INCLUDES)