# Makefile.in generated by automake 1.14.1 from Makefile.am.
# src/mapi/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2013 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



# Copyright © 2013, 2014 Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

# src/mapi/Makefile.sources
#
# mapi may be used in several ways
#
#  - In default mode, mapi implements the interface defined by mapi.h.  To use
#    this mode, compile MAPI_FILES.
#
#  - In util mode, mapi provides utility functions for use with glapi.  To use
#    this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined.
#
#  - In glapi mode, mapi implements the interface defined by glapi.h.  To use
#    this mode, compile MAPI_GLAPI_FILES with MAPI_MODE_GLAPI defined.
#
#  - In bridge mode, mapi provides entry points calling into glapi.  To use
#    this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.

# src/mapi/glapi/Makefile.sources

# Helpers for glapi header generation

# Provide compatibility with scripts for the old Mesa build system for
# a while by putting a link to the driver into /lib of the build tree.



VPATH = ../../../../src/mapi
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/mesa
pkgincludedir = $(includedir)/mesa
pkglibdir = $(libdir)/mesa
pkglibexecdir = $(libexecdir)/mesa
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-pc-linux-gnu
target_triplet = x86_64-pc-linux-gnu
TESTS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__append_11) \
	$(am__append_16)
check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
DIST_COMMON = $(srcdir)/Makefile.sources \
	$(srcdir)/glapi/Makefile.sources \
	$(srcdir)/glapi/gen/glapi_gen.mk \
	$(top_srcdir)/install-lib-links.mk $(srcdir)/Makefile.in \
	$(srcdir)/Makefile.am $(top_srcdir)/bin/depcomp \
	$(am__GLES2_include_HEADERS_DIST) \
	$(am__GLES3_include_HEADERS_DIST) \
	$(am__GLES_include_HEADERS_DIST) $(top_srcdir)/bin/test-driver
am__append_1 = shared-glapi/glapi_mapi_tmp.h
am__append_2 = shared-glapi/libglapi.la
am__append_3 = shared-glapi-test
am__append_4 = shared-glapi-test
am__append_5 = $(MAPI_BRIDGE_FILES)
am__append_6 = \
	-DMAPI_MODE_BRIDGE \
	-DMAPI_ABI_HEADER=\"glapi/glapi_mapi_tmp.h\"

#am__append_7 = \
#	-DMAPI_MODE_UTIL

#am__append_8 = \
#	$(GLAPI_SOURCES) \
#	$(GLAPI_ASM_SOURCES) \
#	$(MAPI_UTIL_FILES)

#am__append_9 = glapi-test
#am__append_10 = glapi-test
am__append_11 = es1api/ABI-check
am__append_12 = es1api/glapi_mapi_tmp.h
am__append_13 = es1api/glesv1_cm.pc
am__append_14 = es1api/libGLESv1_CM.la
am__append_15 = shared-glapi/libglapi.la
am__append_16 = es2api/ABI-check
am__append_17 = es2api/glapi_mapi_tmp.h
am__append_18 = es2api/glesv2.pc
am__append_19 = es2api/libGLESv2.la
am__append_20 = shared-glapi/libglapi.la
am__append_21 = vgapi
subdir = src/mapi
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
	$(top_srcdir)/m4/ax_gcc_builtin.m4 \
	$(top_srcdir)/m4/ax_prog_bison.m4 \
	$(top_srcdir)/m4/ax_prog_flex.m4 \
	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
	$(top_srcdir)/VERSION $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
	"$(DESTDIR)$(GLES2_includedir)" \
	"$(DESTDIR)$(GLES3_includedir)" "$(DESTDIR)$(GLES_includedir)"
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
am__DEPENDENCIES_1 =
es1api_libGLESv1_CM_la_DEPENDENCIES =  \
	$(am__DEPENDENCIES_1) $(am__append_15)
am__es1api_libGLESv1_CM_la_SOURCES_DIST = entry.c \
	es1api/glapi_mapi_tmp.h
am_es1api_libGLESv1_CM_la_OBJECTS =  \
	es1api_libGLESv1_CM_la-entry.lo
es1api_libGLESv1_CM_la_OBJECTS = $(am_es1api_libGLESv1_CM_la_OBJECTS)
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
am__v_lt_1 = 
es1api_libGLESv1_CM_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
	$(es1api_libGLESv1_CM_la_CFLAGS) $(CFLAGS) \
	$(es1api_libGLESv1_CM_la_LDFLAGS) $(LDFLAGS) -o $@
am_es1api_libGLESv1_CM_la_rpath = -rpath \
	$(libdir)
am__dirstamp = $(am__leading_dot)dirstamp
es2api_libGLESv2_la_DEPENDENCIES =  \
	$(am__DEPENDENCIES_1) $(am__append_20)
am__es2api_libGLESv2_la_SOURCES_DIST = entry.c es2api/glapi_mapi_tmp.h
am_es2api_libGLESv2_la_OBJECTS =  \
	es2api_libGLESv2_la-entry.lo
es2api_libGLESv2_la_OBJECTS = $(am_es2api_libGLESv2_la_OBJECTS)
es2api_libGLESv2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
	$(es2api_libGLESv2_la_CFLAGS) $(CFLAGS) \
	$(es2api_libGLESv2_la_LDFLAGS) $(LDFLAGS) -o $@
am_es2api_libGLESv2_la_rpath = -rpath $(libdir)
glapi_libglapi_la_LIBADD =
am__glapi_libglapi_la_SOURCES_DIST =  \
	$(top_builddir)/src/mapi/glapi/glapi_gentable.c \
	$(TOP)/src/mapi/entry.c $(TOP)/src/mapi/entry.h \
	$(TOP)/src/mapi/entry_x86-64_tls.h \
	$(TOP)/src/mapi/entry_x86_tls.h \
	$(TOP)/src/mapi/entry_x86_tsd.h $(TOP)/src/mapi/mapi_tmp.h \
	$(top_srcdir)/src/mapi/glapi/glapi_dispatch.c \
	$(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c \
	$(top_srcdir)/src/mapi/glapi/glapi_getproc.c \
	$(top_srcdir)/src/mapi/glapi/glapi_nop.c \
	$(top_srcdir)/src/mapi/glapi/glapi.c \
	$(top_srcdir)/src/mapi/glapi/glapi.h \
	$(top_srcdir)/src/mapi/glapi/glapi_priv.h \
	$(top_builddir)/src/mapi/glapi/glapi_sparc.S \
	$(top_builddir)/src/mapi/glapi/glapi_x86.S \
	$(top_builddir)/src/mapi/glapi/glapi_x86-64.S \
	$(TOP)/src/mapi/u_compiler.h $(TOP)/src/mapi/u_current.c \
	$(TOP)/src/mapi/u_current.h $(TOP)/src/mapi/u_execmem.c \
	$(TOP)/src/mapi/u_execmem.h $(TOP)/src/mapi/u_macros.h \
	$(TOP)/src/mapi/u_thread.h
am__objects_1 = glapi_libglapi_la-glapi_gentable.lo
am__objects_2 = glapi_libglapi_la-entry.lo
am__objects_3 =  \
	$(am__objects_2)
am__objects_4 = glapi_libglapi_la-glapi_dispatch.lo \
	glapi_libglapi_la-glapi_entrypoint.lo \
	glapi_libglapi_la-glapi_getproc.lo \
	glapi_libglapi_la-glapi_nop.lo glapi_libglapi_la-glapi.lo
am__objects_5 = glapi_libglapi_la-glapi_sparc.lo
am__objects_6 = glapi_libglapi_la-glapi_x86.lo
am__objects_7 = glapi_libglapi_la-glapi_x86-64.lo
#am__objects_8 = $(am__objects_6)
am__objects_8 = $(am__objects_7)
#am__objects_8 =  \
#	$(am__objects_5)
am__objects_9 = glapi_libglapi_la-u_current.lo \
	glapi_libglapi_la-u_execmem.lo
#am__objects_10 =  \
#	$(am__objects_4) \
#	$(am__objects_8) \
#	$(am__objects_9)
am_glapi_libglapi_la_OBJECTS = $(am__objects_1) \
	$(am__objects_3) $(am__objects_10)
glapi_libglapi_la_OBJECTS = $(am_glapi_libglapi_la_OBJECTS)
am_glapi_libglapi_la_rpath =
shared_glapi_libglapi_la_DEPENDENCIES =  \
	$(am__DEPENDENCIES_1) \
	$(am__DEPENDENCIES_1)
am__shared_glapi_libglapi_la_SOURCES_DIST = $(TOP)/src/mapi/entry.c \
	$(TOP)/src/mapi/mapi_glapi.c $(TOP)/src/mapi/stub.c \
	$(TOP)/src/mapi/stub.h $(TOP)/src/mapi/table.c \
	$(TOP)/src/mapi/table.h $(TOP)/src/mapi/u_compiler.h \
	$(TOP)/src/mapi/u_current.c $(TOP)/src/mapi/u_current.h \
	$(TOP)/src/mapi/u_execmem.c $(TOP)/src/mapi/u_execmem.h \
	$(TOP)/src/mapi/u_macros.h $(TOP)/src/mapi/u_thread.h
am__objects_11 = shared_glapi_libglapi_la-u_current.lo \
	shared_glapi_libglapi_la-u_execmem.lo
am__objects_12 = shared_glapi_libglapi_la-entry.lo \
	shared_glapi_libglapi_la-mapi_glapi.lo \
	shared_glapi_libglapi_la-stub.lo \
	shared_glapi_libglapi_la-table.lo $(am__objects_11)
am_shared_glapi_libglapi_la_OBJECTS =  \
	$(am__objects_12)
shared_glapi_libglapi_la_OBJECTS =  \
	$(am_shared_glapi_libglapi_la_OBJECTS)
shared_glapi_libglapi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
	$(AM_CFLAGS) $(CFLAGS) $(shared_glapi_libglapi_la_LDFLAGS) \
	$(LDFLAGS) -o $@
am_shared_glapi_libglapi_la_rpath = -rpath \
	$(libdir)
am__EXEEXT_1 = shared-glapi-test$(EXEEXT)
#am__EXEEXT_2 = glapi-test$(EXEEXT)
am__glapi_test_SOURCES_DIST = glapi/tests/check_table.cpp
#am_glapi_test_OBJECTS = glapi_test-check_table.$(OBJEXT)
glapi_test_OBJECTS = $(am_glapi_test_OBJECTS)
#glapi_test_DEPENDENCIES = $(top_builddir)/src/mapi/glapi/libglapi.la \
#	$(top_builddir)/src/gtest/libgtest.la
am__shared_glapi_test_SOURCES_DIST =  \
	shared-glapi/tests/check_table.cpp
am_shared_glapi_test_OBJECTS = shared_glapi_test-check_table.$(OBJEXT)
shared_glapi_test_OBJECTS = $(am_shared_glapi_test_OBJECTS)
shared_glapi_test_DEPENDENCIES = $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
	$(top_builddir)/src/gtest/libgtest.la
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
DEFAULT_INCLUDES = -I. -I$(srcdir)
depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CCASFLAGS) $(CCASFLAGS)
AM_V_CPPAS = $(am__v_CPPAS_$(V))
am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY))
am__v_CPPAS_0 = @echo "  CPPAS   " $@;
am__v_CPPAS_1 = 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_$(V))
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
am__v_CC_0 = @echo "  CC      " $@;
am__v_CC_1 = 
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_$(V))
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
am__v_CCLD_0 = @echo "  CCLD    " $@;
am__v_CCLD_1 = 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CXXFLAGS) $(CXXFLAGS)
AM_V_CXX = $(am__v_CXX_$(V))
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
am__v_CXX_0 = @echo "  CXX     " $@;
am__v_CXX_1 = 
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CXXLD = $(am__v_CXXLD_$(V))
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
am__v_CXXLD_1 = 
SOURCES = $(es1api_libGLESv1_CM_la_SOURCES) \
	$(es2api_libGLESv2_la_SOURCES) $(glapi_libglapi_la_SOURCES) \
	$(shared_glapi_libglapi_la_SOURCES) $(glapi_test_SOURCES) \
	$(shared_glapi_test_SOURCES)
DIST_SOURCES = $(am__es1api_libGLESv1_CM_la_SOURCES_DIST) \
	$(am__es2api_libGLESv2_la_SOURCES_DIST) \
	$(am__glapi_libglapi_la_SOURCES_DIST) \
	$(am__shared_glapi_libglapi_la_SOURCES_DIST) \
	$(am__glapi_test_SOURCES_DIST) \
	$(am__shared_glapi_test_SOURCES_DIST)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
	ctags-recursive dvi-recursive html-recursive info-recursive \
	install-data-recursive install-dvi-recursive \
	install-exec-recursive install-html-recursive \
	install-info-recursive install-pdf-recursive \
	install-ps-recursive install-recursive installcheck-recursive \
	installdirs-recursive pdf-recursive ps-recursive \
	tags-recursive uninstall-recursive
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
DATA = $(pkgconfig_DATA)
am__GLES2_include_HEADERS_DIST = $(top_srcdir)/include/GLES2/gl2.h \
	$(top_srcdir)/include/GLES2/gl2ext.h \
	$(top_srcdir)/include/GLES2/gl2platform.h
am__GLES3_include_HEADERS_DIST = $(top_srcdir)/include/GLES3/gl3.h \
	$(top_srcdir)/include/GLES3/gl31.h \
	$(top_srcdir)/include/GLES3/gl3ext.h \
	$(top_srcdir)/include/GLES3/gl3platform.h
am__GLES_include_HEADERS_DIST = $(top_srcdir)/include/GLES/egl.h \
	$(top_srcdir)/include/GLES/gl.h \
	$(top_srcdir)/include/GLES/glext.h \
	$(top_srcdir)/include/GLES/glplatform.h
HEADERS = $(GLES2_include_HEADERS) $(GLES3_include_HEADERS) \
	$(GLES_include_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
  $(RECURSIVE_TARGETS) \
  $(RECURSIVE_CLEAN_TARGETS) \
  $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
	check recheck distdir
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates.  Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
  BEGIN { nonempty = 0; } \
  { items[$$0] = 1; nonempty = 1; } \
  END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique.  This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
  list='$(am__tagged_files)'; \
  unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
am__tty_colors_dummy = \
  mgn= red= grn= lgn= blu= brg= std=; \
  am__color_tests=no
am__tty_colors = { \
  $(am__tty_colors_dummy); \
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
    am__color_tests=no; \
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
    am__color_tests=yes; \
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
    am__color_tests=yes; \
  fi; \
  if test $$am__color_tests = yes; then \
    red='[0;31m'; \
    grn='[0;32m'; \
    lgn='[1;32m'; \
    blu='[1;34m'; \
    mgn='[0;35m'; \
    brg='[1m'; \
    std='[m'; \
  fi; \
}
am__recheck_rx = ^[ 	]*:recheck:[ 	]*
am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
# A command that, given a newline-separated list of test names on the
# standard input, print the name of the tests that are to be re-run
# upon "make recheck".
am__list_recheck_tests = $(AWK) '{ \
  recheck = 1; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
        { \
          if ((getline line2 < ($$0 ".log")) < 0) \
	    recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
        { \
          recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
        { \
          break; \
        } \
    }; \
  if (recheck) \
    print $$0; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# A command that, given a newline-separated list of test names on the
# standard input, create the global log from their .trs and .log files.
am__create_global_log = $(AWK) ' \
function fatal(msg) \
{ \
  print "fatal: making $@: " msg | "cat >&2"; \
  exit 1; \
} \
function rst_section(header) \
{ \
  print header; \
  len = length(header); \
  for (i = 1; i <= len; i = i + 1) \
    printf "="; \
  printf "\n\n"; \
} \
{ \
  copy_in_global_log = 1; \
  global_test_result = "RUN"; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
         fatal("failed to read from " $$0 ".trs"); \
      if (line ~ /$(am__global_test_result_rx)/) \
        { \
          sub("$(am__global_test_result_rx)", "", line); \
          sub("[ 	]*$$", "", line); \
          global_test_result = line; \
        } \
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
        copy_in_global_log = 0; \
    }; \
  if (copy_in_global_log) \
    { \
      rst_section(global_test_result ": " $$0); \
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
      { \
        if (rc < 0) \
          fatal("failed to read from " $$0 ".log"); \
        print line; \
      }; \
      printf "\n"; \
    }; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# Restructured Text title.
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
# Solaris 10 'make', and several other traditional 'make' implementations,
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
# by disabling -e (using the XSI extension "set +e") if it's set.
am__sh_e_setup = case $$- in *e*) set +e;; esac
# Default flags passed to test drivers.
am__common_driver_flags = \
  --color-tests "$$am__color_tests" \
  --enable-hard-errors "$$am__enable_hard_errors" \
  --expect-failure "$$am__expect_failure"
# To be inserted before the command running the test.  Creates the
# directory for the log if needed.  Stores in $dir the directory
# containing $f, in $tst the test, in $log the log.  Executes the
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
# will run the test scripts (or their associated LOG_COMPILER, if
# thy have one).
am__check_pre = \
$(am__sh_e_setup);					\
$(am__vpath_adj_setup) $(am__vpath_adj)			\
$(am__tty_colors);					\
srcdir=$(srcdir); export srcdir;			\
case "$@" in						\
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
    *) am__odir=.;; 					\
esac;							\
test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
if test -f "./$$f"; then dir=./;			\
elif test -f "$$f"; then dir=;				\
else dir="$(srcdir)/"; fi;				\
tst=$$dir$$f; log='$@'; 				\
if test -n '$(DISABLE_HARD_ERRORS)'; then		\
  am__enable_hard_errors=no; 				\
else							\
  am__enable_hard_errors=yes; 				\
fi; 							\
case " $(XFAIL_TESTS) " in				\
  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
    am__expect_failure=yes;;				\
  *)							\
    am__expect_failure=no;;				\
esac; 							\
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
# A shell command to get the names of the tests scripts with any registered
# extension removed (i.e., equivalently, the names of the test logs, with
# the '.log' extension removed).  The result is saved in the shell variable
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
# since that might cause problem with VPATH rewrites for suffix-less tests.
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
am__set_TESTS_bases = \
  bases='$(TEST_LOGS)'; \
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  bases=`echo $$bases`
RECHECK_LOGS = $(TEST_LOGS)
TEST_SUITE_LOG = test-suite.log
TEST_EXTENSIONS =  .test
LOG_DRIVER = $(SHELL) $(top_srcdir)/bin/test-driver
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
am__set_b = \
  case '$@' in \
    */*) \
      case '$*' in \
        */*) b='$*';; \
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
       esac;; \
    *) \
      b='$*';; \
  esac
am__test_logs1 = $(TESTS:=.log)
am__test_logs2 = $(am__test_logs1:.log=.log)
TEST_LOGS = $(am__test_logs2:.test.log=.log)
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/bin/test-driver
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
	$(TEST_LOG_FLAGS)
DIST_SUBDIRS = glapi/gen . vgapi
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
  dir0=`pwd`; \
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  sed_rest='s,^[^/]*/*,,'; \
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  sed_butlast='s,/*[^/]*$$,,'; \
  while test -n "$$dir1"; do \
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    if test "$$first" != "."; then \
      if test "$$first" = ".."; then \
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
      else \
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        if test "$$first2" = "$$first"; then \
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        else \
          dir2="../$$dir2"; \
        fi; \
        dir0="$$dir0"/"$$first"; \
      fi; \
    fi; \
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  done; \
  reldir="$$dir2"
ACLOCAL = ${SHELL} /home/karl/non_udev/mesa-10.3.2/bin/missing aclocal-1.14
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AR = ar
AUTOCONF = ${SHELL} /home/karl/non_udev/mesa-10.3.2/bin/missing autoconf
AUTOHEADER = ${SHELL} /home/karl/non_udev/mesa-10.3.2/bin/missing autoheader
AUTOMAKE = ${SHELL} /home/karl/non_udev/mesa-10.3.2/bin/missing automake-1.14
AWK = gawk
BSYMBOLIC = -Wl,-Bsymbolic
CC = gcc
CCAS = gcc
CCASDEPMODE = depmode=gcc3
CCASFLAGS = -g -O2 -Wall
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2 -Wall -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp 
CLANG_RESOURCE_DIR = /usr/lib/llvm-3.5/lib/clang/3.5.0
CLOCK_LIB = 
CPP = gcc -E
CPPFLAGS = 
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2 -Wall -Wall -fno-strict-aliasing -fno-builtin-memcmp 
CYGPATH_W = echo
DEFINES = -DUSE_EXTERNAL_DXTN_LIB=1 -D_GNU_SOURCE -DHAVE_PTHREAD -DUSE_SSE41 -DTEXTURE_FLOAT_ENABLED -DUSE_X86_64_ASM -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DHAVE_LIBDRM -DGLX_USE_DRM -DHAVE_SYSFS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DHAVE_ALIAS -DHAVE_DRI3 -DHAVE_MINCORE -DHAVE_LLVM=0x0305 -DLLVM_VERSION_PATCH=0
DEFS = -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"10.3.2\" -DPACKAGE_STRING=\"Mesa\ 10.3.2\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"10.3.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE___BUILTIN_BSWAP32=1 -DHAVE___BUILTIN_BSWAP64=1 -DHAVE_DLADDR=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1
DEPDIR = .deps
DLLTOOL = false
DLOPEN_LIBS = -ldl
DRI2PROTO_CFLAGS = -I/usr/local/include 
DRI2PROTO_LIBS = 
DRI3PROTO_CFLAGS = -I/usr/local/include 
DRI3PROTO_LIBS = 
DRIGL_CFLAGS = -I/usr/local/include 
DRIGL_LIBS = -L/usr/local/lib -lXext -lXdamage -lXfixes -lX11-xcb -lX11 -lxcb -lxcb-glx -lxcb-dri2 -lxcb-dri3 -lxcb-present -lxcb-sync -lxshmfence -lXxf86vm 
DRI_DRIVER_INSTALL_DIR = /usr/lib/x86_64-linux-gnu/dri
DRI_DRIVER_SEARCH_DIR = /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri
DRI_LIB_DEPS =   -L/usr/local/lib -ldrm  -lexpat  -lm -lpthread -ldl
DRI_PC_REQ_PRIV = libdrm >= 2.4.38
DSYMUTIL = 
DUMPBIN = 
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGL_CFLAGS = 
EGL_CLIENT_APIS =  $(VG_LIB) $(GL_LIB)
EGL_DRIVER_INSTALL_DIR = ${libdir}/egl
EGL_LIB_DEPS = -ldl  -lpthread
EGL_NATIVE_PLATFORM = _EGL_PLATFORM_X11
EGREP = /bin/grep -E
ELF_LIB = -lelf
EXEEXT = 
EXPAT_CFLAGS = 
EXPAT_LIBS = -lexpat 
FGREP = /bin/grep -F
FREEDRENO_CFLAGS = 
FREEDRENO_LIBS = 
GALLIUM_PIPE_LOADER_CLIENT_DEFINES =  -DHAVE_PIPE_LOADER_XCB  -DHAVE_PIPE_LOADER_XLIB -DHAVE_PIPE_LOADER_DRI -DHAVE_PIPE_LOADER_DRM
GALLIUM_PIPE_LOADER_CLIENT_LIBS =  -L/usr/local/lib -lxcb -lxcb-dri2  -L/usr/local/lib -ldrm  
GALLIUM_PIPE_LOADER_DEFINES =  -DHAVE_PIPE_LOADER_XLIB -DHAVE_PIPE_LOADER_DRI -DHAVE_PIPE_LOADER_DRM
GALLIUM_PIPE_LOADER_LIBS = 
GALLIUM_PIPE_LOADER_XCB_CFLAGS = -I/usr/local/include 
GALLIUM_PIPE_LOADER_XCB_LIBS = -L/usr/local/lib -lxcb -lxcb-dri2 
GBM_PC_LIB_PRIV = -ldl
GBM_PC_REQ_PRIV = 
GC_SECTIONS = -Wl,--gc-sections
GLESv1_CM_LIB_DEPS = -L/usr/local/lib -ldrm  -lm -lpthread -ldl
GLESv1_CM_PC_LIB_PRIV = -lm -lpthread -ldl
GLESv2_LIB_DEPS = -L/usr/local/lib -ldrm  -lm -lpthread -ldl
GLESv2_PC_LIB_PRIV = -lm -lpthread -ldl
GLPROTO_CFLAGS = -I/usr/local/include 
GLPROTO_LIBS = 
GLX_TLS = yes
GL_LIB = GL
GL_LIB_DEPS = -L/usr/local/lib -lXext -lXdamage -lXfixes -lX11-xcb -lX11 -lxcb -lxcb-glx -lxcb-dri2 -lxcb-dri3 -lxcb-present -lxcb-sync -lxshmfence -lXxf86vm  -L/usr/local/lib -ldrm  -lm -lpthread -ldl
GL_PC_CFLAGS = 
GL_PC_LIB_PRIV = -lm -lpthread -ldl
GL_PC_REQ_PRIV =  libdrm >= 2.4.38 x11 xext xdamage xfixes x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xcb-dri3 xcb-present xcb-sync xshmfence >= 1.1 xxf86vm
GREP = /bin/grep
HAVE_XF86VIDMODE = yes
INDENT = indent
INDENT_FLAGS = -i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
INTEL_CFLAGS = -I/usr/local/include -I/usr/local/include/libdrm -I/usr/local/include -I/usr/local/include/libdrm 
INTEL_LIBS = -L/usr/local/lib -ldrm_intel -ldrm 
LD = /usr/bin/ld -m elf_x86_64
LDFLAGS = 
LD_NO_UNDEFINED = -Wl,--no-undefined
LEX = flex
LEXLIB = -lfl
LEX_OUTPUT_ROOT = lex.yy
LIBCLC_INCLUDEDIR = /usr/include
LIBCLC_LIBEXECDIR = /usr/lib/clc
LIBDRM_CFLAGS = -I/usr/local/include -I/usr/local/include/libdrm 
LIBDRM_LIBS = -L/usr/local/lib -ldrm 
LIBOBJS = 
LIBS = 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBUDEV_CFLAGS = 
LIBUDEV_LIBS = 
LIB_DIR = x86_64-linux-gnu
LIB_EXT = so
LIPO = 
LLVM_BINDIR = /usr/lib/llvm-3.5/bin
LLVM_CFLAGS = -I/usr/lib/llvm-3.5/include   -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
LLVM_CONFIG = llvm-config-3.5
LLVM_CPPFLAGS = -I/usr/lib/llvm-3.5/include   -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
LLVM_CXXFLAGS = -I/usr/lib/llvm-3.5/include   -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS    -std=c++11       
LLVM_INCLUDEDIR = /usr/lib/llvm-3.5/include
LLVM_LDFLAGS = -L/usr/lib/llvm-3.5/lib 
LLVM_LIBDIR = /usr/lib/llvm-3.5/lib
LLVM_LIBS = -lLLVM-3.5.0
LLVM_VERSION = 3.5.0
LN_S = ln -s
LTLIBOBJS = 
MAKE = make
MAKEINFO = ${SHELL} /home/karl/non_udev/mesa-10.3.2/bin/missing makeinfo
MANIFEST_TOOL = :
MESA_LLVM = 1
MKDIR_P = /bin/mkdir -p
NM = /usr/bin/nm -B
NMEDIT = 
NOUVEAU_CFLAGS = -I/usr/local/include -I/usr/local/include/libdrm -I/usr/local/include -I/usr/local/include/libdrm 
NOUVEAU_LIBS = -L/usr/local/lib -ldrm_nouveau 
OBJDUMP = objdump
OBJEXT = o
OMX_CFLAGS = 
OMX_LIBS = 
OMX_LIB_INSTALL_DIR = 
OPENCL_LIBNAME = MesaOpenCL
OPENCL_LIB_INSTALL_DIR = ${libdir}/opencl
OSMESA_LIB = OSMesa
OSMESA_LIB_DEPS = -lm -lpthread  -ldl
OSMESA_MESA_DEPS = 
OSMESA_PC_LIB_PRIV = -lm -lpthread  -ldl
OSMESA_PC_REQ = 
OSMESA_VERSION = 8
OTOOL = 
OTOOL64 = 
PACKAGE = mesa
PACKAGE_BUGREPORT = https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
PACKAGE_NAME = Mesa
PACKAGE_STRING = Mesa 10.3.2
PACKAGE_TARNAME = mesa
PACKAGE_URL = 
PACKAGE_VERSION = 10.3.2
PATH_SEPARATOR = :
PERL = /usr/bin/perl
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR = 
PKG_CONFIG_PATH = /usr/local/share/pkgconfig:/usr/local/lib/pkgconfig/
POSIX_SHELL = 
PRESENTPROTO_CFLAGS = -I/usr/local/include 
PRESENTPROTO_LIBS = 
PTHREAD_CC = gcc
PTHREAD_CFLAGS = -pthread
PTHREAD_LIBS = -lpthread
PYTHON2 = python2
RADEON_CFLAGS = -I/usr/local/include -I/usr/local/include/libdrm 
RADEON_LIBS = -L/usr/local/lib -ldrm_radeon 
RANLIB = ranlib
SED = /bin/sed
SELINUX_CFLAGS = 
SELINUX_LIBS = 
SET_MAKE = 
SHELL = /bin/bash
STRIP = strip
VDPAU_CFLAGS = -I/usr/local/include 
VDPAU_LIBS = -L/usr/local/lib -lX11-xcb -lX11 -lxcb -lxcb-dri2 
VDPAU_LIB_INSTALL_DIR = ${libdir}/vdpau
VDPAU_MAJOR = 1
VDPAU_MINOR = 0
VERSION = 10.3.2
VG_LIB_DEPS =   -lpthread
VG_PC_LIB_PRIV = -lm  -lpthread -ldl
VISIBILITY_CFLAGS = -fvisibility=hidden
VISIBILITY_CXXFLAGS = -fvisibility=hidden
WAYLAND_CFLAGS = 
WAYLAND_LIBS = -lwayland-client -lwayland-server 
WAYLAND_SCANNER = /usr/bin/wayland-scanner
X11_INCLUDES =  -I/usr/local/include 
XA_MAJOR = 2
XA_MINOR = 2
XA_TINY = 0
XA_VERSION = 2.2.0
XCB_DRI2_CFLAGS = -I/usr/local/include 
XCB_DRI2_LIBS = -L/usr/local/lib -lX11-xcb -lX11 -lxcb -lxcb-dri2 -lxcb-xfixes 
XF86VIDMODE_CFLAGS = -I/usr/local/include 
XF86VIDMODE_LIBS = -L/usr/local/lib -lXxf86vm 
XLIBGL_CFLAGS = 
XLIBGL_LIBS = 
XVMC_CFLAGS = 
XVMC_LIBS = 
XVMC_LIB_INSTALL_DIR = ${libdir}
XVMC_MAJOR = 1
XVMC_MINOR = 0
YACC = bison
YFLAGS = 
abs_builddir = /home/karl/non_udev/mesa-10.3.2/build/dri/src/mapi
abs_srcdir = /home/karl/non_udev/mesa-10.3.2/build/dri/../../src/mapi
abs_top_builddir = /home/karl/non_udev/mesa-10.3.2/build/dri
abs_top_srcdir = /home/karl/non_udev/mesa-10.3.2/build/dri/../..
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_DUMPBIN = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
ax_pthread_config = 
bindir = ${exec_prefix}/bin
build = x86_64-pc-linux-gnu
build_alias = x86_64-linux-gnu
build_cpu = x86_64
build_os = linux-gnu
build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = x86_64-pc-linux-gnu
host_alias = 
host_cpu = x86_64
host_os = linux-gnu
host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${prefix}/share/info
install_sh = ${SHELL} /home/karl/non_udev/mesa-10.3.2/bin/install-sh
libdir = ${prefix}/lib/x86_64-linux-gnu
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = /var
mandir = ${prefix}/share/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = ../../../../src/mapi
sysconfdir = /etc
target = x86_64-pc-linux-gnu
target_alias = 
target_cpu = x86_64
target_os = linux-gnu
target_vendor = pc
top_build_prefix = ../../
top_builddir = ../..
top_srcdir = ../../../..
SUBDIRS = glapi/gen . $(am__append_21)
TOP = $(top_srcdir)
BUILT_SOURCES = $(am__append_1) $(am__append_12) $(am__append_17)
CLEANFILES = $(BUILT_SOURCES)
lib_LTLIBRARIES = $(am__append_2) $(am__append_14) $(am__append_19)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(am__append_13) $(am__append_18)
AM_CFLAGS = $(PTHREAD_CFLAGS)
AM_CPPFLAGS = \
	$(DEFINES)						\
	$(SELINUX_CFLAGS)					\
	-I$(top_srcdir)/include					\
	-I$(top_srcdir)/src/mapi				\
	-I$(top_builddir)/src/mapi

GLAPI = $(top_srcdir)/src/mapi/glapi
MAPI_UTIL_FILES = \
	$(TOP)/src/mapi/u_compiler.h \
	$(TOP)/src/mapi/u_current.c \
	$(TOP)/src/mapi/u_current.h \
	$(TOP)/src/mapi/u_execmem.c \
	$(TOP)/src/mapi/u_execmem.h \
	$(TOP)/src/mapi/u_macros.h \
	$(TOP)/src/mapi/u_thread.h

MAPI_BRIDGE_FILES = \
	$(TOP)/src/mapi/entry.c \
	$(TOP)/src/mapi/entry.h \
	$(TOP)/src/mapi/entry_x86-64_tls.h \
	$(TOP)/src/mapi/entry_x86_tls.h \
	$(TOP)/src/mapi/entry_x86_tsd.h \
	$(TOP)/src/mapi/mapi_tmp.h

MAPI_FILES = \
	$(TOP)/src/mapi/entry.c \
	$(TOP)/src/mapi/mapi.c \
	$(TOP)/src/mapi/mapi.h \
	$(TOP)/src/mapi/stub.c \
	$(TOP)/src/mapi/stub.h \
	$(TOP)/src/mapi/table.c \
	$(TOP)/src/mapi/table.h \
	$(MAPI_UTIL_FILES)

MAPI_GLAPI_FILES = \
	$(TOP)/src/mapi/entry.c \
	$(TOP)/src/mapi/mapi_glapi.c \
	$(TOP)/src/mapi/stub.c \
	$(TOP)/src/mapi/stub.h \
	$(TOP)/src/mapi/table.c \
	$(TOP)/src/mapi/table.h \
	$(MAPI_UTIL_FILES)

GLAPI_UTIL_SOURCES = \
	$(top_builddir)/src/mapi/glapi/glapi_gentable.c

GLAPI_SOURCES = \
	$(top_srcdir)/src/mapi/glapi/glapi_dispatch.c \
	$(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c \
	$(top_srcdir)/src/mapi/glapi/glapi_getproc.c \
	$(top_srcdir)/src/mapi/glapi/glapi_nop.c \
	$(top_srcdir)/src/mapi/glapi/glapi.c \
	$(top_srcdir)/src/mapi/glapi/glapi.h \
	$(top_srcdir)/src/mapi/glapi/glapi_priv.h

X86_API = \
	$(top_builddir)/src/mapi/glapi/glapi_x86.S

X86_64_API = \
	$(top_builddir)/src/mapi/glapi/glapi_x86-64.S

SPARC_API = \
	$(top_builddir)/src/mapi/glapi/glapi_sparc.S

glapi_gen_common_deps := \
	$(wildcard $(top_srcdir)/src/mapi/glapi/gen/*.xml) \
	$(wildcard $(top_srcdir)/src/mapi/glapi/gen/*.py)

glapi_gen_mapi_script := $(top_srcdir)/src/mapi/mapi_abi.py
glapi_gen_mapi_deps := \
	$(glapi_gen_mapi_script) \
	$(glapi_gen_common_deps)

glapi_gen_dispatch_script := $(top_srcdir)/src/mapi/glapi/gen/gl_table.py
glapi_gen_dispatch_deps := $(glapi_gen_common_deps)
glapi_gen_remap_script := $(top_srcdir)/src/mapi/glapi/gen/remap_helper.py
glapi_gen_remap_deps := $(glapi_gen_common_deps)
shared_glapi_libglapi_la_SOURCES = $(MAPI_GLAPI_FILES)
shared_glapi_libglapi_la_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-DMAPI_MODE_GLAPI \
	-DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"

shared_glapi_libglapi_la_LIBADD = \
	$(PTHREAD_LIBS) \
	$(SELINUX_LIBS)

shared_glapi_libglapi_la_LDFLAGS = \
	-no-undefined \
	$(GC_SECTIONS) \
	$(LD_NO_UNDEFINED)

shared_glapi_test_SOURCES = shared-glapi/tests/check_table.cpp
shared_glapi_test_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(top_srcdir)/src/gtest/include

shared_glapi_test_LDADD = \
	$(top_builddir)/src/mapi/shared-glapi/libglapi.la \
	$(top_builddir)/src/gtest/libgtest.la

noinst_LTLIBRARIES = glapi/libglapi.la
#GLAPI_ASM_SOURCES = $(SPARC_API)
#GLAPI_ASM_SOURCES = $(X86_API)
GLAPI_ASM_SOURCES = $(X86_64_API)
glapi_libglapi_la_SOURCES = $(GLAPI_UTIL_SOURCES) \
	$(am__append_5) $(am__append_8)
glapi_libglapi_la_CPPFLAGS = $(AM_CPPFLAGS) \
	-I$(top_srcdir)/src/mapi/glapi \
	-I$(top_srcdir)/src/mesa $(am__append_6) \
	$(am__append_7)
#glapi_test_SOURCES = glapi/tests/check_table.cpp
#glapi_test_CPPFLAGS = \
#	$(AM_CPPFLAGS) \
#	-I$(top_srcdir)/src/gtest/include

#glapi_test_LDADD = \
#	$(top_builddir)/src/mapi/glapi/libglapi.la \
#	$(top_builddir)/src/gtest/libgtest.la

GLES_includedir = $(includedir)/GLES
GLES_include_HEADERS = \
	$(top_srcdir)/include/GLES/egl.h \
	$(top_srcdir)/include/GLES/gl.h \
	$(top_srcdir)/include/GLES/glext.h \
	$(top_srcdir)/include/GLES/glplatform.h

es1api_libGLESv1_CM_la_SOURCES = entry.c es1api/glapi_mapi_tmp.h
es1api_libGLESv1_CM_la_CFLAGS = \
	$(AM_CFLAGS) \
	$(VISIBILITY_CFLAGS)

es1api_libGLESv1_CM_la_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-DMAPI_MODE_BRIDGE \
	-DMAPI_ABI_HEADER=\"es1api/glapi_mapi_tmp.h\"

es1api_libGLESv1_CM_la_LIBADD =  \
	$(GLESv1_CM_LIB_DEPS) $(am__append_15)
es1api_libGLESv1_CM_la_LDFLAGS = \
	-no-undefined \
	-version-number 1:1 \
	$(GC_SECTIONS) \
	$(LD_NO_UNDEFINED)

GLES2_includedir = $(includedir)/GLES2
GLES2_include_HEADERS = \
	$(top_srcdir)/include/GLES2/gl2.h \
	$(top_srcdir)/include/GLES2/gl2ext.h \
	$(top_srcdir)/include/GLES2/gl2platform.h

GLES3_includedir = $(includedir)/GLES3
GLES3_include_HEADERS = \
	$(top_srcdir)/include/GLES3/gl3.h \
	$(top_srcdir)/include/GLES3/gl31.h \
	$(top_srcdir)/include/GLES3/gl3ext.h \
	$(top_srcdir)/include/GLES3/gl3platform.h

es2api_libGLESv2_la_SOURCES = entry.c es2api/glapi_mapi_tmp.h
es2api_libGLESv2_la_CFLAGS = \
	$(AM_CFLAGS) \
	$(VISIBILITY_CFLAGS)

es2api_libGLESv2_la_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-DMAPI_MODE_BRIDGE \
	-DMAPI_ABI_HEADER=\"es2api/glapi_mapi_tmp.h\"

es2api_libGLESv2_la_LIBADD = $(GLESv2_LIB_DEPS) \
	$(am__append_20)
es2api_libGLESv2_la_LDFLAGS = \
	-no-undefined \
	-version-number 2 \
	$(GC_SECTIONS) \
	$(LD_NO_UNDEFINED)

all: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:
.SUFFIXES: .S .c .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(srcdir)/glapi/Makefile.sources $(srcdir)/glapi/gen/glapi_gen.mk $(top_srcdir)/install-lib-links.mk $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mapi/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign src/mapi/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;
$(srcdir)/Makefile.sources $(srcdir)/glapi/Makefile.sources $(srcdir)/glapi/gen/glapi_gen.mk $(top_srcdir)/install-lib-links.mk:

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):

install-libLTLIBRARIES: $(lib_LTLIBRARIES)
	@$(NORMAL_INSTALL)
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
	list2=; for p in $$list; do \
	  if test -f $$p; then \
	    list2="$$list2 $$p"; \
	  else :; fi; \
	done; \
	test -z "$$list2" || { \
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
	}

uninstall-libLTLIBRARIES:
	@$(NORMAL_UNINSTALL)
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
	for p in $$list; do \
	  $(am__strip_dir) \
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
	done

clean-libLTLIBRARIES:
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
	@list='$(lib_LTLIBRARIES)'; \
	locs=`for p in $$list; do echo $$p; done | \
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
	      sort -u`; \
	test -z "$$locs" || { \
	  echo rm -f $${locs}; \
	  rm -f $${locs}; \
	}

clean-noinstLTLIBRARIES:
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
	@list='$(noinst_LTLIBRARIES)'; \
	locs=`for p in $$list; do echo $$p; done | \
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
	      sort -u`; \
	test -z "$$locs" || { \
	  echo rm -f $${locs}; \
	  rm -f $${locs}; \
	}
es1api/$(am__dirstamp):
	@$(MKDIR_P) es1api
	@: > es1api/$(am__dirstamp)

es1api/libGLESv1_CM.la: $(es1api_libGLESv1_CM_la_OBJECTS) $(es1api_libGLESv1_CM_la_DEPENDENCIES) $(EXTRA_es1api_libGLESv1_CM_la_DEPENDENCIES) es1api/$(am__dirstamp)
	$(AM_V_CCLD)$(es1api_libGLESv1_CM_la_LINK) $(am_es1api_libGLESv1_CM_la_rpath) $(es1api_libGLESv1_CM_la_OBJECTS) $(es1api_libGLESv1_CM_la_LIBADD) $(LIBS)
es2api/$(am__dirstamp):
	@$(MKDIR_P) es2api
	@: > es2api/$(am__dirstamp)

es2api/libGLESv2.la: $(es2api_libGLESv2_la_OBJECTS) $(es2api_libGLESv2_la_DEPENDENCIES) $(EXTRA_es2api_libGLESv2_la_DEPENDENCIES) es2api/$(am__dirstamp)
	$(AM_V_CCLD)$(es2api_libGLESv2_la_LINK) $(am_es2api_libGLESv2_la_rpath) $(es2api_libGLESv2_la_OBJECTS) $(es2api_libGLESv2_la_LIBADD) $(LIBS)
glapi/$(am__dirstamp):
	@$(MKDIR_P) glapi
	@: > glapi/$(am__dirstamp)

glapi/libglapi.la: $(glapi_libglapi_la_OBJECTS) $(glapi_libglapi_la_DEPENDENCIES) $(EXTRA_glapi_libglapi_la_DEPENDENCIES) glapi/$(am__dirstamp)
	$(AM_V_CCLD)$(LINK) $(am_glapi_libglapi_la_rpath) $(glapi_libglapi_la_OBJECTS) $(glapi_libglapi_la_LIBADD) $(LIBS)
shared-glapi/$(am__dirstamp):
	@$(MKDIR_P) shared-glapi
	@: > shared-glapi/$(am__dirstamp)

shared-glapi/libglapi.la: $(shared_glapi_libglapi_la_OBJECTS) $(shared_glapi_libglapi_la_DEPENDENCIES) $(EXTRA_shared_glapi_libglapi_la_DEPENDENCIES) shared-glapi/$(am__dirstamp)
	$(AM_V_CCLD)$(shared_glapi_libglapi_la_LINK) $(am_shared_glapi_libglapi_la_rpath) $(shared_glapi_libglapi_la_OBJECTS) $(shared_glapi_libglapi_la_LIBADD) $(LIBS)

clean-checkPROGRAMS:
	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
	echo " rm -f" $$list; \
	rm -f $$list || exit $$?; \
	test -n "$(EXEEXT)" || exit 0; \
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
	echo " rm -f" $$list; \
	rm -f $$list

glapi-test$(EXEEXT): $(glapi_test_OBJECTS) $(glapi_test_DEPENDENCIES) $(EXTRA_glapi_test_DEPENDENCIES) 
	@rm -f glapi-test$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(glapi_test_OBJECTS) $(glapi_test_LDADD) $(LIBS)

shared-glapi-test$(EXEEXT): $(shared_glapi_test_OBJECTS) $(shared_glapi_test_DEPENDENCIES) $(EXTRA_shared_glapi_test_DEPENDENCIES) 
	@rm -f shared-glapi-test$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(shared_glapi_test_OBJECTS) $(shared_glapi_test_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/es1api_libGLESv1_CM_la-entry.Plo
include ./$(DEPDIR)/es2api_libGLESv2_la-entry.Plo
include ./$(DEPDIR)/glapi_libglapi_la-entry.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_dispatch.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_entrypoint.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_gentable.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_getproc.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_nop.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_sparc.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_x86-64.Plo
include ./$(DEPDIR)/glapi_libglapi_la-glapi_x86.Plo
include ./$(DEPDIR)/glapi_libglapi_la-u_current.Plo
include ./$(DEPDIR)/glapi_libglapi_la-u_execmem.Plo
include ./$(DEPDIR)/glapi_test-check_table.Po
include ./$(DEPDIR)/shared_glapi_libglapi_la-entry.Plo
include ./$(DEPDIR)/shared_glapi_libglapi_la-mapi_glapi.Plo
include ./$(DEPDIR)/shared_glapi_libglapi_la-stub.Plo
include ./$(DEPDIR)/shared_glapi_libglapi_la-table.Plo
include ./$(DEPDIR)/shared_glapi_libglapi_la-u_current.Plo
include ./$(DEPDIR)/shared_glapi_libglapi_la-u_execmem.Plo
include ./$(DEPDIR)/shared_glapi_test-check_table.Po

.S.o:
	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	$(AM_V_CPPAS)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CPPASCOMPILE) -c -o $@ $<

.S.obj:
	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	$(AM_V_CPPAS)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.S.lo:
	$(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
#	$(AM_V_CPPAS)source='$<' object='$@' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(LTCPPASCOMPILE) -c -o $@ $<

glapi_libglapi_la-glapi_sparc.lo: $(top_builddir)/src/mapi/glapi/glapi_sparc.S
	$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT glapi_libglapi_la-glapi_sparc.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_sparc.Tpo -c -o glapi_libglapi_la-glapi_sparc.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_sparc.S' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_sparc.S
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_sparc.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_sparc.Plo
#	$(AM_V_CPPAS)source='$(top_builddir)/src/mapi/glapi/glapi_sparc.S' object='glapi_libglapi_la-glapi_sparc.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o glapi_libglapi_la-glapi_sparc.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_sparc.S' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_sparc.S

glapi_libglapi_la-glapi_x86.lo: $(top_builddir)/src/mapi/glapi/glapi_x86.S
	$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT glapi_libglapi_la-glapi_x86.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_x86.Tpo -c -o glapi_libglapi_la-glapi_x86.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_x86.S' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_x86.S
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_x86.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_x86.Plo
#	$(AM_V_CPPAS)source='$(top_builddir)/src/mapi/glapi/glapi_x86.S' object='glapi_libglapi_la-glapi_x86.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o glapi_libglapi_la-glapi_x86.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_x86.S' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_x86.S

glapi_libglapi_la-glapi_x86-64.lo: $(top_builddir)/src/mapi/glapi/glapi_x86-64.S
	$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT glapi_libglapi_la-glapi_x86-64.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_x86-64.Tpo -c -o glapi_libglapi_la-glapi_x86-64.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_x86-64.S' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_x86-64.S
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_x86-64.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_x86-64.Plo
#	$(AM_V_CPPAS)source='$(top_builddir)/src/mapi/glapi/glapi_x86-64.S' object='glapi_libglapi_la-glapi_x86-64.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o glapi_libglapi_la-glapi_x86-64.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_x86-64.S' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_x86-64.S

.c.o:
	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<

.c.obj:
	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.c.lo:
	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<

es1api_libGLESv1_CM_la-entry.lo: entry.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(es1api_libGLESv1_CM_la_CPPFLAGS) $(CPPFLAGS) $(es1api_libGLESv1_CM_la_CFLAGS) $(CFLAGS) -MT es1api_libGLESv1_CM_la-entry.lo -MD -MP -MF $(DEPDIR)/es1api_libGLESv1_CM_la-entry.Tpo -c -o es1api_libGLESv1_CM_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/es1api_libGLESv1_CM_la-entry.Tpo $(DEPDIR)/es1api_libGLESv1_CM_la-entry.Plo
#	$(AM_V_CC)source='entry.c' object='es1api_libGLESv1_CM_la-entry.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(es1api_libGLESv1_CM_la_CPPFLAGS) $(CPPFLAGS) $(es1api_libGLESv1_CM_la_CFLAGS) $(CFLAGS) -c -o es1api_libGLESv1_CM_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c

es2api_libGLESv2_la-entry.lo: entry.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(es2api_libGLESv2_la_CPPFLAGS) $(CPPFLAGS) $(es2api_libGLESv2_la_CFLAGS) $(CFLAGS) -MT es2api_libGLESv2_la-entry.lo -MD -MP -MF $(DEPDIR)/es2api_libGLESv2_la-entry.Tpo -c -o es2api_libGLESv2_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/es2api_libGLESv2_la-entry.Tpo $(DEPDIR)/es2api_libGLESv2_la-entry.Plo
#	$(AM_V_CC)source='entry.c' object='es2api_libGLESv2_la-entry.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(es2api_libGLESv2_la_CPPFLAGS) $(CPPFLAGS) $(es2api_libGLESv2_la_CFLAGS) $(CFLAGS) -c -o es2api_libGLESv2_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c

glapi_libglapi_la-glapi_gentable.lo: $(top_builddir)/src/mapi/glapi/glapi_gentable.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-glapi_gentable.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_gentable.Tpo -c -o glapi_libglapi_la-glapi_gentable.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_gentable.c' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_gentable.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_gentable.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_gentable.Plo
#	$(AM_V_CC)source='$(top_builddir)/src/mapi/glapi/glapi_gentable.c' object='glapi_libglapi_la-glapi_gentable.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-glapi_gentable.lo `test -f '$(top_builddir)/src/mapi/glapi/glapi_gentable.c' || echo '$(srcdir)/'`$(top_builddir)/src/mapi/glapi/glapi_gentable.c

glapi_libglapi_la-entry.lo: $(TOP)/src/mapi/entry.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-entry.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-entry.Tpo -c -o glapi_libglapi_la-entry.lo `test -f '$(TOP)/src/mapi/entry.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/entry.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-entry.Tpo $(DEPDIR)/glapi_libglapi_la-entry.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/entry.c' object='glapi_libglapi_la-entry.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-entry.lo `test -f '$(TOP)/src/mapi/entry.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/entry.c

glapi_libglapi_la-glapi_dispatch.lo: $(top_srcdir)/src/mapi/glapi/glapi_dispatch.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-glapi_dispatch.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_dispatch.Tpo -c -o glapi_libglapi_la-glapi_dispatch.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_dispatch.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_dispatch.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_dispatch.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_dispatch.Plo
#	$(AM_V_CC)source='$(top_srcdir)/src/mapi/glapi/glapi_dispatch.c' object='glapi_libglapi_la-glapi_dispatch.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-glapi_dispatch.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_dispatch.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_dispatch.c

glapi_libglapi_la-glapi_entrypoint.lo: $(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-glapi_entrypoint.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_entrypoint.Tpo -c -o glapi_libglapi_la-glapi_entrypoint.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_entrypoint.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_entrypoint.Plo
#	$(AM_V_CC)source='$(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c' object='glapi_libglapi_la-glapi_entrypoint.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-glapi_entrypoint.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_entrypoint.c

glapi_libglapi_la-glapi_getproc.lo: $(top_srcdir)/src/mapi/glapi/glapi_getproc.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-glapi_getproc.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_getproc.Tpo -c -o glapi_libglapi_la-glapi_getproc.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_getproc.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_getproc.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_getproc.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_getproc.Plo
#	$(AM_V_CC)source='$(top_srcdir)/src/mapi/glapi/glapi_getproc.c' object='glapi_libglapi_la-glapi_getproc.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-glapi_getproc.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_getproc.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_getproc.c

glapi_libglapi_la-glapi_nop.lo: $(top_srcdir)/src/mapi/glapi/glapi_nop.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-glapi_nop.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi_nop.Tpo -c -o glapi_libglapi_la-glapi_nop.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_nop.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_nop.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi_nop.Tpo $(DEPDIR)/glapi_libglapi_la-glapi_nop.Plo
#	$(AM_V_CC)source='$(top_srcdir)/src/mapi/glapi/glapi_nop.c' object='glapi_libglapi_la-glapi_nop.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-glapi_nop.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi_nop.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi_nop.c

glapi_libglapi_la-glapi.lo: $(top_srcdir)/src/mapi/glapi/glapi.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-glapi.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-glapi.Tpo -c -o glapi_libglapi_la-glapi.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-glapi.Tpo $(DEPDIR)/glapi_libglapi_la-glapi.Plo
#	$(AM_V_CC)source='$(top_srcdir)/src/mapi/glapi/glapi.c' object='glapi_libglapi_la-glapi.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-glapi.lo `test -f '$(top_srcdir)/src/mapi/glapi/glapi.c' || echo '$(srcdir)/'`$(top_srcdir)/src/mapi/glapi/glapi.c

glapi_libglapi_la-u_current.lo: $(TOP)/src/mapi/u_current.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-u_current.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-u_current.Tpo -c -o glapi_libglapi_la-u_current.lo `test -f '$(TOP)/src/mapi/u_current.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_current.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-u_current.Tpo $(DEPDIR)/glapi_libglapi_la-u_current.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/u_current.c' object='glapi_libglapi_la-u_current.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-u_current.lo `test -f '$(TOP)/src/mapi/u_current.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_current.c

glapi_libglapi_la-u_execmem.lo: $(TOP)/src/mapi/u_execmem.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT glapi_libglapi_la-u_execmem.lo -MD -MP -MF $(DEPDIR)/glapi_libglapi_la-u_execmem.Tpo -c -o glapi_libglapi_la-u_execmem.lo `test -f '$(TOP)/src/mapi/u_execmem.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_execmem.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_libglapi_la-u_execmem.Tpo $(DEPDIR)/glapi_libglapi_la-u_execmem.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/u_execmem.c' object='glapi_libglapi_la-u_execmem.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o glapi_libglapi_la-u_execmem.lo `test -f '$(TOP)/src/mapi/u_execmem.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_execmem.c

shared_glapi_libglapi_la-entry.lo: $(TOP)/src/mapi/entry.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared_glapi_libglapi_la-entry.lo -MD -MP -MF $(DEPDIR)/shared_glapi_libglapi_la-entry.Tpo -c -o shared_glapi_libglapi_la-entry.lo `test -f '$(TOP)/src/mapi/entry.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/entry.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_libglapi_la-entry.Tpo $(DEPDIR)/shared_glapi_libglapi_la-entry.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/entry.c' object='shared_glapi_libglapi_la-entry.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_glapi_libglapi_la-entry.lo `test -f '$(TOP)/src/mapi/entry.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/entry.c

shared_glapi_libglapi_la-mapi_glapi.lo: $(TOP)/src/mapi/mapi_glapi.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared_glapi_libglapi_la-mapi_glapi.lo -MD -MP -MF $(DEPDIR)/shared_glapi_libglapi_la-mapi_glapi.Tpo -c -o shared_glapi_libglapi_la-mapi_glapi.lo `test -f '$(TOP)/src/mapi/mapi_glapi.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/mapi_glapi.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_libglapi_la-mapi_glapi.Tpo $(DEPDIR)/shared_glapi_libglapi_la-mapi_glapi.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/mapi_glapi.c' object='shared_glapi_libglapi_la-mapi_glapi.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_glapi_libglapi_la-mapi_glapi.lo `test -f '$(TOP)/src/mapi/mapi_glapi.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/mapi_glapi.c

shared_glapi_libglapi_la-stub.lo: $(TOP)/src/mapi/stub.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared_glapi_libglapi_la-stub.lo -MD -MP -MF $(DEPDIR)/shared_glapi_libglapi_la-stub.Tpo -c -o shared_glapi_libglapi_la-stub.lo `test -f '$(TOP)/src/mapi/stub.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/stub.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_libglapi_la-stub.Tpo $(DEPDIR)/shared_glapi_libglapi_la-stub.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/stub.c' object='shared_glapi_libglapi_la-stub.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_glapi_libglapi_la-stub.lo `test -f '$(TOP)/src/mapi/stub.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/stub.c

shared_glapi_libglapi_la-table.lo: $(TOP)/src/mapi/table.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared_glapi_libglapi_la-table.lo -MD -MP -MF $(DEPDIR)/shared_glapi_libglapi_la-table.Tpo -c -o shared_glapi_libglapi_la-table.lo `test -f '$(TOP)/src/mapi/table.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/table.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_libglapi_la-table.Tpo $(DEPDIR)/shared_glapi_libglapi_la-table.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/table.c' object='shared_glapi_libglapi_la-table.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_glapi_libglapi_la-table.lo `test -f '$(TOP)/src/mapi/table.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/table.c

shared_glapi_libglapi_la-u_current.lo: $(TOP)/src/mapi/u_current.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared_glapi_libglapi_la-u_current.lo -MD -MP -MF $(DEPDIR)/shared_glapi_libglapi_la-u_current.Tpo -c -o shared_glapi_libglapi_la-u_current.lo `test -f '$(TOP)/src/mapi/u_current.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_current.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_libglapi_la-u_current.Tpo $(DEPDIR)/shared_glapi_libglapi_la-u_current.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/u_current.c' object='shared_glapi_libglapi_la-u_current.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_glapi_libglapi_la-u_current.lo `test -f '$(TOP)/src/mapi/u_current.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_current.c

shared_glapi_libglapi_la-u_execmem.lo: $(TOP)/src/mapi/u_execmem.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT shared_glapi_libglapi_la-u_execmem.lo -MD -MP -MF $(DEPDIR)/shared_glapi_libglapi_la-u_execmem.Tpo -c -o shared_glapi_libglapi_la-u_execmem.lo `test -f '$(TOP)/src/mapi/u_execmem.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_execmem.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_libglapi_la-u_execmem.Tpo $(DEPDIR)/shared_glapi_libglapi_la-u_execmem.Plo
#	$(AM_V_CC)source='$(TOP)/src/mapi/u_execmem.c' object='shared_glapi_libglapi_la-u_execmem.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_libglapi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_glapi_libglapi_la-u_execmem.lo `test -f '$(TOP)/src/mapi/u_execmem.c' || echo '$(srcdir)/'`$(TOP)/src/mapi/u_execmem.c

.cpp.o:
	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<

.cpp.obj:
	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.cpp.lo:
	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
#	$(AM_V_CXX)source='$<' object='$@' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<

glapi_test-check_table.o: glapi/tests/check_table.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT glapi_test-check_table.o -MD -MP -MF $(DEPDIR)/glapi_test-check_table.Tpo -c -o glapi_test-check_table.o `test -f 'glapi/tests/check_table.cpp' || echo '$(srcdir)/'`glapi/tests/check_table.cpp
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_test-check_table.Tpo $(DEPDIR)/glapi_test-check_table.Po
#	$(AM_V_CXX)source='glapi/tests/check_table.cpp' object='glapi_test-check_table.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o glapi_test-check_table.o `test -f 'glapi/tests/check_table.cpp' || echo '$(srcdir)/'`glapi/tests/check_table.cpp

glapi_test-check_table.obj: glapi/tests/check_table.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT glapi_test-check_table.obj -MD -MP -MF $(DEPDIR)/glapi_test-check_table.Tpo -c -o glapi_test-check_table.obj `if test -f 'glapi/tests/check_table.cpp'; then $(CYGPATH_W) 'glapi/tests/check_table.cpp'; else $(CYGPATH_W) '$(srcdir)/glapi/tests/check_table.cpp'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/glapi_test-check_table.Tpo $(DEPDIR)/glapi_test-check_table.Po
#	$(AM_V_CXX)source='glapi/tests/check_table.cpp' object='glapi_test-check_table.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o glapi_test-check_table.obj `if test -f 'glapi/tests/check_table.cpp'; then $(CYGPATH_W) 'glapi/tests/check_table.cpp'; else $(CYGPATH_W) '$(srcdir)/glapi/tests/check_table.cpp'; fi`

shared_glapi_test-check_table.o: shared-glapi/tests/check_table.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT shared_glapi_test-check_table.o -MD -MP -MF $(DEPDIR)/shared_glapi_test-check_table.Tpo -c -o shared_glapi_test-check_table.o `test -f 'shared-glapi/tests/check_table.cpp' || echo '$(srcdir)/'`shared-glapi/tests/check_table.cpp
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_test-check_table.Tpo $(DEPDIR)/shared_glapi_test-check_table.Po
#	$(AM_V_CXX)source='shared-glapi/tests/check_table.cpp' object='shared_glapi_test-check_table.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o shared_glapi_test-check_table.o `test -f 'shared-glapi/tests/check_table.cpp' || echo '$(srcdir)/'`shared-glapi/tests/check_table.cpp

shared_glapi_test-check_table.obj: shared-glapi/tests/check_table.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT shared_glapi_test-check_table.obj -MD -MP -MF $(DEPDIR)/shared_glapi_test-check_table.Tpo -c -o shared_glapi_test-check_table.obj `if test -f 'shared-glapi/tests/check_table.cpp'; then $(CYGPATH_W) 'shared-glapi/tests/check_table.cpp'; else $(CYGPATH_W) '$(srcdir)/shared-glapi/tests/check_table.cpp'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/shared_glapi_test-check_table.Tpo $(DEPDIR)/shared_glapi_test-check_table.Po
#	$(AM_V_CXX)source='shared-glapi/tests/check_table.cpp' object='shared_glapi_test-check_table.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(shared_glapi_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o shared_glapi_test-check_table.obj `if test -f 'shared-glapi/tests/check_table.cpp'; then $(CYGPATH_W) 'shared-glapi/tests/check_table.cpp'; else $(CYGPATH_W) '$(srcdir)/shared-glapi/tests/check_table.cpp'; fi`

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs
	-rm -rf es1api/.libs es1api/_libs
	-rm -rf es2api/.libs es2api/_libs
	-rm -rf glapi/.libs glapi/_libs
	-rm -rf shared-glapi/.libs shared-glapi/_libs
install-pkgconfigDATA: $(pkgconfig_DATA)
	@$(NORMAL_INSTALL)
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
	done

uninstall-pkgconfigDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
install-GLES2_includeHEADERS: $(GLES2_include_HEADERS)
	@$(NORMAL_INSTALL)
	@list='$(GLES2_include_HEADERS)'; test -n "$(GLES2_includedir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(GLES2_includedir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(GLES2_includedir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(GLES2_includedir)'"; \
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(GLES2_includedir)" || exit $$?; \
	done

uninstall-GLES2_includeHEADERS:
	@$(NORMAL_UNINSTALL)
	@list='$(GLES2_include_HEADERS)'; test -n "$(GLES2_includedir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(GLES2_includedir)'; $(am__uninstall_files_from_dir)
install-GLES3_includeHEADERS: $(GLES3_include_HEADERS)
	@$(NORMAL_INSTALL)
	@list='$(GLES3_include_HEADERS)'; test -n "$(GLES3_includedir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(GLES3_includedir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(GLES3_includedir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(GLES3_includedir)'"; \
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(GLES3_includedir)" || exit $$?; \
	done

uninstall-GLES3_includeHEADERS:
	@$(NORMAL_UNINSTALL)
	@list='$(GLES3_include_HEADERS)'; test -n "$(GLES3_includedir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(GLES3_includedir)'; $(am__uninstall_files_from_dir)
install-GLES_includeHEADERS: $(GLES_include_HEADERS)
	@$(NORMAL_INSTALL)
	@list='$(GLES_include_HEADERS)'; test -n "$(GLES_includedir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(GLES_includedir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(GLES_includedir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(GLES_includedir)'"; \
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(GLES_includedir)" || exit $$?; \
	done

uninstall-GLES_includeHEADERS:
	@$(NORMAL_UNINSTALL)
	@list='$(GLES_include_HEADERS)'; test -n "$(GLES_includedir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(GLES_includedir)'; $(am__uninstall_files_from_dir)

# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
#     (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
	@fail=; \
	if $(am__make_keepgoing); then \
	  failcom='fail=yes'; \
	else \
	  failcom='exit 1'; \
	fi; \
	dot_seen=no; \
	target=`echo $@ | sed s/-recursive//`; \
	case "$@" in \
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
	  *) list='$(SUBDIRS)' ;; \
	esac; \
	for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	  || eval $$failcom; \
	done; \
	if test "$$dot_seen" = "no"; then \
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
	fi; test -z "$$fail"

ID: $(am__tagged_files)
	$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags

tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	set x; \
	here=`pwd`; \
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
	  include_option=--etags-include; \
	  empty_fix=.; \
	else \
	  include_option=--include; \
	  empty_fix=; \
	fi; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    test ! -f $$subdir/TAGS || \
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
	  fi; \
	done; \
	$(am__define_uniq_tagged_files); \
	shift; \
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  if test $$# -gt 0; then \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      "$$@" $$unique; \
	  else \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      $$unique; \
	  fi; \
	fi
ctags: ctags-recursive

CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	$(am__define_uniq_tagged_files); \
	test -z "$(CTAGS_ARGS)$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && $(am__cd) $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-recursive

cscopelist-am: $(am__tagged_files)
	list='$(am__tagged_files)'; \
	case "$(srcdir)" in \
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
	  *) sdir=$(subdir)/$(srcdir) ;; \
	esac; \
	for i in $$list; do \
	  if test -f "$$i"; then \
	    echo "$(subdir)/$$i"; \
	  else \
	    echo "$$sdir/$$i"; \
	  fi; \
	done >> $(top_builddir)/cscope.files

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

# Recover from deleted '.trs' file; this should ensure that
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
# to avoid problems with "make -n".
.log.trs:
	rm -f $< $@
	$(MAKE) $(AM_MAKEFLAGS) $<

# Leading 'am--fnord' is there to ensure the list of targets does not
# expand to empty, as could happen e.g. with make check TESTS=''.
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
am--force-recheck:
	@:

$(TEST_SUITE_LOG): $(TEST_LOGS)
	@$(am__set_TESTS_bases); \
	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
	redo_bases=`for i in $$bases; do \
	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
	            done`; \
	if test -n "$$redo_bases"; then \
	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
	  if $(am__make_dryrun); then :; else \
	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
	  fi; \
	fi; \
	if test -n "$$am__remaking_logs"; then \
	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
	       "recursion detected" >&2; \
	else \
	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
	fi; \
	if $(am__make_dryrun); then :; else \
	  st=0;  \
	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
	  for i in $$redo_bases; do \
	    test -f $$i.trs && test -r $$i.trs \
	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
	    test -f $$i.log && test -r $$i.log \
	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
	  done; \
	  test $$st -eq 0 || exit 1; \
	fi
	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
	ws='[ 	]'; \
	results=`for b in $$bases; do echo $$b.trs; done`; \
	test -n "$$results" || results=/dev/null; \
	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
	  success=true; \
	else \
	  success=false; \
	fi; \
	br='==================='; br=$$br$$br$$br$$br; \
	result_count () \
	{ \
	    if test x"$$1" = x"--maybe-color"; then \
	      maybe_colorize=yes; \
	    elif test x"$$1" = x"--no-color"; then \
	      maybe_colorize=no; \
	    else \
	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
	    fi; \
	    shift; \
	    desc=$$1 count=$$2; \
	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
	      color_start=$$3 color_end=$$std; \
	    else \
	      color_start= color_end=; \
	    fi; \
	    echo "$${color_start}# $$desc $$count$${color_end}"; \
	}; \
	create_testsuite_report () \
	{ \
	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
	  result_count $$1 "PASS: " $$pass  "$$grn"; \
	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
	  result_count $$1 "FAIL: " $$fail  "$$red"; \
	  result_count $$1 "XPASS:" $$xpass "$$red"; \
	  result_count $$1 "ERROR:" $$error "$$mgn"; \
	}; \
	{								\
	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
	    $(am__rst_title);						\
	  create_testsuite_report --no-color;				\
	  echo;								\
	  echo ".. contents:: :depth: 2";				\
	  echo;								\
	  for b in $$bases; do echo $$b; done				\
	    | $(am__create_global_log);					\
	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
	if $$success; then						\
	  col="$$grn";							\
	 else								\
	  col="$$red";							\
	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
	fi;								\
	echo "$${col}$$br$${std}"; 					\
	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
	echo "$${col}$$br$${std}"; 					\
	create_testsuite_report --maybe-color;				\
	echo "$$col$$br$$std";						\
	if $$success; then :; else					\
	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
	  fi;								\
	  echo "$$col$$br$$std";					\
	fi;								\
	$$success || exit 1

check-TESTS:
	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
	@set +e; $(am__set_TESTS_bases); \
	log_list=`for i in $$bases; do echo $$i.log; done`; \
	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
	exit $$?;
recheck: all $(check_PROGRAMS)
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
	@set +e; $(am__set_TESTS_bases); \
	bases=`for i in $$bases; do echo $$i; done \
	         | $(am__list_recheck_tests)` || exit 1; \
	log_list=`for i in $$bases; do echo $$i.log; done`; \
	log_list=`echo $$log_list`; \
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
	        am__force_recheck=am--force-recheck \
	        TEST_LOGS="$$log_list"; \
	exit $$?
shared-glapi-test.log: shared-glapi-test$(EXEEXT)
	@p='shared-glapi-test$(EXEEXT)'; \
	b='shared-glapi-test'; \
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
glapi-test.log: glapi-test$(EXEEXT)
	@p='glapi-test$(EXEEXT)'; \
	b='glapi-test'; \
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
es1api/ABI-check.log: es1api/ABI-check
	@p='es1api/ABI-check'; \
	b='es1api/ABI-check'; \
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
es2api/ABI-check.log: es2api/ABI-check
	@p='es2api/ABI-check'; \
	b='es2api/ABI-check'; \
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
.test.log:
	@p='$<'; \
	$(am__set_b); \
	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
#.test$(EXEEXT).log:
#	@p='$<'; \
#	$(am__set_b); \
#	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
#	--log-file $$b.log --trs-file $$b.trs \
#	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
#	"$$tst" $(AM_TESTS_FD_REDIRECT)

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    $(am__make_dryrun) \
	      || test -d "$(distdir)/$$subdir" \
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
	      || exit 1; \
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
	    $(am__relativize); \
	    new_distdir=$$reldir; \
	    dir1=$$subdir; dir2="$(top_distdir)"; \
	    $(am__relativize); \
	    new_top_distdir=$$reldir; \
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
	    ($(am__cd) $$subdir && \
	      $(MAKE) $(AM_MAKEFLAGS) \
	        top_distdir="$$new_top_distdir" \
	        distdir="$$new_distdir" \
		am__remove_distdir=: \
		am__skip_length_check=: \
		am__skip_mode_fix=: \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
check-am: all-am
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) check-recursive
#all-local:
#all-local:
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) all-local
installdirs: installdirs-recursive
installdirs-am:
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(GLES2_includedir)" "$(DESTDIR)$(GLES3_includedir)" "$(DESTDIR)$(GLES_includedir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-recursive
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:
	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
	-rm -f es1api/$(am__dirstamp)
	-rm -f es2api/$(am__dirstamp)
	-rm -f glapi/$(am__dirstamp)
	-rm -f shared-glapi/$(am__dirstamp)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
clean: clean-recursive

clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
	clean-libtool clean-noinstLTLIBRARIES mostlyclean-am

distclean: distclean-recursive
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-tags

dvi: dvi-recursive

dvi-am:

html: html-recursive

html-am:

info: info-recursive

info-am:

install-data-am: install-GLES2_includeHEADERS \
	install-GLES3_includeHEADERS install-GLES_includeHEADERS \
	install-pkgconfigDATA

install-dvi: install-dvi-recursive

install-dvi-am:

install-exec-am: install-libLTLIBRARIES

install-html: install-html-recursive

install-html-am:

install-info: install-info-recursive

install-info-am:

install-man:

install-pdf: install-pdf-recursive

install-pdf-am:

install-ps: install-ps-recursive

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-recursive
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool

pdf: pdf-recursive

pdf-am:

ps: ps-recursive

ps-am:

uninstall-am: uninstall-GLES2_includeHEADERS \
	uninstall-GLES3_includeHEADERS uninstall-GLES_includeHEADERS \
	uninstall-libLTLIBRARIES uninstall-pkgconfigDATA

.MAKE: $(am__recursive_targets) all check check-am install install-am \
	install-strip

.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
	check check-TESTS check-am clean clean-checkPROGRAMS \
	clean-generic clean-libLTLIBRARIES clean-libtool \
	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
	distclean-compile distclean-generic distclean-libtool \
	distclean-tags distdir dvi dvi-am html html-am info info-am \
	install install-GLES2_includeHEADERS \
	install-GLES3_includeHEADERS install-GLES_includeHEADERS \
	install-am install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am \
	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
	install-pkgconfigDATA install-ps install-ps-am install-strip \
	installcheck installcheck-am installdirs installdirs-am \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
	pdf pdf-am ps ps-am recheck tags tags-am uninstall \
	uninstall-GLES2_includeHEADERS uninstall-GLES3_includeHEADERS \
	uninstall-GLES_includeHEADERS uninstall-am \
	uninstall-libLTLIBRARIES uninstall-pkgconfigDATA


# $(1): path to an XML file
# $(2): name of the printer
define glapi_gen_mapi
@$(MKDIR_P) $(dir $@)
$(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) $(glapi_gen_mapi_script) \
	--mode lib --printer $(2) $(1) > $@
endef

# $(1): path to an XML file
# $(2): empty, es1, or es2 for entry point filtering
define glapi_gen_dispatch
@$(MKDIR_P) $(dir $@)
$(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) $(glapi_gen_dispatch_script) \
	-f $(1) -m remap_table $(if $(2),-c $(2),) > $@
endef

# $(1): path to an XML file
# $(2): empty, es1, or es2 for entry point filtering
define glapi_gen_remap
@$(MKDIR_P) $(dir $@)
$(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) $(glapi_gen_remap_script) \
	-f $(1) $(if $(2),-c $(2),) > $@
endef

shared-glapi/glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
	$(call glapi_gen_mapi,$<,shared-glapi)

es1api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
	$(call glapi_gen_mapi,$<,es1api)

es2api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
	$(call glapi_gen_mapi,$<,es2api)

all-local : .libs/install-mesa-links

.libs/install-mesa-links : $(lib_LTLIBRARIES)
	$(AM_V_GEN)$(MKDIR_P) $(top_builddir)/$(LIB_DIR);	\
	for f in $(join $(addsuffix .libs/,$(dir $(lib_LTLIBRARIES))),$(notdir $(lib_LTLIBRARIES:%.la=%.$(LIB_EXT)*))); do \
		if test -h .libs/$$f; then			\
			cp -d $$f $(top_builddir)/$(LIB_DIR);	\
		else						\
			ln -f $$f $(top_builddir)/$(LIB_DIR);	\
		fi;						\
	done && touch $@

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
