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