Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. # Makefile.in generated by automake 1.14 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  5.  
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15. @SET_MAKE@
  16.  
  17. # Copyright © 2013 Intel Corporation
  18. #
  19. # Permission is hereby granted, free of charge, to any person obtaining a
  20. # copy of this software and associated documentation files (the "Software"),
  21. # to deal in the Software without restriction, including without limitation
  22. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  23. # and/or sell copies of the Software, and to permit persons to whom the
  24. # Software is furnished to do so, subject to the following conditions:
  25. #
  26. # The above copyright notice and this permission notice (including the next
  27. # paragraph) shall be included in all copies or substantial portions of the
  28. # Software.
  29. #
  30. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  31. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  32. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  33. # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  34. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  35. # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  36. # IN THE SOFTWARE.
  37. VPATH = @srcdir@
  38. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  39. am__make_running_with_option = \
  40.   case $${target_option-} in \
  41.       ?) ;; \
  42.       *) echo "am__make_running_with_option: internal error: invalid" \
  43.               "target option '$${target_option-}' specified" >&2; \
  44.          exit 1;; \
  45.   esac; \
  46.   has_opt=no; \
  47.   sane_makeflags=$$MAKEFLAGS; \
  48.   if $(am__is_gnu_make); then \
  49.     sane_makeflags=$$MFLAGS; \
  50.   else \
  51.     case $$MAKEFLAGS in \
  52.       *\\[\ \   ]*) \
  53.         bs=\\; \
  54.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  55.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  56.     esac; \
  57.   fi; \
  58.   skip_next=no; \
  59.   strip_trailopt () \
  60.   { \
  61.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  62.   }; \
  63.   for flg in $$sane_makeflags; do \
  64.     test $$skip_next = yes && { skip_next=no; continue; }; \
  65.     case $$flg in \
  66.       *=*|--*) continue;; \
  67.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  68.       -*I?*) strip_trailopt 'I';; \
  69.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  70.       -*O?*) strip_trailopt 'O';; \
  71.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  72.       -*l?*) strip_trailopt 'l';; \
  73.       -[dEDm]) skip_next=yes;; \
  74.       -[JT]) skip_next=yes;; \
  75.     esac; \
  76.     case $$flg in \
  77.       *$$target_option*) has_opt=yes; break;; \
  78.     esac; \
  79.   done; \
  80.   test $$has_opt = yes
  81. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  82. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  83. pkgdatadir = $(datadir)/@PACKAGE@
  84. pkgincludedir = $(includedir)/@PACKAGE@
  85. pkglibdir = $(libdir)/@PACKAGE@
  86. pkglibexecdir = $(libexecdir)/@PACKAGE@
  87. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  88. install_sh_DATA = $(install_sh) -c -m 644
  89. install_sh_PROGRAM = $(install_sh) -c
  90. install_sh_SCRIPT = $(install_sh) -c
  91. INSTALL_HEADER = $(INSTALL_DATA)
  92. transform = $(program_transform_name)
  93. NORMAL_INSTALL = :
  94. PRE_INSTALL = :
  95. POST_INSTALL = :
  96. NORMAL_UNINSTALL = :
  97. PRE_UNINSTALL = :
  98. POST_UNINSTALL = :
  99. build_triplet = @build@
  100. host_triplet = @host@
  101. target_triplet = @target@
  102. @HAVE_SHARED_GLAPI_TRUE@am__append_1 = shared-glapi
  103. @HAVE_OPENGL_TRUE@am__append_2 = glapi
  104. @HAVE_OPENGL_ES1_TRUE@am__append_3 = es1api
  105. @HAVE_OPENGL_ES2_TRUE@am__append_4 = es2api
  106. @HAVE_OPENVG_TRUE@am__append_5 = vgapi
  107. subdir = src/mapi
  108. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  109. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  110. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_bison.m4 \
  111.         $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
  112.         $(top_srcdir)/m4/ax_prog_cxx_for_build.m4 \
  113.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  114.         $(top_srcdir)/m4/ax_pthread.m4 \
  115.         $(top_srcdir)/m4/ax_python_module.m4 \
  116.         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  117.         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  118.         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  119. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  120.         $(ACLOCAL_M4)
  121. mkinstalldirs = $(install_sh) -d
  122. CONFIG_CLEAN_FILES =
  123. CONFIG_CLEAN_VPATH_FILES =
  124. AM_V_P = $(am__v_P_@AM_V@)
  125. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  126. am__v_P_0 = false
  127. am__v_P_1 = :
  128. AM_V_GEN = $(am__v_GEN_@AM_V@)
  129. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  130. am__v_GEN_0 = @echo "  GEN     " $@;
  131. am__v_GEN_1 =
  132. AM_V_at = $(am__v_at_@AM_V@)
  133. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  134. am__v_at_0 = @
  135. am__v_at_1 =
  136. SOURCES =
  137. DIST_SOURCES =
  138. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  139.         ctags-recursive dvi-recursive html-recursive info-recursive \
  140.         install-data-recursive install-dvi-recursive \
  141.         install-exec-recursive install-html-recursive \
  142.         install-info-recursive install-pdf-recursive \
  143.         install-ps-recursive install-recursive installcheck-recursive \
  144.         installdirs-recursive pdf-recursive ps-recursive \
  145.         tags-recursive uninstall-recursive
  146. am__can_run_installinfo = \
  147.   case $$AM_UPDATE_INFO_DIR in \
  148.     n|no|NO) false;; \
  149.     *) (install-info --version) >/dev/null 2>&1;; \
  150.   esac
  151. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  152.   distclean-recursive maintainer-clean-recursive
  153. am__recursive_targets = \
  154.   $(RECURSIVE_TARGETS) \
  155.   $(RECURSIVE_CLEAN_TARGETS) \
  156.   $(am__extra_recursive_targets)
  157. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  158.         distdir
  159. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  160. # Read a list of newline-separated strings from the standard input,
  161. # and print each of them once, without duplicates.  Input order is
  162. # *not* preserved.
  163. am__uniquify_input = $(AWK) '\
  164.   BEGIN { nonempty = 0; } \
  165.   { items[$$0] = 1; nonempty = 1; } \
  166.   END { if (nonempty) { for (i in items) print i; }; } \
  167. '
  168. # Make sure the list of sources is unique.  This is necessary because,
  169. # e.g., the same source file might be shared among _SOURCES variables
  170. # for different programs/libraries.
  171. am__define_uniq_tagged_files = \
  172.   list='$(am__tagged_files)'; \
  173.   unique=`for i in $$list; do \
  174.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  175.   done | $(am__uniquify_input)`
  176. ETAGS = etags
  177. CTAGS = ctags
  178. DIST_SUBDIRS = glapi/gen shared-glapi glapi es1api es2api vgapi
  179. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  180. am__relativize = \
  181.   dir0=`pwd`; \
  182.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  183.   sed_rest='s,^[^/]*/*,,'; \
  184.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  185.   sed_butlast='s,/*[^/]*$$,,'; \
  186.   while test -n "$$dir1"; do \
  187.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  188.     if test "$$first" != "."; then \
  189.       if test "$$first" = ".."; then \
  190.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  191.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  192.       else \
  193.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  194.         if test "$$first2" = "$$first"; then \
  195.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  196.         else \
  197.           dir2="../$$dir2"; \
  198.         fi; \
  199.         dir0="$$dir0"/"$$first"; \
  200.       fi; \
  201.     fi; \
  202.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  203.   done; \
  204.   reldir="$$dir2"
  205. ACLOCAL = @ACLOCAL@
  206. AMTAR = @AMTAR@
  207. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  208. AR = @AR@
  209. AUTOCONF = @AUTOCONF@
  210. AUTOHEADER = @AUTOHEADER@
  211. AUTOMAKE = @AUTOMAKE@
  212. AWK = @AWK@
  213. BUILD_EXEEXT = @BUILD_EXEEXT@
  214. BUILD_OBJEXT = @BUILD_OBJEXT@
  215. CC = @CC@
  216. CCAS = @CCAS@
  217. CCASDEPMODE = @CCASDEPMODE@
  218. CCASFLAGS = @CCASFLAGS@
  219. CCDEPMODE = @CCDEPMODE@
  220. CC_FOR_BUILD = @CC_FOR_BUILD@
  221. CFLAGS = @CFLAGS@
  222. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  223. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  224. CLOCK_LIB = @CLOCK_LIB@
  225. CPP = @CPP@
  226. CPPFLAGS = @CPPFLAGS@
  227. CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
  228. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  229. CXX = @CXX@
  230. CXXCPP = @CXXCPP@
  231. CXXCPPFLAGS_FOR_BUILD = @CXXCPPFLAGS_FOR_BUILD@
  232. CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@
  233. CXXDEPMODE = @CXXDEPMODE@
  234. CXXFLAGS = @CXXFLAGS@
  235. CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
  236. CXX_FOR_BUILD = @CXX_FOR_BUILD@
  237. CYGPATH_W = @CYGPATH_W@
  238. DEFINES = @DEFINES@
  239. DEFINES_FOR_BUILD = @DEFINES_FOR_BUILD@
  240. DEFS = @DEFS@
  241. DEPDIR = @DEPDIR@
  242. DLLTOOL = @DLLTOOL@
  243. DLOPEN_LIBS = @DLOPEN_LIBS@
  244. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  245. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  246. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  247. DRIGL_LIBS = @DRIGL_LIBS@
  248. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  249. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  250. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  251. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  252. DSYMUTIL = @DSYMUTIL@
  253. DUMPBIN = @DUMPBIN@
  254. ECHO_C = @ECHO_C@
  255. ECHO_N = @ECHO_N@
  256. ECHO_T = @ECHO_T@
  257. EGL_CFLAGS = @EGL_CFLAGS@
  258. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  259. EGL_DRIVER_INSTALL_DIR = @EGL_DRIVER_INSTALL_DIR@
  260. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  261. EGL_LIB_GLOB = @EGL_LIB_GLOB@
  262. EGL_LIB_NAME = @EGL_LIB_NAME@
  263. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  264. EGL_PLATFORMS = @EGL_PLATFORMS@
  265. EGREP = @EGREP@
  266. ELF_LIB = @ELF_LIB@
  267. EXEEXT = @EXEEXT@
  268. EXPAT_INCLUDES = @EXPAT_INCLUDES@
  269. FGREP = @FGREP@
  270. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  271. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  272. GALLIUM_DRI_LIB_DEPS = @GALLIUM_DRI_LIB_DEPS@
  273. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  274. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  275. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  276. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  277. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  278. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  279. GLAPI_LIB_GLOB = @GLAPI_LIB_GLOB@
  280. GLAPI_LIB_NAME = @GLAPI_LIB_NAME@
  281. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  282. GLESv1_CM_LIB_GLOB = @GLESv1_CM_LIB_GLOB@
  283. GLESv1_CM_LIB_NAME = @GLESv1_CM_LIB_NAME@
  284. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  285. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  286. GLESv2_LIB_GLOB = @GLESv2_LIB_GLOB@
  287. GLESv2_LIB_NAME = @GLESv2_LIB_NAME@
  288. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  289. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  290. GLPROTO_LIBS = @GLPROTO_LIBS@
  291. GLX_TLS = @GLX_TLS@
  292. GL_LIB = @GL_LIB@
  293. GL_LIB_DEPS = @GL_LIB_DEPS@
  294. GL_LIB_GLOB = @GL_LIB_GLOB@
  295. GL_LIB_NAME = @GL_LIB_NAME@
  296. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  297. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  298. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  299. GREP = @GREP@
  300. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  301. INDENT = @INDENT@
  302. INDENT_FLAGS = @INDENT_FLAGS@
  303. INSTALL = @INSTALL@
  304. INSTALL_DATA = @INSTALL_DATA@
  305. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  306. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  307. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  308. INTEL_CFLAGS = @INTEL_CFLAGS@
  309. INTEL_LIBS = @INTEL_LIBS@
  310. LD = @LD@
  311. LDFLAGS = @LDFLAGS@
  312. LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
  313. LEX = @LEX@
  314. LEXLIB = @LEXLIB@
  315. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  316. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  317. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  318. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  319. LIBDRM_LIBS = @LIBDRM_LIBS@
  320. LIBDRM_XORG_CFLAGS = @LIBDRM_XORG_CFLAGS@
  321. LIBDRM_XORG_LIBS = @LIBDRM_XORG_LIBS@
  322. LIBKMS_XORG_CFLAGS = @LIBKMS_XORG_CFLAGS@
  323. LIBKMS_XORG_LIBS = @LIBKMS_XORG_LIBS@
  324. LIBOBJS = @LIBOBJS@
  325. LIBS = @LIBS@
  326. LIBTOOL = @LIBTOOL@
  327. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  328. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  329. LIB_DIR = @LIB_DIR@
  330. LIPO = @LIPO@
  331. LLVM_BINDIR = @LLVM_BINDIR@
  332. LLVM_CFLAGS = @LLVM_CFLAGS@
  333. LLVM_CONFIG = @LLVM_CONFIG@
  334. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  335. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  336. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  337. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  338. LLVM_LIBDIR = @LLVM_LIBDIR@
  339. LLVM_LIBS = @LLVM_LIBS@
  340. LLVM_VERSION = @LLVM_VERSION@
  341. LN_S = @LN_S@
  342. LTLIBOBJS = @LTLIBOBJS@
  343. MAKE = @MAKE@
  344. MAKEINFO = @MAKEINFO@
  345. MANIFEST_TOOL = @MANIFEST_TOOL@
  346. MESA_LLVM = @MESA_LLVM@
  347. MKDIR_P = @MKDIR_P@
  348. NM = @NM@
  349. NMEDIT = @NMEDIT@
  350. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  351. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  352. OBJDUMP = @OBJDUMP@
  353. OBJEXT = @OBJEXT@
  354. OPENCL_LIB_INSTALL_DIR = @OPENCL_LIB_INSTALL_DIR@
  355. OSMESA_LIB = @OSMESA_LIB@
  356. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  357. OSMESA_LIB_NAME = @OSMESA_LIB_NAME@
  358. OSMESA_MESA_DEPS = @OSMESA_MESA_DEPS@
  359. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  360. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  361. OSMESA_VERSION = @OSMESA_VERSION@
  362. OTOOL = @OTOOL@
  363. OTOOL64 = @OTOOL64@
  364. PACKAGE = @PACKAGE@
  365. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  366. PACKAGE_NAME = @PACKAGE_NAME@
  367. PACKAGE_STRING = @PACKAGE_STRING@
  368. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  369. PACKAGE_URL = @PACKAGE_URL@
  370. PACKAGE_VERSION = @PACKAGE_VERSION@
  371. PATH_SEPARATOR = @PATH_SEPARATOR@
  372. PERL = @PERL@
  373. PKG_CONFIG = @PKG_CONFIG@
  374. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  375. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  376. POSIX_SHELL = @POSIX_SHELL@
  377. PTHREAD_CC = @PTHREAD_CC@
  378. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  379. PTHREAD_LIBS = @PTHREAD_LIBS@
  380. PYTHON2 = @PYTHON2@
  381. RADEON_CFLAGS = @RADEON_CFLAGS@
  382. RADEON_LIBS = @RADEON_LIBS@
  383. RANLIB = @RANLIB@
  384. SED = @SED@
  385. SELINUX_LIBS = @SELINUX_LIBS@
  386. SET_MAKE = @SET_MAKE@
  387. SHELL = @SHELL@
  388. STRIP = @STRIP@
  389. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  390. VDPAU_LIBS = @VDPAU_LIBS@
  391. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  392. VDPAU_MAJOR = @VDPAU_MAJOR@
  393. VDPAU_MINOR = @VDPAU_MINOR@
  394. VERSION = @VERSION@
  395. VG_LIB_DEPS = @VG_LIB_DEPS@
  396. VG_LIB_GLOB = @VG_LIB_GLOB@
  397. VG_LIB_NAME = @VG_LIB_NAME@
  398. VG_PC_LIB_PRIV = @VG_PC_LIB_PRIV@
  399. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  400. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  401. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  402. WAYLAND_LIBS = @WAYLAND_LIBS@
  403. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  404. X11_INCLUDES = @X11_INCLUDES@
  405. XA_MAJOR = @XA_MAJOR@
  406. XA_MINOR = @XA_MINOR@
  407. XA_TINY = @XA_TINY@
  408. XA_VERSION = @XA_VERSION@
  409. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  410. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  411. XEXT_CFLAGS = @XEXT_CFLAGS@
  412. XEXT_LIBS = @XEXT_LIBS@
  413. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  414. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  415. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  416. XLIBGL_LIBS = @XLIBGL_LIBS@
  417. XORG_CFLAGS = @XORG_CFLAGS@
  418. XORG_DRIVER_INSTALL_DIR = @XORG_DRIVER_INSTALL_DIR@
  419. XORG_LIBS = @XORG_LIBS@
  420. XVMC_CFLAGS = @XVMC_CFLAGS@
  421. XVMC_LIBS = @XVMC_LIBS@
  422. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  423. XVMC_MAJOR = @XVMC_MAJOR@
  424. XVMC_MINOR = @XVMC_MINOR@
  425. YACC = @YACC@
  426. YFLAGS = @YFLAGS@
  427. abs_builddir = @abs_builddir@
  428. abs_srcdir = @abs_srcdir@
  429. abs_top_builddir = @abs_top_builddir@
  430. abs_top_srcdir = @abs_top_srcdir@
  431. ac_ct_AR = @ac_ct_AR@
  432. ac_ct_CC = @ac_ct_CC@
  433. ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
  434. ac_ct_CXX = @ac_ct_CXX@
  435. ac_ct_CXX_FOR_BUILD = @ac_ct_CXX_FOR_BUILD@
  436. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  437. am__include = @am__include@
  438. am__leading_dot = @am__leading_dot@
  439. am__quote = @am__quote@
  440. am__tar = @am__tar@
  441. am__untar = @am__untar@
  442. ax_pthread_config = @ax_pthread_config@
  443. bindir = @bindir@
  444. build = @build@
  445. build_alias = @build_alias@
  446. build_cpu = @build_cpu@
  447. build_os = @build_os@
  448. build_vendor = @build_vendor@
  449. builddir = @builddir@
  450. datadir = @datadir@
  451. datarootdir = @datarootdir@
  452. docdir = @docdir@
  453. dvidir = @dvidir@
  454. exec_prefix = @exec_prefix@
  455. host = @host@
  456. host_alias = @host_alias@
  457. host_cpu = @host_cpu@
  458. host_os = @host_os@
  459. host_vendor = @host_vendor@
  460. htmldir = @htmldir@
  461. includedir = @includedir@
  462. infodir = @infodir@
  463. install_sh = @install_sh@
  464. libdir = @libdir@
  465. libexecdir = @libexecdir@
  466. localedir = @localedir@
  467. localstatedir = @localstatedir@
  468. mandir = @mandir@
  469. mkdir_p = @mkdir_p@
  470. oldincludedir = @oldincludedir@
  471. pdfdir = @pdfdir@
  472. prefix = @prefix@
  473. program_transform_name = @program_transform_name@
  474. psdir = @psdir@
  475. sbindir = @sbindir@
  476. sharedstatedir = @sharedstatedir@
  477. srcdir = @srcdir@
  478. sysconfdir = @sysconfdir@
  479. target = @target@
  480. target_alias = @target_alias@
  481. target_cpu = @target_cpu@
  482. target_os = @target_os@
  483. target_vendor = @target_vendor@
  484. top_build_prefix = @top_build_prefix@
  485. top_builddir = @top_builddir@
  486. top_srcdir = @top_srcdir@
  487. SUBDIRS = glapi/gen $(am__append_1) $(am__append_2) $(am__append_3) \
  488.         $(am__append_4) $(am__append_5)
  489. all: all-recursive
  490.  
  491. .SUFFIXES:
  492. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  493.         @for dep in $?; do \
  494.           case '$(am__configure_deps)' in \
  495.             *$$dep*) \
  496.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  497.                 && { if test -f $@; then exit 0; else break; fi; }; \
  498.               exit 1;; \
  499.           esac; \
  500.         done; \
  501.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mapi/Makefile'; \
  502.         $(am__cd) $(top_srcdir) && \
  503.           $(AUTOMAKE) --foreign src/mapi/Makefile
  504. .PRECIOUS: Makefile
  505. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  506.         @case '$?' in \
  507.           *config.status*) \
  508.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  509.           *) \
  510.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  511.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  512.         esac;
  513.  
  514. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  515.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  516.  
  517. $(top_srcdir)/configure:  $(am__configure_deps)
  518.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  519. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  520.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  521. $(am__aclocal_m4_deps):
  522.  
  523. mostlyclean-libtool:
  524.         -rm -f *.lo
  525.  
  526. clean-libtool:
  527.         -rm -rf .libs _libs
  528.  
  529. # This directory's subdirectories are mostly independent; you can cd
  530. # into them and run 'make' without going through this Makefile.
  531. # To change the values of 'make' variables: instead of editing Makefiles,
  532. # (1) if the variable is set in 'config.status', edit 'config.status'
  533. #     (which will cause the Makefiles to be regenerated when you run 'make');
  534. # (2) otherwise, pass the desired values on the 'make' command line.
  535. $(am__recursive_targets):
  536.         @fail=; \
  537.         if $(am__make_keepgoing); then \
  538.           failcom='fail=yes'; \
  539.         else \
  540.           failcom='exit 1'; \
  541.         fi; \
  542.         dot_seen=no; \
  543.         target=`echo $@ | sed s/-recursive//`; \
  544.         case "$@" in \
  545.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  546.           *) list='$(SUBDIRS)' ;; \
  547.         esac; \
  548.         for subdir in $$list; do \
  549.           echo "Making $$target in $$subdir"; \
  550.           if test "$$subdir" = "."; then \
  551.             dot_seen=yes; \
  552.             local_target="$$target-am"; \
  553.           else \
  554.             local_target="$$target"; \
  555.           fi; \
  556.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  557.           || eval $$failcom; \
  558.         done; \
  559.         if test "$$dot_seen" = "no"; then \
  560.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  561.         fi; test -z "$$fail"
  562.  
  563. ID: $(am__tagged_files)
  564.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  565. tags: tags-recursive
  566. TAGS: tags
  567.  
  568. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  569.         set x; \
  570.         here=`pwd`; \
  571.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  572.           include_option=--etags-include; \
  573.           empty_fix=.; \
  574.         else \
  575.           include_option=--include; \
  576.           empty_fix=; \
  577.         fi; \
  578.         list='$(SUBDIRS)'; for subdir in $$list; do \
  579.           if test "$$subdir" = .; then :; else \
  580.             test ! -f $$subdir/TAGS || \
  581.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  582.           fi; \
  583.         done; \
  584.         $(am__define_uniq_tagged_files); \
  585.         shift; \
  586.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  587.           test -n "$$unique" || unique=$$empty_fix; \
  588.           if test $$# -gt 0; then \
  589.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  590.               "$$@" $$unique; \
  591.           else \
  592.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  593.               $$unique; \
  594.           fi; \
  595.         fi
  596. ctags: ctags-recursive
  597.  
  598. CTAGS: ctags
  599. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  600.         $(am__define_uniq_tagged_files); \
  601.         test -z "$(CTAGS_ARGS)$$unique" \
  602.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  603.              $$unique
  604.  
  605. GTAGS:
  606.         here=`$(am__cd) $(top_builddir) && pwd` \
  607.           && $(am__cd) $(top_srcdir) \
  608.           && gtags -i $(GTAGS_ARGS) "$$here"
  609. cscopelist: cscopelist-recursive
  610.  
  611. cscopelist-am: $(am__tagged_files)
  612.         list='$(am__tagged_files)'; \
  613.         case "$(srcdir)" in \
  614.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  615.           *) sdir=$(subdir)/$(srcdir) ;; \
  616.         esac; \
  617.         for i in $$list; do \
  618.           if test -f "$$i"; then \
  619.             echo "$(subdir)/$$i"; \
  620.           else \
  621.             echo "$$sdir/$$i"; \
  622.           fi; \
  623.         done >> $(top_builddir)/cscope.files
  624.  
  625. distclean-tags:
  626.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  627.  
  628. distdir: $(DISTFILES)
  629.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  630.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  631.         list='$(DISTFILES)'; \
  632.           dist_files=`for file in $$list; do echo $$file; done | \
  633.           sed -e "s|^$$srcdirstrip/||;t" \
  634.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  635.         case $$dist_files in \
  636.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  637.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  638.                            sort -u` ;; \
  639.         esac; \
  640.         for file in $$dist_files; do \
  641.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  642.           if test -d $$d/$$file; then \
  643.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  644.             if test -d "$(distdir)/$$file"; then \
  645.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  646.             fi; \
  647.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  648.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  649.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  650.             fi; \
  651.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  652.           else \
  653.             test -f "$(distdir)/$$file" \
  654.             || cp -p $$d/$$file "$(distdir)/$$file" \
  655.             || exit 1; \
  656.           fi; \
  657.         done
  658.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  659.           if test "$$subdir" = .; then :; else \
  660.             $(am__make_dryrun) \
  661.               || test -d "$(distdir)/$$subdir" \
  662.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  663.               || exit 1; \
  664.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  665.             $(am__relativize); \
  666.             new_distdir=$$reldir; \
  667.             dir1=$$subdir; dir2="$(top_distdir)"; \
  668.             $(am__relativize); \
  669.             new_top_distdir=$$reldir; \
  670.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  671.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  672.             ($(am__cd) $$subdir && \
  673.               $(MAKE) $(AM_MAKEFLAGS) \
  674.                 top_distdir="$$new_top_distdir" \
  675.                 distdir="$$new_distdir" \
  676.                 am__remove_distdir=: \
  677.                 am__skip_length_check=: \
  678.                 am__skip_mode_fix=: \
  679.                 distdir) \
  680.               || exit 1; \
  681.           fi; \
  682.         done
  683. check-am: all-am
  684. check: check-recursive
  685. all-am: Makefile
  686. installdirs: installdirs-recursive
  687. installdirs-am:
  688. install: install-recursive
  689. install-exec: install-exec-recursive
  690. install-data: install-data-recursive
  691. uninstall: uninstall-recursive
  692.  
  693. install-am: all-am
  694.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  695.  
  696. installcheck: installcheck-recursive
  697. install-strip:
  698.         if test -z '$(STRIP)'; then \
  699.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  700.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  701.               install; \
  702.         else \
  703.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  704.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  705.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  706.         fi
  707. mostlyclean-generic:
  708.  
  709. clean-generic:
  710.  
  711. distclean-generic:
  712.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  713.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  714.  
  715. maintainer-clean-generic:
  716.         @echo "This command is intended for maintainers to use"
  717.         @echo "it deletes files that may require special tools to rebuild."
  718. clean: clean-recursive
  719.  
  720. clean-am: clean-generic clean-libtool mostlyclean-am
  721.  
  722. distclean: distclean-recursive
  723.         -rm -f Makefile
  724. distclean-am: clean-am distclean-generic distclean-tags
  725.  
  726. dvi: dvi-recursive
  727.  
  728. dvi-am:
  729.  
  730. html: html-recursive
  731.  
  732. html-am:
  733.  
  734. info: info-recursive
  735.  
  736. info-am:
  737.  
  738. install-data-am:
  739.  
  740. install-dvi: install-dvi-recursive
  741.  
  742. install-dvi-am:
  743.  
  744. install-exec-am:
  745.  
  746. install-html: install-html-recursive
  747.  
  748. install-html-am:
  749.  
  750. install-info: install-info-recursive
  751.  
  752. install-info-am:
  753.  
  754. install-man:
  755.  
  756. install-pdf: install-pdf-recursive
  757.  
  758. install-pdf-am:
  759.  
  760. install-ps: install-ps-recursive
  761.  
  762. install-ps-am:
  763.  
  764. installcheck-am:
  765.  
  766. maintainer-clean: maintainer-clean-recursive
  767.         -rm -f Makefile
  768. maintainer-clean-am: distclean-am maintainer-clean-generic
  769.  
  770. mostlyclean: mostlyclean-recursive
  771.  
  772. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  773.  
  774. pdf: pdf-recursive
  775.  
  776. pdf-am:
  777.  
  778. ps: ps-recursive
  779.  
  780. ps-am:
  781.  
  782. uninstall-am:
  783.  
  784. .MAKE: $(am__recursive_targets) install-am install-strip
  785.  
  786. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  787.         check-am clean clean-generic clean-libtool cscopelist-am ctags \
  788.         ctags-am distclean distclean-generic distclean-libtool \
  789.         distclean-tags distdir dvi dvi-am html html-am info info-am \
  790.         install install-am install-data install-data-am install-dvi \
  791.         install-dvi-am install-exec install-exec-am install-html \
  792.         install-html-am install-info install-info-am install-man \
  793.         install-pdf install-pdf-am install-ps install-ps-am \
  794.         install-strip installcheck installcheck-am installdirs \
  795.         installdirs-am maintainer-clean maintainer-clean-generic \
  796.         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  797.         ps ps-am tags tags-am uninstall uninstall-am
  798.  
  799.  
  800. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  801. # Otherwise a system limit (for SysV at least) may be exceeded.
  802. .NOEXPORT:
  803.