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