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