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