Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

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