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, EXPRESS OR
  31. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  32. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  33. # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  34. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  35. # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  36. # IN THE SOFTWARE.
  37.  
  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. subdir = src/mesa/drivers/dri/common
  105. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  106.         $(top_srcdir)/bin/depcomp
  107. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  108. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_bison.m4 \
  109.         $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
  110.         $(top_srcdir)/m4/ax_prog_cxx_for_build.m4 \
  111.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  112.         $(top_srcdir)/m4/ax_pthread.m4 \
  113.         $(top_srcdir)/m4/ax_python_module.m4 \
  114.         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  115.         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  116.         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  117. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  118.         $(ACLOCAL_M4)
  119. mkinstalldirs = $(install_sh) -d
  120. CONFIG_CLEAN_FILES =
  121. CONFIG_CLEAN_VPATH_FILES =
  122. LTLIBRARIES = $(noinst_LTLIBRARIES)
  123. libdri_test_stubs_la_LIBADD =
  124. am_libdri_test_stubs_la_OBJECTS = libdri_test_stubs_la-dri_test.lo
  125. libdri_test_stubs_la_OBJECTS = $(am_libdri_test_stubs_la_OBJECTS)
  126. AM_V_lt = $(am__v_lt_@AM_V@)
  127. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  128. am__v_lt_0 = --silent
  129. am__v_lt_1 =
  130. libdri_test_stubs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  131.         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  132.         $(libdri_test_stubs_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  133.         $(LDFLAGS) -o $@
  134. libdricommon_la_LIBADD =
  135. am_libdricommon_la_OBJECTS = utils.lo dri_util.lo xmlconfig.lo
  136. libdricommon_la_OBJECTS = $(am_libdricommon_la_OBJECTS)
  137. AM_V_P = $(am__v_P_@AM_V@)
  138. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  139. am__v_P_0 = false
  140. am__v_P_1 = :
  141. AM_V_GEN = $(am__v_GEN_@AM_V@)
  142. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  143. am__v_GEN_0 = @echo "  GEN     " $@;
  144. am__v_GEN_1 =
  145. AM_V_at = $(am__v_at_@AM_V@)
  146. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  147. am__v_at_0 = @
  148. am__v_at_1 =
  149. DEFAULT_INCLUDES = -I.@am__isrc@
  150. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  151. am__depfiles_maybe = depfiles
  152. am__mv = mv -f
  153. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  154.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  155. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  156.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  157.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  158.         $(AM_CFLAGS) $(CFLAGS)
  159. AM_V_CC = $(am__v_CC_@AM_V@)
  160. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  161. am__v_CC_0 = @echo "  CC      " $@;
  162. am__v_CC_1 =
  163. CCLD = $(CC)
  164. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  165.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  166.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  167. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  168. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  169. am__v_CCLD_0 = @echo "  CCLD    " $@;
  170. am__v_CCLD_1 =
  171. SOURCES = $(libdri_test_stubs_la_SOURCES) $(libdricommon_la_SOURCES)
  172. DIST_SOURCES = $(libdri_test_stubs_la_SOURCES) \
  173.         $(libdricommon_la_SOURCES)
  174. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  175.         ctags-recursive dvi-recursive html-recursive info-recursive \
  176.         install-data-recursive install-dvi-recursive \
  177.         install-exec-recursive install-html-recursive \
  178.         install-info-recursive install-pdf-recursive \
  179.         install-ps-recursive install-recursive installcheck-recursive \
  180.         installdirs-recursive pdf-recursive ps-recursive \
  181.         tags-recursive uninstall-recursive
  182. am__can_run_installinfo = \
  183.   case $$AM_UPDATE_INFO_DIR in \
  184.     n|no|NO) false;; \
  185.     *) (install-info --version) >/dev/null 2>&1;; \
  186.   esac
  187. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  188. am__vpath_adj = case $$p in \
  189.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  190.     *) f=$$p;; \
  191.   esac;
  192. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  193. am__install_max = 40
  194. am__nobase_strip_setup = \
  195.   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  196. am__nobase_strip = \
  197.   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  198. am__nobase_list = $(am__nobase_strip_setup); \
  199.   for p in $$list; do echo "$$p $$p"; done | \
  200.   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  201.   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  202.     if (++n[$$2] == $(am__install_max)) \
  203.       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  204.     END { for (dir in files) print dir, files[dir] }'
  205. am__base_list = \
  206.   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  207.   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  208. am__uninstall_files_from_dir = { \
  209.   test -z "$$files" \
  210.     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  211.     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  212.          $(am__cd) "$$dir" && rm -f $$files; }; \
  213.   }
  214. am__installdirs = "$(DESTDIR)$(sysconfdir)"
  215. DATA = $(sysconf_DATA)
  216. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  217.   distclean-recursive maintainer-clean-recursive
  218. am__recursive_targets = \
  219.   $(RECURSIVE_TARGETS) \
  220.   $(RECURSIVE_CLEAN_TARGETS) \
  221.   $(am__extra_recursive_targets)
  222. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  223.         distdir
  224. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  225. # Read a list of newline-separated strings from the standard input,
  226. # and print each of them once, without duplicates.  Input order is
  227. # *not* preserved.
  228. am__uniquify_input = $(AWK) '\
  229.   BEGIN { nonempty = 0; } \
  230.   { items[$$0] = 1; nonempty = 1; } \
  231.   END { if (nonempty) { for (i in items) print i; }; } \
  232. '
  233. # Make sure the list of sources is unique.  This is necessary because,
  234. # e.g., the same source file might be shared among _SOURCES variables
  235. # for different programs/libraries.
  236. am__define_uniq_tagged_files = \
  237.   list='$(am__tagged_files)'; \
  238.   unique=`for i in $$list; do \
  239.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  240.   done | $(am__uniquify_input)`
  241. ETAGS = etags
  242. CTAGS = ctags
  243. DIST_SUBDIRS = $(SUBDIRS)
  244. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  245. am__relativize = \
  246.   dir0=`pwd`; \
  247.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  248.   sed_rest='s,^[^/]*/*,,'; \
  249.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  250.   sed_butlast='s,/*[^/]*$$,,'; \
  251.   while test -n "$$dir1"; do \
  252.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  253.     if test "$$first" != "."; then \
  254.       if test "$$first" = ".."; then \
  255.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  256.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  257.       else \
  258.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  259.         if test "$$first2" = "$$first"; then \
  260.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  261.         else \
  262.           dir2="../$$dir2"; \
  263.         fi; \
  264.         dir0="$$dir0"/"$$first"; \
  265.       fi; \
  266.     fi; \
  267.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  268.   done; \
  269.   reldir="$$dir2"
  270. ACLOCAL = @ACLOCAL@
  271. AMTAR = @AMTAR@
  272. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  273. AR = @AR@
  274. AUTOCONF = @AUTOCONF@
  275. AUTOHEADER = @AUTOHEADER@
  276. AUTOMAKE = @AUTOMAKE@
  277. AWK = @AWK@
  278. BUILD_EXEEXT = @BUILD_EXEEXT@
  279. BUILD_OBJEXT = @BUILD_OBJEXT@
  280. CC = @CC@
  281. CCAS = @CCAS@
  282. CCASDEPMODE = @CCASDEPMODE@
  283. CCASFLAGS = @CCASFLAGS@
  284. CCDEPMODE = @CCDEPMODE@
  285. CC_FOR_BUILD = @CC_FOR_BUILD@
  286. CFLAGS = @CFLAGS@
  287. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  288. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  289. CLOCK_LIB = @CLOCK_LIB@
  290. CPP = @CPP@
  291. CPPFLAGS = @CPPFLAGS@
  292. CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
  293. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  294. CXX = @CXX@
  295. CXXCPP = @CXXCPP@
  296. CXXCPPFLAGS_FOR_BUILD = @CXXCPPFLAGS_FOR_BUILD@
  297. CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@
  298. CXXDEPMODE = @CXXDEPMODE@
  299. CXXFLAGS = @CXXFLAGS@
  300. CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
  301. CXX_FOR_BUILD = @CXX_FOR_BUILD@
  302. CYGPATH_W = @CYGPATH_W@
  303. DEFINES = @DEFINES@
  304. DEFINES_FOR_BUILD = @DEFINES_FOR_BUILD@
  305. DEFS = @DEFS@
  306. DEPDIR = @DEPDIR@
  307. DLLTOOL = @DLLTOOL@
  308. DLOPEN_LIBS = @DLOPEN_LIBS@
  309. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  310. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  311. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  312. DRIGL_LIBS = @DRIGL_LIBS@
  313. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  314. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  315. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  316. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  317. DSYMUTIL = @DSYMUTIL@
  318. DUMPBIN = @DUMPBIN@
  319. ECHO_C = @ECHO_C@
  320. ECHO_N = @ECHO_N@
  321. ECHO_T = @ECHO_T@
  322. EGL_CFLAGS = @EGL_CFLAGS@
  323. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  324. EGL_DRIVER_INSTALL_DIR = @EGL_DRIVER_INSTALL_DIR@
  325. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  326. EGL_LIB_GLOB = @EGL_LIB_GLOB@
  327. EGL_LIB_NAME = @EGL_LIB_NAME@
  328. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  329. EGL_PLATFORMS = @EGL_PLATFORMS@
  330. EGREP = @EGREP@
  331. ELF_LIB = @ELF_LIB@
  332. EXEEXT = @EXEEXT@
  333. EXPAT_INCLUDES = @EXPAT_INCLUDES@
  334. FGREP = @FGREP@
  335. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  336. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  337. GALLIUM_DRI_LIB_DEPS = @GALLIUM_DRI_LIB_DEPS@
  338. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  339. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  340. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  341. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  342. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  343. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  344. GLAPI_LIB_GLOB = @GLAPI_LIB_GLOB@
  345. GLAPI_LIB_NAME = @GLAPI_LIB_NAME@
  346. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  347. GLESv1_CM_LIB_GLOB = @GLESv1_CM_LIB_GLOB@
  348. GLESv1_CM_LIB_NAME = @GLESv1_CM_LIB_NAME@
  349. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  350. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  351. GLESv2_LIB_GLOB = @GLESv2_LIB_GLOB@
  352. GLESv2_LIB_NAME = @GLESv2_LIB_NAME@
  353. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  354. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  355. GLPROTO_LIBS = @GLPROTO_LIBS@
  356. GLX_TLS = @GLX_TLS@
  357. GL_LIB = @GL_LIB@
  358. GL_LIB_DEPS = @GL_LIB_DEPS@
  359. GL_LIB_GLOB = @GL_LIB_GLOB@
  360. GL_LIB_NAME = @GL_LIB_NAME@
  361. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  362. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  363. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  364. GREP = @GREP@
  365. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  366. INDENT = @INDENT@
  367. INDENT_FLAGS = @INDENT_FLAGS@
  368. INSTALL = @INSTALL@
  369. INSTALL_DATA = @INSTALL_DATA@
  370. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  371. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  372. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  373. INTEL_CFLAGS = @INTEL_CFLAGS@
  374. INTEL_LIBS = @INTEL_LIBS@
  375. LD = @LD@
  376. LDFLAGS = @LDFLAGS@
  377. LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
  378. LEX = @LEX@
  379. LEXLIB = @LEXLIB@
  380. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  381. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  382. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  383. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  384. LIBDRM_LIBS = @LIBDRM_LIBS@
  385. LIBDRM_XORG_CFLAGS = @LIBDRM_XORG_CFLAGS@
  386. LIBDRM_XORG_LIBS = @LIBDRM_XORG_LIBS@
  387. LIBKMS_XORG_CFLAGS = @LIBKMS_XORG_CFLAGS@
  388. LIBKMS_XORG_LIBS = @LIBKMS_XORG_LIBS@
  389. LIBOBJS = @LIBOBJS@
  390. LIBS = @LIBS@
  391. LIBTOOL = @LIBTOOL@
  392. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  393. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  394. LIB_DIR = @LIB_DIR@
  395. LIPO = @LIPO@
  396. LLVM_BINDIR = @LLVM_BINDIR@
  397. LLVM_CFLAGS = @LLVM_CFLAGS@
  398. LLVM_CONFIG = @LLVM_CONFIG@
  399. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  400. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  401. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  402. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  403. LLVM_LIBDIR = @LLVM_LIBDIR@
  404. LLVM_LIBS = @LLVM_LIBS@
  405. LLVM_VERSION = @LLVM_VERSION@
  406. LN_S = @LN_S@
  407. LTLIBOBJS = @LTLIBOBJS@
  408. MAKE = @MAKE@
  409. MAKEINFO = @MAKEINFO@
  410. MANIFEST_TOOL = @MANIFEST_TOOL@
  411. MESA_LLVM = @MESA_LLVM@
  412. MKDIR_P = @MKDIR_P@
  413. NM = @NM@
  414. NMEDIT = @NMEDIT@
  415. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  416. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  417. OBJDUMP = @OBJDUMP@
  418. OBJEXT = @OBJEXT@
  419. OPENCL_LIB_INSTALL_DIR = @OPENCL_LIB_INSTALL_DIR@
  420. OSMESA_LIB = @OSMESA_LIB@
  421. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  422. OSMESA_LIB_NAME = @OSMESA_LIB_NAME@
  423. OSMESA_MESA_DEPS = @OSMESA_MESA_DEPS@
  424. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  425. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  426. OSMESA_VERSION = @OSMESA_VERSION@
  427. OTOOL = @OTOOL@
  428. OTOOL64 = @OTOOL64@
  429. PACKAGE = @PACKAGE@
  430. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  431. PACKAGE_NAME = @PACKAGE_NAME@
  432. PACKAGE_STRING = @PACKAGE_STRING@
  433. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  434. PACKAGE_URL = @PACKAGE_URL@
  435. PACKAGE_VERSION = @PACKAGE_VERSION@
  436. PATH_SEPARATOR = @PATH_SEPARATOR@
  437. PERL = @PERL@
  438. PKG_CONFIG = @PKG_CONFIG@
  439. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  440. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  441. POSIX_SHELL = @POSIX_SHELL@
  442. PTHREAD_CC = @PTHREAD_CC@
  443. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  444. PTHREAD_LIBS = @PTHREAD_LIBS@
  445. PYTHON2 = @PYTHON2@
  446. RADEON_CFLAGS = @RADEON_CFLAGS@
  447. RADEON_LIBS = @RADEON_LIBS@
  448. RANLIB = @RANLIB@
  449. SED = @SED@
  450. SELINUX_LIBS = @SELINUX_LIBS@
  451. SET_MAKE = @SET_MAKE@
  452. SHELL = @SHELL@
  453. STRIP = @STRIP@
  454. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  455. VDPAU_LIBS = @VDPAU_LIBS@
  456. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  457. VDPAU_MAJOR = @VDPAU_MAJOR@
  458. VDPAU_MINOR = @VDPAU_MINOR@
  459. VERSION = @VERSION@
  460. VG_LIB_DEPS = @VG_LIB_DEPS@
  461. VG_LIB_GLOB = @VG_LIB_GLOB@
  462. VG_LIB_NAME = @VG_LIB_NAME@
  463. VG_PC_LIB_PRIV = @VG_PC_LIB_PRIV@
  464. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  465. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  466. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  467. WAYLAND_LIBS = @WAYLAND_LIBS@
  468. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  469. X11_INCLUDES = @X11_INCLUDES@
  470. XA_MAJOR = @XA_MAJOR@
  471. XA_MINOR = @XA_MINOR@
  472. XA_TINY = @XA_TINY@
  473. XA_VERSION = @XA_VERSION@
  474. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  475. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  476. XEXT_CFLAGS = @XEXT_CFLAGS@
  477. XEXT_LIBS = @XEXT_LIBS@
  478. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  479. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  480. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  481. XLIBGL_LIBS = @XLIBGL_LIBS@
  482. XORG_CFLAGS = @XORG_CFLAGS@
  483. XORG_DRIVER_INSTALL_DIR = @XORG_DRIVER_INSTALL_DIR@
  484. XORG_LIBS = @XORG_LIBS@
  485. XVMC_CFLAGS = @XVMC_CFLAGS@
  486. XVMC_LIBS = @XVMC_LIBS@
  487. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  488. XVMC_MAJOR = @XVMC_MAJOR@
  489. XVMC_MINOR = @XVMC_MINOR@
  490. YACC = @YACC@
  491. YFLAGS = @YFLAGS@
  492. abs_builddir = @abs_builddir@
  493. abs_srcdir = @abs_srcdir@
  494. abs_top_builddir = @abs_top_builddir@
  495. abs_top_srcdir = @abs_top_srcdir@
  496. ac_ct_AR = @ac_ct_AR@
  497. ac_ct_CC = @ac_ct_CC@
  498. ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
  499. ac_ct_CXX = @ac_ct_CXX@
  500. ac_ct_CXX_FOR_BUILD = @ac_ct_CXX_FOR_BUILD@
  501. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  502. am__include = @am__include@
  503. am__leading_dot = @am__leading_dot@
  504. am__quote = @am__quote@
  505. am__tar = @am__tar@
  506. am__untar = @am__untar@
  507. ax_pthread_config = @ax_pthread_config@
  508. bindir = @bindir@
  509. build = @build@
  510. build_alias = @build_alias@
  511. build_cpu = @build_cpu@
  512. build_os = @build_os@
  513. build_vendor = @build_vendor@
  514. builddir = @builddir@
  515. datadir = @datadir@
  516. datarootdir = @datarootdir@
  517. docdir = @docdir@
  518. dvidir = @dvidir@
  519. exec_prefix = @exec_prefix@
  520. host = @host@
  521. host_alias = @host_alias@
  522. host_cpu = @host_cpu@
  523. host_os = @host_os@
  524. host_vendor = @host_vendor@
  525. htmldir = @htmldir@
  526. includedir = @includedir@
  527. infodir = @infodir@
  528. install_sh = @install_sh@
  529. libdir = @libdir@
  530. libexecdir = @libexecdir@
  531. localedir = @localedir@
  532. localstatedir = @localstatedir@
  533. mandir = @mandir@
  534. mkdir_p = @mkdir_p@
  535. oldincludedir = @oldincludedir@
  536. pdfdir = @pdfdir@
  537. prefix = @prefix@
  538. program_transform_name = @program_transform_name@
  539. psdir = @psdir@
  540. sbindir = @sbindir@
  541. sharedstatedir = @sharedstatedir@
  542. srcdir = @srcdir@
  543. sysconfdir = @sysconfdir@
  544. target = @target@
  545. target_alias = @target_alias@
  546. target_cpu = @target_cpu@
  547. target_os = @target_os@
  548. target_vendor = @target_vendor@
  549. top_build_prefix = @top_build_prefix@
  550. top_builddir = @top_builddir@
  551. top_srcdir = @top_srcdir@
  552. SUBDIRS = xmlpool
  553. AM_CFLAGS = \
  554.         -I$(top_srcdir)/include \
  555.         -I$(top_srcdir)/src/ \
  556.         -I$(top_srcdir)/src/mapi \
  557.         -I$(top_srcdir)/src/mesa/ \
  558.         $(DEFINES) \
  559.         $(LIBDRM_CFLAGS) \
  560.         $(VISIBILITY_CFLAGS)
  561.  
  562. noinst_LTLIBRARIES = \
  563.         libdricommon.la \
  564.         libdri_test_stubs.la
  565.  
  566. libdricommon_la_SOURCES = \
  567.         utils.c \
  568.         dri_util.c \
  569.         xmlconfig.c
  570.  
  571. libdri_test_stubs_la_SOURCES = \
  572.         dri_test.c
  573.  
  574. libdri_test_stubs_la_CFLAGS = $(AM_CFLAGS) -DNO_MAIN
  575. sysconf_DATA = drirc
  576. all: all-recursive
  577.  
  578. .SUFFIXES:
  579. .SUFFIXES: .c .lo .o .obj
  580. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  581.         @for dep in $?; do \
  582.           case '$(am__configure_deps)' in \
  583.             *$$dep*) \
  584.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  585.                 && { if test -f $@; then exit 0; else break; fi; }; \
  586.               exit 1;; \
  587.           esac; \
  588.         done; \
  589.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mesa/drivers/dri/common/Makefile'; \
  590.         $(am__cd) $(top_srcdir) && \
  591.           $(AUTOMAKE) --foreign src/mesa/drivers/dri/common/Makefile
  592. .PRECIOUS: Makefile
  593. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  594.         @case '$?' in \
  595.           *config.status*) \
  596.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  597.           *) \
  598.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  599.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  600.         esac;
  601.  
  602. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  603.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  604.  
  605. $(top_srcdir)/configure:  $(am__configure_deps)
  606.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  607. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  608.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  609. $(am__aclocal_m4_deps):
  610.  
  611. clean-noinstLTLIBRARIES:
  612.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  613.         @list='$(noinst_LTLIBRARIES)'; \
  614.         locs=`for p in $$list; do echo $$p; done | \
  615.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  616.               sort -u`; \
  617.         test -z "$$locs" || { \
  618.           echo rm -f $${locs}; \
  619.           rm -f $${locs}; \
  620.         }
  621.  
  622. libdri_test_stubs.la: $(libdri_test_stubs_la_OBJECTS) $(libdri_test_stubs_la_DEPENDENCIES) $(EXTRA_libdri_test_stubs_la_DEPENDENCIES)
  623.         $(AM_V_CCLD)$(libdri_test_stubs_la_LINK)  $(libdri_test_stubs_la_OBJECTS) $(libdri_test_stubs_la_LIBADD) $(LIBS)
  624.  
  625. libdricommon.la: $(libdricommon_la_OBJECTS) $(libdricommon_la_DEPENDENCIES) $(EXTRA_libdricommon_la_DEPENDENCIES)
  626.         $(AM_V_CCLD)$(LINK)  $(libdricommon_la_OBJECTS) $(libdricommon_la_LIBADD) $(LIBS)
  627.  
  628. mostlyclean-compile:
  629.         -rm -f *.$(OBJEXT)
  630.  
  631. distclean-compile:
  632.         -rm -f *.tab.c
  633.  
  634. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri_util.Plo@am__quote@
  635. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdri_test_stubs_la-dri_test.Plo@am__quote@
  636. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
  637. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlconfig.Plo@am__quote@
  638.  
  639. .c.o:
  640. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  641. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  642. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  643. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  644. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  645.  
  646. .c.obj:
  647. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  648. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  649. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  650. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  651. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  652.  
  653. .c.lo:
  654. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  655. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  656. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  657. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  658. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  659.  
  660. libdri_test_stubs_la-dri_test.lo: dri_test.c
  661. @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) $(libdri_test_stubs_la_CFLAGS) $(CFLAGS) -MT libdri_test_stubs_la-dri_test.lo -MD -MP -MF $(DEPDIR)/libdri_test_stubs_la-dri_test.Tpo -c -o libdri_test_stubs_la-dri_test.lo `test -f 'dri_test.c' || echo '$(srcdir)/'`dri_test.c
  662. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libdri_test_stubs_la-dri_test.Tpo $(DEPDIR)/libdri_test_stubs_la-dri_test.Plo
  663. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='dri_test.c' object='libdri_test_stubs_la-dri_test.lo' libtool=yes @AMDEPBACKSLASH@
  664. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  665. @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) $(libdri_test_stubs_la_CFLAGS) $(CFLAGS) -c -o libdri_test_stubs_la-dri_test.lo `test -f 'dri_test.c' || echo '$(srcdir)/'`dri_test.c
  666.  
  667. mostlyclean-libtool:
  668.         -rm -f *.lo
  669.  
  670. clean-libtool:
  671.         -rm -rf .libs _libs
  672. install-sysconfDATA: $(sysconf_DATA)
  673.         @$(NORMAL_INSTALL)
  674.         @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
  675.         if test -n "$$list"; then \
  676.           echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
  677.           $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
  678.         fi; \
  679.         for p in $$list; do \
  680.           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  681.           echo "$$d$$p"; \
  682.         done | $(am__base_list) | \
  683.         while read files; do \
  684.           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
  685.           $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
  686.         done
  687.  
  688. uninstall-sysconfDATA:
  689.         @$(NORMAL_UNINSTALL)
  690.         @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
  691.         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  692.         dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
  693.  
  694. # This directory's subdirectories are mostly independent; you can cd
  695. # into them and run 'make' without going through this Makefile.
  696. # To change the values of 'make' variables: instead of editing Makefiles,
  697. # (1) if the variable is set in 'config.status', edit 'config.status'
  698. #     (which will cause the Makefiles to be regenerated when you run 'make');
  699. # (2) otherwise, pass the desired values on the 'make' command line.
  700. $(am__recursive_targets):
  701.         @fail=; \
  702.         if $(am__make_keepgoing); then \
  703.           failcom='fail=yes'; \
  704.         else \
  705.           failcom='exit 1'; \
  706.         fi; \
  707.         dot_seen=no; \
  708.         target=`echo $@ | sed s/-recursive//`; \
  709.         case "$@" in \
  710.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  711.           *) list='$(SUBDIRS)' ;; \
  712.         esac; \
  713.         for subdir in $$list; do \
  714.           echo "Making $$target in $$subdir"; \
  715.           if test "$$subdir" = "."; then \
  716.             dot_seen=yes; \
  717.             local_target="$$target-am"; \
  718.           else \
  719.             local_target="$$target"; \
  720.           fi; \
  721.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  722.           || eval $$failcom; \
  723.         done; \
  724.         if test "$$dot_seen" = "no"; then \
  725.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  726.         fi; test -z "$$fail"
  727.  
  728. ID: $(am__tagged_files)
  729.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  730. tags: tags-recursive
  731. TAGS: tags
  732.  
  733. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  734.         set x; \
  735.         here=`pwd`; \
  736.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  737.           include_option=--etags-include; \
  738.           empty_fix=.; \
  739.         else \
  740.           include_option=--include; \
  741.           empty_fix=; \
  742.         fi; \
  743.         list='$(SUBDIRS)'; for subdir in $$list; do \
  744.           if test "$$subdir" = .; then :; else \
  745.             test ! -f $$subdir/TAGS || \
  746.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  747.           fi; \
  748.         done; \
  749.         $(am__define_uniq_tagged_files); \
  750.         shift; \
  751.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  752.           test -n "$$unique" || unique=$$empty_fix; \
  753.           if test $$# -gt 0; then \
  754.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  755.               "$$@" $$unique; \
  756.           else \
  757.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  758.               $$unique; \
  759.           fi; \
  760.         fi
  761. ctags: ctags-recursive
  762.  
  763. CTAGS: ctags
  764. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  765.         $(am__define_uniq_tagged_files); \
  766.         test -z "$(CTAGS_ARGS)$$unique" \
  767.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  768.              $$unique
  769.  
  770. GTAGS:
  771.         here=`$(am__cd) $(top_builddir) && pwd` \
  772.           && $(am__cd) $(top_srcdir) \
  773.           && gtags -i $(GTAGS_ARGS) "$$here"
  774. cscopelist: cscopelist-recursive
  775.  
  776. cscopelist-am: $(am__tagged_files)
  777.         list='$(am__tagged_files)'; \
  778.         case "$(srcdir)" in \
  779.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  780.           *) sdir=$(subdir)/$(srcdir) ;; \
  781.         esac; \
  782.         for i in $$list; do \
  783.           if test -f "$$i"; then \
  784.             echo "$(subdir)/$$i"; \
  785.           else \
  786.             echo "$$sdir/$$i"; \
  787.           fi; \
  788.         done >> $(top_builddir)/cscope.files
  789.  
  790. distclean-tags:
  791.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  792.  
  793. distdir: $(DISTFILES)
  794.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  795.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  796.         list='$(DISTFILES)'; \
  797.           dist_files=`for file in $$list; do echo $$file; done | \
  798.           sed -e "s|^$$srcdirstrip/||;t" \
  799.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  800.         case $$dist_files in \
  801.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  802.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  803.                            sort -u` ;; \
  804.         esac; \
  805.         for file in $$dist_files; do \
  806.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  807.           if test -d $$d/$$file; then \
  808.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  809.             if test -d "$(distdir)/$$file"; then \
  810.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  811.             fi; \
  812.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  813.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  814.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  815.             fi; \
  816.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  817.           else \
  818.             test -f "$(distdir)/$$file" \
  819.             || cp -p $$d/$$file "$(distdir)/$$file" \
  820.             || exit 1; \
  821.           fi; \
  822.         done
  823.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  824.           if test "$$subdir" = .; then :; else \
  825.             $(am__make_dryrun) \
  826.               || test -d "$(distdir)/$$subdir" \
  827.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  828.               || exit 1; \
  829.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  830.             $(am__relativize); \
  831.             new_distdir=$$reldir; \
  832.             dir1=$$subdir; dir2="$(top_distdir)"; \
  833.             $(am__relativize); \
  834.             new_top_distdir=$$reldir; \
  835.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  836.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  837.             ($(am__cd) $$subdir && \
  838.               $(MAKE) $(AM_MAKEFLAGS) \
  839.                 top_distdir="$$new_top_distdir" \
  840.                 distdir="$$new_distdir" \
  841.                 am__remove_distdir=: \
  842.                 am__skip_length_check=: \
  843.                 am__skip_mode_fix=: \
  844.                 distdir) \
  845.               || exit 1; \
  846.           fi; \
  847.         done
  848. check-am: all-am
  849. check: check-recursive
  850. all-am: Makefile $(LTLIBRARIES) $(DATA)
  851. installdirs: installdirs-recursive
  852. installdirs-am:
  853.         for dir in "$(DESTDIR)$(sysconfdir)"; do \
  854.           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  855.         done
  856. install: install-recursive
  857. install-exec: install-exec-recursive
  858. install-data: install-data-recursive
  859. uninstall: uninstall-recursive
  860.  
  861. install-am: all-am
  862.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  863.  
  864. installcheck: installcheck-recursive
  865. install-strip:
  866.         if test -z '$(STRIP)'; then \
  867.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  868.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  869.               install; \
  870.         else \
  871.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  872.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  873.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  874.         fi
  875. mostlyclean-generic:
  876.  
  877. clean-generic:
  878.  
  879. distclean-generic:
  880.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  881.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  882.  
  883. maintainer-clean-generic:
  884.         @echo "This command is intended for maintainers to use"
  885.         @echo "it deletes files that may require special tools to rebuild."
  886. clean: clean-recursive
  887.  
  888. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  889.         mostlyclean-am
  890.  
  891. distclean: distclean-recursive
  892.         -rm -rf ./$(DEPDIR)
  893.         -rm -f Makefile
  894. distclean-am: clean-am distclean-compile distclean-generic \
  895.         distclean-tags
  896.  
  897. dvi: dvi-recursive
  898.  
  899. dvi-am:
  900.  
  901. html: html-recursive
  902.  
  903. html-am:
  904.  
  905. info: info-recursive
  906.  
  907. info-am:
  908.  
  909. install-data-am:
  910.  
  911. install-dvi: install-dvi-recursive
  912.  
  913. install-dvi-am:
  914.  
  915. install-exec-am: install-sysconfDATA
  916.  
  917. install-html: install-html-recursive
  918.  
  919. install-html-am:
  920.  
  921. install-info: install-info-recursive
  922.  
  923. install-info-am:
  924.  
  925. install-man:
  926.  
  927. install-pdf: install-pdf-recursive
  928.  
  929. install-pdf-am:
  930.  
  931. install-ps: install-ps-recursive
  932.  
  933. install-ps-am:
  934.  
  935. installcheck-am:
  936.  
  937. maintainer-clean: maintainer-clean-recursive
  938.         -rm -rf ./$(DEPDIR)
  939.         -rm -f Makefile
  940. maintainer-clean-am: distclean-am maintainer-clean-generic
  941.  
  942. mostlyclean: mostlyclean-recursive
  943.  
  944. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  945.         mostlyclean-libtool
  946.  
  947. pdf: pdf-recursive
  948.  
  949. pdf-am:
  950.  
  951. ps: ps-recursive
  952.  
  953. ps-am:
  954.  
  955. uninstall-am: uninstall-sysconfDATA
  956.  
  957. .MAKE: $(am__recursive_targets) install-am install-strip
  958.  
  959. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  960.         check-am clean clean-generic clean-libtool \
  961.         clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
  962.         distclean-compile distclean-generic distclean-libtool \
  963.         distclean-tags distdir dvi dvi-am html html-am info info-am \
  964.         install install-am install-data install-data-am install-dvi \
  965.         install-dvi-am install-exec install-exec-am install-html \
  966.         install-html-am install-info install-info-am install-man \
  967.         install-pdf install-pdf-am install-ps install-ps-am \
  968.         install-strip install-sysconfDATA installcheck installcheck-am \
  969.         installdirs installdirs-am maintainer-clean \
  970.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  971.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  972.         tags tags-am uninstall uninstall-am uninstall-sysconfDATA
  973.  
  974.  
  975. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  976. # Otherwise a system limit (for SysV at least) may be exceeded.
  977. .NOEXPORT:
  978.