summaryrefslogtreecommitdiff
path: root/src/mapi/shared-glapi
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-08-14 12:20:12 -0700
committerMatt Turner <mattst88@gmail.com>2014-08-18 18:24:09 -0700
commitc3ce1a942f90843ba637e558e990275bc742571c (patch)
treeb7e49ed0bb4b65c24267b7feee37511e2277407e /src/mapi/shared-glapi
parent4ccd2a9f9b0813887716d38321829175459665e0 (diff)
mapi: Inline shared-glapi/Makefile.
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r--src/mapi/shared-glapi/Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/mapi/shared-glapi/Makefile.am b/src/mapi/shared-glapi/Makefile.am
deleted file mode 100644
index 330719c85b0..00000000000
--- a/src/mapi/shared-glapi/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-# Used by OpenGL ES or when --enable-shared-glapi is specified
-
-SUBDIRS = . tests
-
-TOP = $(top_srcdir)
-GLAPI = $(top_srcdir)/src/mapi/glapi
-include $(top_srcdir)/src/mapi/Makefile.sources
-
-lib_LTLIBRARIES = libglapi.la
-libglapi_la_SOURCES = $(MAPI_GLAPI_FILES)
-libglapi_la_LIBADD = $(PTHREAD_LIBS) $(SELINUX_LIBS)
-libglapi_la_LDFLAGS = \
- -no-undefined \
- $(GC_SECTIONS) \
- $(LD_NO_UNDEFINED)
-
-include $(GLAPI)/gen/glapi_gen.mk
-glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
- $(call glapi_gen_mapi,$<,shared-glapi)
-
-BUILT_SOURCES = glapi_mapi_tmp.h
-CLEANFILES = $(BUILT_SOURCES)
-
-AM_CFLAGS = $(PTHREAD_CFLAGS)
-AM_CPPFLAGS = \
- $(DEFINES) \
- $(SELINUX_CFLAGS) \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src/mapi \
- -I$(top_builddir)/src/mapi \
- -DMAPI_MODE_GLAPI \
- -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"
-
-include $(top_srcdir)/install-lib-links.mk