Subversion Repositories Kolibri OS

Rev

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