Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. # Makefile.in generated by automake 1.14 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  5.  
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15. @SET_MAKE@
  16.  
  17. # Copyright © 2012 Intel Corporation
  18. #
  19. # Permission is hereby granted, free of charge, to any person obtaining a
  20. # copy of this software and associated documentation files (the "Software"),
  21. # to deal in the Software without restriction, including without limitation
  22. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  23. # and/or sell copies of the Software, and to permit persons to whom the
  24. # Software is furnished to do so, subject to the following conditions:
  25. #
  26. # The above copyright notice and this permission notice (including the next
  27. # paragraph) shall be included in all copies or substantial portions of the
  28. # Software.
  29. #
  30. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  31. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  32. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  33. # NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  34. # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  35. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  36. # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  37. # DEALINGS IN THE SOFTWARE.
  38.  
  39. VPATH = @srcdir@
  40. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  41. am__make_running_with_option = \
  42.   case $${target_option-} in \
  43.       ?) ;; \
  44.       *) echo "am__make_running_with_option: internal error: invalid" \
  45.               "target option '$${target_option-}' specified" >&2; \
  46.          exit 1;; \
  47.   esac; \
  48.   has_opt=no; \
  49.   sane_makeflags=$$MAKEFLAGS; \
  50.   if $(am__is_gnu_make); then \
  51.     sane_makeflags=$$MFLAGS; \
  52.   else \
  53.     case $$MAKEFLAGS in \
  54.       *\\[\ \   ]*) \
  55.         bs=\\; \
  56.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  57.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  58.     esac; \
  59.   fi; \
  60.   skip_next=no; \
  61.   strip_trailopt () \
  62.   { \
  63.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  64.   }; \
  65.   for flg in $$sane_makeflags; do \
  66.     test $$skip_next = yes && { skip_next=no; continue; }; \
  67.     case $$flg in \
  68.       *=*|--*) continue;; \
  69.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  70.       -*I?*) strip_trailopt 'I';; \
  71.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  72.       -*O?*) strip_trailopt 'O';; \
  73.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  74.       -*l?*) strip_trailopt 'l';; \
  75.       -[dEDm]) skip_next=yes;; \
  76.       -[JT]) skip_next=yes;; \
  77.     esac; \
  78.     case $$flg in \
  79.       *$$target_option*) has_opt=yes; break;; \
  80.     esac; \
  81.   done; \
  82.   test $$has_opt = yes
  83. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  84. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  85. pkgdatadir = $(datadir)/@PACKAGE@
  86. pkgincludedir = $(includedir)/@PACKAGE@
  87. pkglibdir = $(libdir)/@PACKAGE@
  88. pkglibexecdir = $(libexecdir)/@PACKAGE@
  89. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  90. install_sh_DATA = $(install_sh) -c -m 644
  91. install_sh_PROGRAM = $(install_sh) -c
  92. install_sh_SCRIPT = $(install_sh) -c
  93. INSTALL_HEADER = $(INSTALL_DATA)
  94. transform = $(program_transform_name)
  95. NORMAL_INSTALL = :
  96. PRE_INSTALL = :
  97. POST_INSTALL = :
  98. NORMAL_UNINSTALL = :
  99. PRE_UNINSTALL = :
  100. POST_UNINSTALL = :
  101. build_triplet = @build@
  102. host_triplet = @host@
  103. target_triplet = @target@
  104. DIST_COMMON = $(top_srcdir)/src/gallium/Automake.inc \
  105.         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  106.         $(top_srcdir)/bin/depcomp
  107. @HAVE_MESA_LLVM_TRUE@am__append_1 = $(LLVM_LDFLAGS)
  108. @HAVE_MESA_LLVM_TRUE@am__append_2 = $(LLVM_LIBS)
  109. subdir = src/gallium/targets/vdpau-radeonsi
  110. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  111. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_bison.m4 \
  112.         $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
  113.         $(top_srcdir)/m4/ax_prog_cxx_for_build.m4 \
  114.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  115.         $(top_srcdir)/m4/ax_pthread.m4 \
  116.         $(top_srcdir)/m4/ax_python_module.m4 \
  117.         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  118.         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  119.         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  120. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  121.         $(ACLOCAL_M4)
  122. mkinstalldirs = $(install_sh) -d
  123. CONFIG_CLEAN_FILES =
  124. CONFIG_CLEAN_VPATH_FILES =
  125. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  126. am__vpath_adj = case $$p in \
  127.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  128.     *) f=$$p;; \
  129.   esac;
  130. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  131. am__install_max = 40
  132. am__nobase_strip_setup = \
  133.   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  134. am__nobase_strip = \
  135.   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  136. am__nobase_list = $(am__nobase_strip_setup); \
  137.   for p in $$list; do echo "$$p $$p"; done | \
  138.   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  139.   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  140.     if (++n[$$2] == $(am__install_max)) \
  141.       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  142.     END { for (dir in files) print dir, files[dir] }'
  143. am__base_list = \
  144.   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  145.   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  146. am__uninstall_files_from_dir = { \
  147.   test -z "$$files" \
  148.     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  149.     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  150.          $(am__cd) "$$dir" && rm -f $$files; }; \
  151.   }
  152. am__installdirs = "$(DESTDIR)$(vdpaudir)"
  153. LTLIBRARIES = $(vdpau_LTLIBRARIES)
  154. am__DEPENDENCIES_1 =
  155. @HAVE_MESA_LLVM_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
  156. libvdpau_radeonsi_la_DEPENDENCIES =  \
  157.         $(top_builddir)/src/gallium/auxiliary/libgallium.la \
  158.         $(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
  159.         $(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \
  160.         $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
  161.         $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
  162.         $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
  163.         $(top_builddir)/src/gallium/drivers/noop/libnoop.la \
  164.         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  165.         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  166.         $(am__DEPENDENCIES_2)
  167. am_libvdpau_radeonsi_la_OBJECTS = target.lo vl_winsys_dri.lo
  168. libvdpau_radeonsi_la_OBJECTS = $(am_libvdpau_radeonsi_la_OBJECTS)
  169. AM_V_lt = $(am__v_lt_@AM_V@)
  170. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  171. am__v_lt_0 = --silent
  172. am__v_lt_1 =
  173. libvdpau_radeonsi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
  174.         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
  175.         $(AM_CXXFLAGS) $(CXXFLAGS) $(libvdpau_radeonsi_la_LDFLAGS) \
  176.         $(LDFLAGS) -o $@
  177. AM_V_P = $(am__v_P_@AM_V@)
  178. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  179. am__v_P_0 = false
  180. am__v_P_1 = :
  181. AM_V_GEN = $(am__v_GEN_@AM_V@)
  182. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  183. am__v_GEN_0 = @echo "  GEN     " $@;
  184. am__v_GEN_1 =
  185. AM_V_at = $(am__v_at_@AM_V@)
  186. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  187. am__v_at_0 = @
  188. am__v_at_1 =
  189. DEFAULT_INCLUDES = -I.@am__isrc@
  190. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  191. am__depfiles_maybe = depfiles
  192. am__mv = mv -f
  193. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  194.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  195. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  196.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  197.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  198.         $(AM_CFLAGS) $(CFLAGS)
  199. AM_V_CC = $(am__v_CC_@AM_V@)
  200. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  201. am__v_CC_0 = @echo "  CC      " $@;
  202. am__v_CC_1 =
  203. CCLD = $(CC)
  204. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  205.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  206.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  207. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  208. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  209. am__v_CCLD_0 = @echo "  CCLD    " $@;
  210. am__v_CCLD_1 =
  211. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  212.         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  213. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  214.         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  215.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  216.         $(AM_CXXFLAGS) $(CXXFLAGS)
  217. AM_V_CXX = $(am__v_CXX_@AM_V@)
  218. am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
  219. am__v_CXX_0 = @echo "  CXX     " $@;
  220. am__v_CXX_1 =
  221. CXXLD = $(CXX)
  222. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  223.         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  224.         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  225. AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
  226. am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
  227. am__v_CXXLD_0 = @echo "  CXXLD   " $@;
  228. am__v_CXXLD_1 =
  229. SOURCES = $(libvdpau_radeonsi_la_SOURCES) \
  230.         $(nodist_EXTRA_libvdpau_radeonsi_la_SOURCES)
  231. DIST_SOURCES = $(libvdpau_radeonsi_la_SOURCES)
  232. am__can_run_installinfo = \
  233.   case $$AM_UPDATE_INFO_DIR in \
  234.     n|no|NO) false;; \
  235.     *) (install-info --version) >/dev/null 2>&1;; \
  236.   esac
  237. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  238. # Read a list of newline-separated strings from the standard input,
  239. # and print each of them once, without duplicates.  Input order is
  240. # *not* preserved.
  241. am__uniquify_input = $(AWK) '\
  242.   BEGIN { nonempty = 0; } \
  243.   { items[$$0] = 1; nonempty = 1; } \
  244.   END { if (nonempty) { for (i in items) print i; }; } \
  245. '
  246. # Make sure the list of sources is unique.  This is necessary because,
  247. # e.g., the same source file might be shared among _SOURCES variables
  248. # for different programs/libraries.
  249. am__define_uniq_tagged_files = \
  250.   list='$(am__tagged_files)'; \
  251.   unique=`for i in $$list; do \
  252.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  253.   done | $(am__uniquify_input)`
  254. ETAGS = etags
  255. CTAGS = ctags
  256. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  257. ACLOCAL = @ACLOCAL@
  258. AMTAR = @AMTAR@
  259. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  260. AR = @AR@
  261. AUTOCONF = @AUTOCONF@
  262. AUTOHEADER = @AUTOHEADER@
  263. AUTOMAKE = @AUTOMAKE@
  264. AWK = @AWK@
  265. BUILD_EXEEXT = @BUILD_EXEEXT@
  266. BUILD_OBJEXT = @BUILD_OBJEXT@
  267. CC = @CC@
  268. CCAS = @CCAS@
  269. CCASDEPMODE = @CCASDEPMODE@
  270. CCASFLAGS = @CCASFLAGS@
  271. CCDEPMODE = @CCDEPMODE@
  272. CC_FOR_BUILD = @CC_FOR_BUILD@
  273. CFLAGS = @CFLAGS@
  274. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  275. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  276. CLOCK_LIB = @CLOCK_LIB@
  277. CPP = @CPP@
  278. CPPFLAGS = @CPPFLAGS@
  279. CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
  280. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  281. CXX = @CXX@
  282. CXXCPP = @CXXCPP@
  283. CXXCPPFLAGS_FOR_BUILD = @CXXCPPFLAGS_FOR_BUILD@
  284. CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@
  285. CXXDEPMODE = @CXXDEPMODE@
  286. CXXFLAGS = @CXXFLAGS@
  287. CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
  288. CXX_FOR_BUILD = @CXX_FOR_BUILD@
  289. CYGPATH_W = @CYGPATH_W@
  290. DEFINES = @DEFINES@
  291. DEFINES_FOR_BUILD = @DEFINES_FOR_BUILD@
  292. DEFS = @DEFS@
  293. DEPDIR = @DEPDIR@
  294. DLLTOOL = @DLLTOOL@
  295. DLOPEN_LIBS = @DLOPEN_LIBS@
  296. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  297. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  298. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  299. DRIGL_LIBS = @DRIGL_LIBS@
  300. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  301. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  302. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  303. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  304. DSYMUTIL = @DSYMUTIL@
  305. DUMPBIN = @DUMPBIN@
  306. ECHO_C = @ECHO_C@
  307. ECHO_N = @ECHO_N@
  308. ECHO_T = @ECHO_T@
  309. EGL_CFLAGS = @EGL_CFLAGS@
  310. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  311. EGL_DRIVER_INSTALL_DIR = @EGL_DRIVER_INSTALL_DIR@
  312. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  313. EGL_LIB_GLOB = @EGL_LIB_GLOB@
  314. EGL_LIB_NAME = @EGL_LIB_NAME@
  315. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  316. EGL_PLATFORMS = @EGL_PLATFORMS@
  317. EGREP = @EGREP@
  318. ELF_LIB = @ELF_LIB@
  319. EXEEXT = @EXEEXT@
  320. EXPAT_INCLUDES = @EXPAT_INCLUDES@
  321. FGREP = @FGREP@
  322. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  323. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  324. GALLIUM_DRI_LIB_DEPS = @GALLIUM_DRI_LIB_DEPS@
  325. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  326. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  327. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  328. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  329. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  330. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  331. GLAPI_LIB_GLOB = @GLAPI_LIB_GLOB@
  332. GLAPI_LIB_NAME = @GLAPI_LIB_NAME@
  333. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  334. GLESv1_CM_LIB_GLOB = @GLESv1_CM_LIB_GLOB@
  335. GLESv1_CM_LIB_NAME = @GLESv1_CM_LIB_NAME@
  336. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  337. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  338. GLESv2_LIB_GLOB = @GLESv2_LIB_GLOB@
  339. GLESv2_LIB_NAME = @GLESv2_LIB_NAME@
  340. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  341. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  342. GLPROTO_LIBS = @GLPROTO_LIBS@
  343. GLX_TLS = @GLX_TLS@
  344. GL_LIB = @GL_LIB@
  345. GL_LIB_DEPS = @GL_LIB_DEPS@
  346. GL_LIB_GLOB = @GL_LIB_GLOB@
  347. GL_LIB_NAME = @GL_LIB_NAME@
  348. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  349. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  350. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  351. GREP = @GREP@
  352. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  353. INDENT = @INDENT@
  354. INDENT_FLAGS = @INDENT_FLAGS@
  355. INSTALL = @INSTALL@
  356. INSTALL_DATA = @INSTALL_DATA@
  357. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  358. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  359. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  360. INTEL_CFLAGS = @INTEL_CFLAGS@
  361. INTEL_LIBS = @INTEL_LIBS@
  362. LD = @LD@
  363. LDFLAGS = @LDFLAGS@
  364. LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
  365. LEX = @LEX@
  366. LEXLIB = @LEXLIB@
  367. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  368. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  369. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  370. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  371. LIBDRM_LIBS = @LIBDRM_LIBS@
  372. LIBDRM_XORG_CFLAGS = @LIBDRM_XORG_CFLAGS@
  373. LIBDRM_XORG_LIBS = @LIBDRM_XORG_LIBS@
  374. LIBKMS_XORG_CFLAGS = @LIBKMS_XORG_CFLAGS@
  375. LIBKMS_XORG_LIBS = @LIBKMS_XORG_LIBS@
  376. LIBOBJS = @LIBOBJS@
  377. LIBS = @LIBS@
  378. LIBTOOL = @LIBTOOL@
  379. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  380. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  381. LIB_DIR = @LIB_DIR@
  382. LIPO = @LIPO@
  383. LLVM_BINDIR = @LLVM_BINDIR@
  384. LLVM_CFLAGS = @LLVM_CFLAGS@
  385. LLVM_CONFIG = @LLVM_CONFIG@
  386. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  387. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  388. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  389. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  390. LLVM_LIBDIR = @LLVM_LIBDIR@
  391. LLVM_LIBS = @LLVM_LIBS@
  392. LLVM_VERSION = @LLVM_VERSION@
  393. LN_S = @LN_S@
  394. LTLIBOBJS = @LTLIBOBJS@
  395. MAKE = @MAKE@
  396. MAKEINFO = @MAKEINFO@
  397. MANIFEST_TOOL = @MANIFEST_TOOL@
  398. MESA_LLVM = @MESA_LLVM@
  399. MKDIR_P = @MKDIR_P@
  400. NM = @NM@
  401. NMEDIT = @NMEDIT@
  402. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  403. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  404. OBJDUMP = @OBJDUMP@
  405. OBJEXT = @OBJEXT@
  406. OPENCL_LIB_INSTALL_DIR = @OPENCL_LIB_INSTALL_DIR@
  407. OSMESA_LIB = @OSMESA_LIB@
  408. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  409. OSMESA_LIB_NAME = @OSMESA_LIB_NAME@
  410. OSMESA_MESA_DEPS = @OSMESA_MESA_DEPS@
  411. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  412. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  413. OSMESA_VERSION = @OSMESA_VERSION@
  414. OTOOL = @OTOOL@
  415. OTOOL64 = @OTOOL64@
  416. PACKAGE = @PACKAGE@
  417. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  418. PACKAGE_NAME = @PACKAGE_NAME@
  419. PACKAGE_STRING = @PACKAGE_STRING@
  420. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  421. PACKAGE_URL = @PACKAGE_URL@
  422. PACKAGE_VERSION = @PACKAGE_VERSION@
  423. PATH_SEPARATOR = @PATH_SEPARATOR@
  424. PERL = @PERL@
  425. PKG_CONFIG = @PKG_CONFIG@
  426. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  427. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  428. POSIX_SHELL = @POSIX_SHELL@
  429. PTHREAD_CC = @PTHREAD_CC@
  430. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  431. PTHREAD_LIBS = @PTHREAD_LIBS@
  432. PYTHON2 = @PYTHON2@
  433. RADEON_CFLAGS = @RADEON_CFLAGS@
  434. RADEON_LIBS = @RADEON_LIBS@
  435. RANLIB = @RANLIB@
  436. SED = @SED@
  437. SELINUX_LIBS = @SELINUX_LIBS@
  438. SET_MAKE = @SET_MAKE@
  439. SHELL = @SHELL@
  440. STRIP = @STRIP@
  441. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  442. VDPAU_LIBS = @VDPAU_LIBS@
  443. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  444. VDPAU_MAJOR = @VDPAU_MAJOR@
  445. VDPAU_MINOR = @VDPAU_MINOR@
  446. VERSION = @VERSION@
  447. VG_LIB_DEPS = @VG_LIB_DEPS@
  448. VG_LIB_GLOB = @VG_LIB_GLOB@
  449. VG_LIB_NAME = @VG_LIB_NAME@
  450. VG_PC_LIB_PRIV = @VG_PC_LIB_PRIV@
  451. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  452. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  453. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  454. WAYLAND_LIBS = @WAYLAND_LIBS@
  455. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  456. X11_INCLUDES = @X11_INCLUDES@
  457. XA_MAJOR = @XA_MAJOR@
  458. XA_MINOR = @XA_MINOR@
  459. XA_TINY = @XA_TINY@
  460. XA_VERSION = @XA_VERSION@
  461. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  462. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  463. XEXT_CFLAGS = @XEXT_CFLAGS@
  464. XEXT_LIBS = @XEXT_LIBS@
  465. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  466. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  467. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  468. XLIBGL_LIBS = @XLIBGL_LIBS@
  469. XORG_CFLAGS = @XORG_CFLAGS@
  470. XORG_DRIVER_INSTALL_DIR = @XORG_DRIVER_INSTALL_DIR@
  471. XORG_LIBS = @XORG_LIBS@
  472. XVMC_CFLAGS = @XVMC_CFLAGS@
  473. XVMC_LIBS = @XVMC_LIBS@
  474. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  475. XVMC_MAJOR = @XVMC_MAJOR@
  476. XVMC_MINOR = @XVMC_MINOR@
  477. YACC = @YACC@
  478. YFLAGS = @YFLAGS@
  479. abs_builddir = @abs_builddir@
  480. abs_srcdir = @abs_srcdir@
  481. abs_top_builddir = @abs_top_builddir@
  482. abs_top_srcdir = @abs_top_srcdir@
  483. ac_ct_AR = @ac_ct_AR@
  484. ac_ct_CC = @ac_ct_CC@
  485. ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
  486. ac_ct_CXX = @ac_ct_CXX@
  487. ac_ct_CXX_FOR_BUILD = @ac_ct_CXX_FOR_BUILD@
  488. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  489. am__include = @am__include@
  490. am__leading_dot = @am__leading_dot@
  491. am__quote = @am__quote@
  492. am__tar = @am__tar@
  493. am__untar = @am__untar@
  494. ax_pthread_config = @ax_pthread_config@
  495. bindir = @bindir@
  496. build = @build@
  497. build_alias = @build_alias@
  498. build_cpu = @build_cpu@
  499. build_os = @build_os@
  500. build_vendor = @build_vendor@
  501. builddir = @builddir@
  502. datadir = @datadir@
  503. datarootdir = @datarootdir@
  504. docdir = @docdir@
  505. dvidir = @dvidir@
  506. exec_prefix = @exec_prefix@
  507. host = @host@
  508. host_alias = @host_alias@
  509. host_cpu = @host_cpu@
  510. host_os = @host_os@
  511. host_vendor = @host_vendor@
  512. htmldir = @htmldir@
  513. includedir = @includedir@
  514. infodir = @infodir@
  515. install_sh = @install_sh@
  516. libdir = @libdir@
  517. libexecdir = @libexecdir@
  518. localedir = @localedir@
  519. localstatedir = @localstatedir@
  520. mandir = @mandir@
  521. mkdir_p = @mkdir_p@
  522. oldincludedir = @oldincludedir@
  523. pdfdir = @pdfdir@
  524. prefix = @prefix@
  525. program_transform_name = @program_transform_name@
  526. psdir = @psdir@
  527. sbindir = @sbindir@
  528. sharedstatedir = @sharedstatedir@
  529. srcdir = @srcdir@
  530. sysconfdir = @sysconfdir@
  531. target = @target@
  532. target_alias = @target_alias@
  533. target_cpu = @target_cpu@
  534. target_os = @target_os@
  535. target_vendor = @target_vendor@
  536. top_build_prefix = @top_build_prefix@
  537. top_builddir = @top_builddir@
  538. top_srcdir = @top_srcdir@
  539. GALLIUM_CFLAGS = \
  540.         -I$(top_srcdir)/include \
  541.         -I$(top_srcdir)/src/gallium/include \
  542.         -I$(top_srcdir)/src/gallium/auxiliary \
  543.         $(DEFINES)
  544.  
  545. AM_CFLAGS = \
  546.         $(GALLIUM_CFLAGS) \
  547.         $(PTHREAD_CFLAGS) \
  548.         $(LIBDRM_CFLAGS)
  549.  
  550. AM_CPPFLAGS = \
  551.         -I$(top_srcdir)/src/gallium/drivers \
  552.         -I$(top_srcdir)/src/gallium/winsys
  553.  
  554. vdpaudir = $(VDPAU_LIB_INSTALL_DIR)
  555. vdpau_LTLIBRARIES = libvdpau_radeonsi.la
  556. nodist_EXTRA_libvdpau_radeonsi_la_SOURCES = dummy.cpp
  557. libvdpau_radeonsi_la_SOURCES = \
  558.         target.c \
  559.         $(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c
  560.  
  561. libvdpau_radeonsi_la_LDFLAGS = -module -version-number \
  562.         $(VDPAU_MAJOR):$(VDPAU_MINOR) -shared -no-undefined \
  563.         $(am__append_1)
  564. libvdpau_radeonsi_la_LIBADD =  \
  565.         $(top_builddir)/src/gallium/auxiliary/libgallium.la \
  566.         $(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
  567.         $(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \
  568.         $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
  569.         $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
  570.         $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
  571.         $(top_builddir)/src/gallium/drivers/noop/libnoop.la \
  572.         $(GALLIUM_DRI_LIB_DEPS) $(VDPAU_LIBS) $(LIBDRM_LIBS) \
  573.         $(RADEON_LIBS) $(am__append_2)
  574. all: all-am
  575.  
  576. .SUFFIXES:
  577. .SUFFIXES: .c .cpp .lo .o .obj
  578. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/src/gallium/Automake.inc $(am__configure_deps)
  579.         @for dep in $?; do \
  580.           case '$(am__configure_deps)' in \
  581.             *$$dep*) \
  582.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  583.                 && { if test -f $@; then exit 0; else break; fi; }; \
  584.               exit 1;; \
  585.           esac; \
  586.         done; \
  587.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gallium/targets/vdpau-radeonsi/Makefile'; \
  588.         $(am__cd) $(top_srcdir) && \
  589.           $(AUTOMAKE) --foreign src/gallium/targets/vdpau-radeonsi/Makefile
  590. .PRECIOUS: Makefile
  591. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  592.         @case '$?' in \
  593.           *config.status*) \
  594.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  595.           *) \
  596.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  597.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  598.         esac;
  599. $(top_srcdir)/src/gallium/Automake.inc:
  600.  
  601. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  602.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  603.  
  604. $(top_srcdir)/configure:  $(am__configure_deps)
  605.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  606. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  607.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  608. $(am__aclocal_m4_deps):
  609.  
  610. install-vdpauLTLIBRARIES: $(vdpau_LTLIBRARIES)
  611.         @$(NORMAL_INSTALL)
  612.         @list='$(vdpau_LTLIBRARIES)'; test -n "$(vdpaudir)" || list=; \
  613.         list2=; for p in $$list; do \
  614.           if test -f $$p; then \
  615.             list2="$$list2 $$p"; \
  616.           else :; fi; \
  617.         done; \
  618.         test -z "$$list2" || { \
  619.           echo " $(MKDIR_P) '$(DESTDIR)$(vdpaudir)'"; \
  620.           $(MKDIR_P) "$(DESTDIR)$(vdpaudir)" || exit 1; \
  621.           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(vdpaudir)'"; \
  622.           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(vdpaudir)"; \
  623.         }
  624.  
  625. uninstall-vdpauLTLIBRARIES:
  626.         @$(NORMAL_UNINSTALL)
  627.         @list='$(vdpau_LTLIBRARIES)'; test -n "$(vdpaudir)" || list=; \
  628.         for p in $$list; do \
  629.           $(am__strip_dir) \
  630.           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(vdpaudir)/$$f'"; \
  631.           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(vdpaudir)/$$f"; \
  632.         done
  633.  
  634. clean-vdpauLTLIBRARIES:
  635.         -test -z "$(vdpau_LTLIBRARIES)" || rm -f $(vdpau_LTLIBRARIES)
  636.         @list='$(vdpau_LTLIBRARIES)'; \
  637.         locs=`for p in $$list; do echo $$p; done | \
  638.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  639.               sort -u`; \
  640.         test -z "$$locs" || { \
  641.           echo rm -f $${locs}; \
  642.           rm -f $${locs}; \
  643.         }
  644.  
  645. libvdpau_radeonsi.la: $(libvdpau_radeonsi_la_OBJECTS) $(libvdpau_radeonsi_la_DEPENDENCIES) $(EXTRA_libvdpau_radeonsi_la_DEPENDENCIES)
  646.         $(AM_V_CXXLD)$(libvdpau_radeonsi_la_LINK) -rpath $(vdpaudir) $(libvdpau_radeonsi_la_OBJECTS) $(libvdpau_radeonsi_la_LIBADD) $(LIBS)
  647.  
  648. mostlyclean-compile:
  649.         -rm -f *.$(OBJEXT)
  650.  
  651. distclean-compile:
  652.         -rm -f *.tab.c
  653.  
  654. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
  655. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target.Plo@am__quote@
  656. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vl_winsys_dri.Plo@am__quote@
  657.  
  658. .c.o:
  659. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  660. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  661. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  662. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  663. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  664.  
  665. .c.obj:
  666. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  667. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  668. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  669. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  670. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  671.  
  672. .c.lo:
  673. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  674. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  675. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  676. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  677. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  678.  
  679. vl_winsys_dri.lo: $(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c
  680. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vl_winsys_dri.lo -MD -MP -MF $(DEPDIR)/vl_winsys_dri.Tpo -c -o vl_winsys_dri.lo `test -f '$(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c' || echo '$(srcdir)/'`$(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c
  681. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/vl_winsys_dri.Tpo $(DEPDIR)/vl_winsys_dri.Plo
  682. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c' object='vl_winsys_dri.lo' libtool=yes @AMDEPBACKSLASH@
  683. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  684. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vl_winsys_dri.lo `test -f '$(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c' || echo '$(srcdir)/'`$(top_srcdir)/src/gallium/auxiliary/vl/vl_winsys_dri.c
  685.  
  686. .cpp.o:
  687. @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  688. @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  689. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  690. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  691. @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
  692.  
  693. .cpp.obj:
  694. @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  695. @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  696. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  697. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  698. @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  699.  
  700. .cpp.lo:
  701. @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  702. @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  703. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  704. @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  705. @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
  706.  
  707. mostlyclean-libtool:
  708.         -rm -f *.lo
  709.  
  710. clean-libtool:
  711.         -rm -rf .libs _libs
  712.  
  713. ID: $(am__tagged_files)
  714.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  715. tags: tags-am
  716. TAGS: tags
  717.  
  718. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  719.         set x; \
  720.         here=`pwd`; \
  721.         $(am__define_uniq_tagged_files); \
  722.         shift; \
  723.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  724.           test -n "$$unique" || unique=$$empty_fix; \
  725.           if test $$# -gt 0; then \
  726.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  727.               "$$@" $$unique; \
  728.           else \
  729.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  730.               $$unique; \
  731.           fi; \
  732.         fi
  733. ctags: ctags-am
  734.  
  735. CTAGS: ctags
  736. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  737.         $(am__define_uniq_tagged_files); \
  738.         test -z "$(CTAGS_ARGS)$$unique" \
  739.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  740.              $$unique
  741.  
  742. GTAGS:
  743.         here=`$(am__cd) $(top_builddir) && pwd` \
  744.           && $(am__cd) $(top_srcdir) \
  745.           && gtags -i $(GTAGS_ARGS) "$$here"
  746. cscopelist: cscopelist-am
  747.  
  748. cscopelist-am: $(am__tagged_files)
  749.         list='$(am__tagged_files)'; \
  750.         case "$(srcdir)" in \
  751.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  752.           *) sdir=$(subdir)/$(srcdir) ;; \
  753.         esac; \
  754.         for i in $$list; do \
  755.           if test -f "$$i"; then \
  756.             echo "$(subdir)/$$i"; \
  757.           else \
  758.             echo "$$sdir/$$i"; \
  759.           fi; \
  760.         done >> $(top_builddir)/cscope.files
  761.  
  762. distclean-tags:
  763.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  764.  
  765. distdir: $(DISTFILES)
  766.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  767.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  768.         list='$(DISTFILES)'; \
  769.           dist_files=`for file in $$list; do echo $$file; done | \
  770.           sed -e "s|^$$srcdirstrip/||;t" \
  771.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  772.         case $$dist_files in \
  773.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  774.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  775.                            sort -u` ;; \
  776.         esac; \
  777.         for file in $$dist_files; do \
  778.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  779.           if test -d $$d/$$file; then \
  780.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  781.             if test -d "$(distdir)/$$file"; then \
  782.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  783.             fi; \
  784.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  785.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  786.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  787.             fi; \
  788.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  789.           else \
  790.             test -f "$(distdir)/$$file" \
  791.             || cp -p $$d/$$file "$(distdir)/$$file" \
  792.             || exit 1; \
  793.           fi; \
  794.         done
  795. check-am: all-am
  796. check: check-am
  797. all-am: Makefile $(LTLIBRARIES) all-local
  798. installdirs:
  799.         for dir in "$(DESTDIR)$(vdpaudir)"; do \
  800.           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  801.         done
  802. install: install-am
  803. install-exec: install-exec-am
  804. install-data: install-data-am
  805. uninstall: uninstall-am
  806.  
  807. install-am: all-am
  808.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  809.  
  810. installcheck: installcheck-am
  811. install-strip:
  812.         if test -z '$(STRIP)'; then \
  813.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  814.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  815.               install; \
  816.         else \
  817.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  818.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  819.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  820.         fi
  821. mostlyclean-generic:
  822.  
  823. clean-generic:
  824.  
  825. distclean-generic:
  826.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  827.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  828.  
  829. maintainer-clean-generic:
  830.         @echo "This command is intended for maintainers to use"
  831.         @echo "it deletes files that may require special tools to rebuild."
  832. clean: clean-am
  833.  
  834. clean-am: clean-generic clean-libtool clean-vdpauLTLIBRARIES \
  835.         mostlyclean-am
  836.  
  837. distclean: distclean-am
  838.         -rm -rf ./$(DEPDIR)
  839.         -rm -f Makefile
  840. distclean-am: clean-am distclean-compile distclean-generic \
  841.         distclean-tags
  842.  
  843. dvi: dvi-am
  844.  
  845. dvi-am:
  846.  
  847. html: html-am
  848.  
  849. html-am:
  850.  
  851. info: info-am
  852.  
  853. info-am:
  854.  
  855. install-data-am: install-vdpauLTLIBRARIES
  856.  
  857. install-dvi: install-dvi-am
  858.  
  859. install-dvi-am:
  860.  
  861. install-exec-am:
  862.  
  863. install-html: install-html-am
  864.  
  865. install-html-am:
  866.  
  867. install-info: install-info-am
  868.  
  869. install-info-am:
  870.  
  871. install-man:
  872.  
  873. install-pdf: install-pdf-am
  874.  
  875. install-pdf-am:
  876.  
  877. install-ps: install-ps-am
  878.  
  879. install-ps-am:
  880.  
  881. installcheck-am:
  882.  
  883. maintainer-clean: maintainer-clean-am
  884.         -rm -rf ./$(DEPDIR)
  885.         -rm -f Makefile
  886. maintainer-clean-am: distclean-am maintainer-clean-generic
  887.  
  888. mostlyclean: mostlyclean-am
  889.  
  890. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  891.         mostlyclean-libtool
  892.  
  893. pdf: pdf-am
  894.  
  895. pdf-am:
  896.  
  897. ps: ps-am
  898.  
  899. ps-am:
  900.  
  901. uninstall-am: uninstall-vdpauLTLIBRARIES
  902.  
  903. .MAKE: install-am install-strip
  904.  
  905. .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
  906.         clean-generic clean-libtool clean-vdpauLTLIBRARIES \
  907.         cscopelist-am ctags ctags-am distclean distclean-compile \
  908.         distclean-generic distclean-libtool distclean-tags distdir dvi \
  909.         dvi-am html html-am info info-am install install-am \
  910.         install-data install-data-am install-dvi install-dvi-am \
  911.         install-exec install-exec-am install-html install-html-am \
  912.         install-info install-info-am install-man install-pdf \
  913.         install-pdf-am install-ps install-ps-am install-strip \
  914.         install-vdpauLTLIBRARIES installcheck installcheck-am \
  915.         installdirs maintainer-clean maintainer-clean-generic \
  916.         mostlyclean mostlyclean-compile mostlyclean-generic \
  917.         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  918.         uninstall-am uninstall-vdpauLTLIBRARIES
  919.  
  920.  
  921. # Provide compatibility with scripts for the old Mesa build system for
  922. # a while by putting a link to the driver into /lib of the build tree.
  923. all-local: libvdpau_radeonsi.la
  924.         $(MKDIR_P) $(top_builddir)/$(LIB_DIR)/gallium
  925.         ln -f .libs/libvdpau_radeonsi.so* $(top_builddir)/$(LIB_DIR)/gallium/
  926.  
  927. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  928. # Otherwise a system limit (for SysV at least) may be exceeded.
  929. .NOEXPORT:
  930.