Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. # Makefile.in generated by automake 1.14.1 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 (c) 2007 Intel Corporation. All Rights Reserved.
  18. #
  19. # Permission is hereby granted, free of charge, to any person obtaining a
  20. # copy of this software and associated documentation files (the
  21. # "Software"), to deal in the Software without restriction, including
  22. # without limitation the rights to use, copy, modify, merge, publish,
  23. # distribute, sub license, and/or sell copies of the Software, and to
  24. # permit persons to whom the Software is furnished to do so, subject to
  25. # the following conditions:
  26. #
  27. # The above copyright notice and this permission notice (including the
  28. # next paragraph) shall be included in all copies or substantial portions
  29. # of the Software.
  30. #
  31. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  32. # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  33. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  34. # IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  35. # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  36. # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  37. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  38. VPATH = @srcdir@
  39. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  40. am__make_running_with_option = \
  41.   case $${target_option-} in \
  42.       ?) ;; \
  43.       *) echo "am__make_running_with_option: internal error: invalid" \
  44.               "target option '$${target_option-}' specified" >&2; \
  45.          exit 1;; \
  46.   esac; \
  47.   has_opt=no; \
  48.   sane_makeflags=$$MAKEFLAGS; \
  49.   if $(am__is_gnu_make); then \
  50.     sane_makeflags=$$MFLAGS; \
  51.   else \
  52.     case $$MAKEFLAGS in \
  53.       *\\[\ \   ]*) \
  54.         bs=\\; \
  55.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  56.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  57.     esac; \
  58.   fi; \
  59.   skip_next=no; \
  60.   strip_trailopt () \
  61.   { \
  62.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  63.   }; \
  64.   for flg in $$sane_makeflags; do \
  65.     test $$skip_next = yes && { skip_next=no; continue; }; \
  66.     case $$flg in \
  67.       *=*|--*) continue;; \
  68.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  69.       -*I?*) strip_trailopt 'I';; \
  70.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  71.       -*O?*) strip_trailopt 'O';; \
  72.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  73.       -*l?*) strip_trailopt 'l';; \
  74.       -[dEDm]) skip_next=yes;; \
  75.       -[JT]) skip_next=yes;; \
  76.     esac; \
  77.     case $$flg in \
  78.       *$$target_option*) has_opt=yes; break;; \
  79.     esac; \
  80.   done; \
  81.   test $$has_opt = yes
  82. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  83. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  84. pkgdatadir = $(datadir)/@PACKAGE@
  85. pkgincludedir = $(includedir)/@PACKAGE@
  86. pkglibdir = $(libdir)/@PACKAGE@
  87. pkglibexecdir = $(libexecdir)/@PACKAGE@
  88. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  89. install_sh_DATA = $(install_sh) -c -m 644
  90. install_sh_PROGRAM = $(install_sh) -c
  91. install_sh_SCRIPT = $(install_sh) -c
  92. INSTALL_HEADER = $(INSTALL_DATA)
  93. transform = $(program_transform_name)
  94. NORMAL_INSTALL = :
  95. PRE_INSTALL = :
  96. POST_INSTALL = :
  97. NORMAL_UNINSTALL = :
  98. PRE_UNINSTALL = :
  99. POST_UNINSTALL = :
  100. build_triplet = @build@
  101. host_triplet = @host@
  102. subdir = .
  103. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  104.         $(top_srcdir)/configure $(am__configure_deps) \
  105.         $(srcdir)/config.h.in COPYING NEWS compile config.guess \
  106.         config.sub depcomp install-sh missing ltmain.sh
  107. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  108. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  109. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  110.         $(ACLOCAL_M4)
  111. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  112.  configure.lineno config.status.lineno
  113. mkinstalldirs = $(install_sh) -d
  114. CONFIG_HEADER = config.h
  115. CONFIG_CLEAN_FILES =
  116. CONFIG_CLEAN_VPATH_FILES =
  117. AM_V_P = $(am__v_P_@AM_V@)
  118. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  119. am__v_P_0 = false
  120. am__v_P_1 = :
  121. AM_V_GEN = $(am__v_GEN_@AM_V@)
  122. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  123. am__v_GEN_0 = @echo "  GEN     " $@;
  124. am__v_GEN_1 =
  125. AM_V_at = $(am__v_at_@AM_V@)
  126. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  127. am__v_at_0 = @
  128. am__v_at_1 =
  129. SOURCES =
  130. DIST_SOURCES =
  131. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  132.         ctags-recursive dvi-recursive html-recursive info-recursive \
  133.         install-data-recursive install-dvi-recursive \
  134.         install-exec-recursive install-html-recursive \
  135.         install-info-recursive install-pdf-recursive \
  136.         install-ps-recursive install-recursive installcheck-recursive \
  137.         installdirs-recursive pdf-recursive ps-recursive \
  138.         tags-recursive uninstall-recursive
  139. am__can_run_installinfo = \
  140.   case $$AM_UPDATE_INFO_DIR in \
  141.     n|no|NO) false;; \
  142.     *) (install-info --version) >/dev/null 2>&1;; \
  143.   esac
  144. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  145.   distclean-recursive maintainer-clean-recursive
  146. am__recursive_targets = \
  147.   $(RECURSIVE_TARGETS) \
  148.   $(RECURSIVE_CLEAN_TARGETS) \
  149.   $(am__extra_recursive_targets)
  150. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  151.         cscope distdir dist dist-all distcheck
  152. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  153.         $(LISP)config.h.in
  154. # Read a list of newline-separated strings from the standard input,
  155. # and print each of them once, without duplicates.  Input order is
  156. # *not* preserved.
  157. am__uniquify_input = $(AWK) '\
  158.   BEGIN { nonempty = 0; } \
  159.   { items[$$0] = 1; nonempty = 1; } \
  160.   END { if (nonempty) { for (i in items) print i; }; } \
  161. '
  162. # Make sure the list of sources is unique.  This is necessary because,
  163. # e.g., the same source file might be shared among _SOURCES variables
  164. # for different programs/libraries.
  165. am__define_uniq_tagged_files = \
  166.   list='$(am__tagged_files)'; \
  167.   unique=`for i in $$list; do \
  168.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  169.   done | $(am__uniquify_input)`
  170. ETAGS = etags
  171. CTAGS = ctags
  172. CSCOPE = cscope
  173. DIST_SUBDIRS = $(SUBDIRS)
  174. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  175. distdir = $(PACKAGE)-$(VERSION)
  176. top_distdir = $(distdir)
  177. am__remove_distdir = \
  178.   if test -d "$(distdir)"; then \
  179.     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  180.       && rm -rf "$(distdir)" \
  181.       || { sleep 5 && rm -rf "$(distdir)"; }; \
  182.   else :; fi
  183. am__post_remove_distdir = $(am__remove_distdir)
  184. am__relativize = \
  185.   dir0=`pwd`; \
  186.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  187.   sed_rest='s,^[^/]*/*,,'; \
  188.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  189.   sed_butlast='s,/*[^/]*$$,,'; \
  190.   while test -n "$$dir1"; do \
  191.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  192.     if test "$$first" != "."; then \
  193.       if test "$$first" = ".."; then \
  194.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  195.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  196.       else \
  197.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  198.         if test "$$first2" = "$$first"; then \
  199.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  200.         else \
  201.           dir2="../$$dir2"; \
  202.         fi; \
  203.         dir0="$$dir0"/"$$first"; \
  204.       fi; \
  205.     fi; \
  206.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  207.   done; \
  208.   reldir="$$dir2"
  209. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  210. GZIP_ENV = --best
  211. DIST_TARGETS = dist-bzip2 dist-gzip
  212. distuninstallcheck_listfiles = find . -type f -print
  213. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  214.   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  215. distcleancheck_listfiles = find . -type f -print
  216. ACLOCAL = @ACLOCAL@
  217. AMTAR = @AMTAR@
  218. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  219. AR = @AR@
  220. AUTOCONF = @AUTOCONF@
  221. AUTOHEADER = @AUTOHEADER@
  222. AUTOMAKE = @AUTOMAKE@
  223. AWK = @AWK@
  224. CC = @CC@
  225. CCDEPMODE = @CCDEPMODE@
  226. CFLAGS = @CFLAGS@
  227. CPP = @CPP@
  228. CPPFLAGS = @CPPFLAGS@
  229. CXX = @CXX@
  230. CXXCPP = @CXXCPP@
  231. CXXDEPMODE = @CXXDEPMODE@
  232. CXXFLAGS = @CXXFLAGS@
  233. CYGPATH_W = @CYGPATH_W@
  234. DEFS = @DEFS@
  235. DEPDIR = @DEPDIR@
  236. DLLTOOL = @DLLTOOL@
  237. DOXYGEN = @DOXYGEN@
  238. DRM_CFLAGS = @DRM_CFLAGS@
  239. DRM_LIBS = @DRM_LIBS@
  240. DSYMUTIL = @DSYMUTIL@
  241. DUMPBIN = @DUMPBIN@
  242. ECHO_C = @ECHO_C@
  243. ECHO_N = @ECHO_N@
  244. ECHO_T = @ECHO_T@
  245. EGL_CFLAGS = @EGL_CFLAGS@
  246. EGL_LIBS = @EGL_LIBS@
  247. EGREP = @EGREP@
  248. EXEEXT = @EXEEXT@
  249. FGREP = @FGREP@
  250. GLX_CFLAGS = @GLX_CFLAGS@
  251. GLX_LIBS = @GLX_LIBS@
  252. GREP = @GREP@
  253. INSTALL = @INSTALL@
  254. INSTALL_DATA = @INSTALL_DATA@
  255. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  256. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  257. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  258. LD = @LD@
  259. LDFLAGS = @LDFLAGS@
  260. LIBDRM_VERSION = @LIBDRM_VERSION@
  261. LIBOBJS = @LIBOBJS@
  262. LIBS = @LIBS@
  263. LIBTOOL = @LIBTOOL@
  264. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  265. LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
  266. LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
  267. LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
  268. LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
  269. LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
  270. LIBVA_VERSION = @LIBVA_VERSION@
  271. LIPO = @LIPO@
  272. LN_S = @LN_S@
  273. LTLIBOBJS = @LTLIBOBJS@
  274. MAKEINFO = @MAKEINFO@
  275. MANIFEST_TOOL = @MANIFEST_TOOL@
  276. MKDIR_P = @MKDIR_P@
  277. NM = @NM@
  278. NMEDIT = @NMEDIT@
  279. OBJDUMP = @OBJDUMP@
  280. OBJEXT = @OBJEXT@
  281. OTOOL = @OTOOL@
  282. OTOOL64 = @OTOOL64@
  283. PACKAGE = @PACKAGE@
  284. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  285. PACKAGE_NAME = @PACKAGE_NAME@
  286. PACKAGE_STRING = @PACKAGE_STRING@
  287. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  288. PACKAGE_URL = @PACKAGE_URL@
  289. PACKAGE_VERSION = @PACKAGE_VERSION@
  290. PATH_SEPARATOR = @PATH_SEPARATOR@
  291. PKG_CONFIG = @PKG_CONFIG@
  292. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  293. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  294. RANLIB = @RANLIB@
  295. SED = @SED@
  296. SET_MAKE = @SET_MAKE@
  297. SHELL = @SHELL@
  298. STRIP = @STRIP@
  299. TODAY = @TODAY@
  300. VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
  301. VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
  302. VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
  303. VA_API_VERSION = @VA_API_VERSION@
  304. VERSION = @VERSION@
  305. WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
  306. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  307. WAYLAND_LIBS = @WAYLAND_LIBS@
  308. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  309. X11_CFLAGS = @X11_CFLAGS@
  310. X11_LIBS = @X11_LIBS@
  311. XEXT_CFLAGS = @XEXT_CFLAGS@
  312. XEXT_LIBS = @XEXT_LIBS@
  313. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  314. XFIXES_LIBS = @XFIXES_LIBS@
  315. abs_builddir = @abs_builddir@
  316. abs_srcdir = @abs_srcdir@
  317. abs_top_builddir = @abs_top_builddir@
  318. abs_top_srcdir = @abs_top_srcdir@
  319. ac_ct_AR = @ac_ct_AR@
  320. ac_ct_CC = @ac_ct_CC@
  321. ac_ct_CXX = @ac_ct_CXX@
  322. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  323. am__include = @am__include@
  324. am__leading_dot = @am__leading_dot@
  325. am__quote = @am__quote@
  326. am__tar = @am__tar@
  327. am__untar = @am__untar@
  328. bindir = @bindir@
  329. build = @build@
  330. build_alias = @build_alias@
  331. build_cpu = @build_cpu@
  332. build_os = @build_os@
  333. build_vendor = @build_vendor@
  334. builddir = @builddir@
  335. datadir = @datadir@
  336. datarootdir = @datarootdir@
  337. docdir = @docdir@
  338. dvidir = @dvidir@
  339. exec_prefix = @exec_prefix@
  340. host = @host@
  341. host_alias = @host_alias@
  342. host_cpu = @host_cpu@
  343. host_os = @host_os@
  344. host_vendor = @host_vendor@
  345. htmldir = @htmldir@
  346. includedir = @includedir@
  347. infodir = @infodir@
  348. install_sh = @install_sh@
  349. libdir = @libdir@
  350. libexecdir = @libexecdir@
  351. localedir = @localedir@
  352. localstatedir = @localstatedir@
  353. mandir = @mandir@
  354. mkdir_p = @mkdir_p@
  355. oldincludedir = @oldincludedir@
  356. pdfdir = @pdfdir@
  357. pkgconfigdir = @pkgconfigdir@
  358. prefix = @prefix@
  359. program_transform_name = @program_transform_name@
  360. psdir = @psdir@
  361. sbindir = @sbindir@
  362. sharedstatedir = @sharedstatedir@
  363. srcdir = @srcdir@
  364. sysconfdir = @sysconfdir@
  365. target_alias = @target_alias@
  366. top_build_prefix = @top_build_prefix@
  367. top_builddir = @top_builddir@
  368. top_srcdir = @top_srcdir@
  369. ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
  370. AUTOMAKE_OPTIONS = foreign
  371. SUBDIRS = va dummy_drv_video pkgconfig test debian.upstream doc
  372.  
  373. # Extra clean files so that maintainer-clean removes *everything*
  374. MAINTAINERCLEANFILES = \
  375.         aclocal.m4 compile config.guess config.sub \
  376.         configure depcomp install-sh ltmain.sh     \
  377.         Makefile.in missing
  378.  
  379. DEB_BUILDDIR = debian.build
  380. all: config.h
  381.         $(MAKE) $(AM_MAKEFLAGS) all-recursive
  382.  
  383. .SUFFIXES:
  384. am--refresh: Makefile
  385.         @:
  386. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  387.         @for dep in $?; do \
  388.           case '$(am__configure_deps)' in \
  389.             *$$dep*) \
  390.               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  391.               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  392.                 && exit 0; \
  393.               exit 1;; \
  394.           esac; \
  395.         done; \
  396.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  397.         $(am__cd) $(top_srcdir) && \
  398.           $(AUTOMAKE) --foreign Makefile
  399. .PRECIOUS: Makefile
  400. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  401.         @case '$?' in \
  402.           *config.status*) \
  403.             echo ' $(SHELL) ./config.status'; \
  404.             $(SHELL) ./config.status;; \
  405.           *) \
  406.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  407.             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  408.         esac;
  409.  
  410. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  411.         $(SHELL) ./config.status --recheck
  412.  
  413. $(top_srcdir)/configure:  $(am__configure_deps)
  414.         $(am__cd) $(srcdir) && $(AUTOCONF)
  415. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  416.         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  417. $(am__aclocal_m4_deps):
  418.  
  419. config.h: stamp-h1
  420.         @test -f $@ || rm -f stamp-h1
  421.         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  422.  
  423. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  424.         @rm -f stamp-h1
  425.         cd $(top_builddir) && $(SHELL) ./config.status config.h
  426. $(srcdir)/config.h.in:  $(am__configure_deps)
  427.         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  428.         rm -f stamp-h1
  429.         touch $@
  430.  
  431. distclean-hdr:
  432.         -rm -f config.h stamp-h1
  433.  
  434. mostlyclean-libtool:
  435.         -rm -f *.lo
  436.  
  437. clean-libtool:
  438.         -rm -rf .libs _libs
  439.  
  440. distclean-libtool:
  441.         -rm -f libtool config.lt
  442.  
  443. # This directory's subdirectories are mostly independent; you can cd
  444. # into them and run 'make' without going through this Makefile.
  445. # To change the values of 'make' variables: instead of editing Makefiles,
  446. # (1) if the variable is set in 'config.status', edit 'config.status'
  447. #     (which will cause the Makefiles to be regenerated when you run 'make');
  448. # (2) otherwise, pass the desired values on the 'make' command line.
  449. $(am__recursive_targets):
  450.         @fail=; \
  451.         if $(am__make_keepgoing); then \
  452.           failcom='fail=yes'; \
  453.         else \
  454.           failcom='exit 1'; \
  455.         fi; \
  456.         dot_seen=no; \
  457.         target=`echo $@ | sed s/-recursive//`; \
  458.         case "$@" in \
  459.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  460.           *) list='$(SUBDIRS)' ;; \
  461.         esac; \
  462.         for subdir in $$list; do \
  463.           echo "Making $$target in $$subdir"; \
  464.           if test "$$subdir" = "."; then \
  465.             dot_seen=yes; \
  466.             local_target="$$target-am"; \
  467.           else \
  468.             local_target="$$target"; \
  469.           fi; \
  470.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  471.           || eval $$failcom; \
  472.         done; \
  473.         if test "$$dot_seen" = "no"; then \
  474.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  475.         fi; test -z "$$fail"
  476.  
  477. ID: $(am__tagged_files)
  478.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  479. tags: tags-recursive
  480. TAGS: tags
  481.  
  482. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  483.         set x; \
  484.         here=`pwd`; \
  485.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  486.           include_option=--etags-include; \
  487.           empty_fix=.; \
  488.         else \
  489.           include_option=--include; \
  490.           empty_fix=; \
  491.         fi; \
  492.         list='$(SUBDIRS)'; for subdir in $$list; do \
  493.           if test "$$subdir" = .; then :; else \
  494.             test ! -f $$subdir/TAGS || \
  495.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  496.           fi; \
  497.         done; \
  498.         $(am__define_uniq_tagged_files); \
  499.         shift; \
  500.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  501.           test -n "$$unique" || unique=$$empty_fix; \
  502.           if test $$# -gt 0; then \
  503.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  504.               "$$@" $$unique; \
  505.           else \
  506.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  507.               $$unique; \
  508.           fi; \
  509.         fi
  510. ctags: ctags-recursive
  511.  
  512. CTAGS: ctags
  513. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  514.         $(am__define_uniq_tagged_files); \
  515.         test -z "$(CTAGS_ARGS)$$unique" \
  516.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  517.              $$unique
  518.  
  519. GTAGS:
  520.         here=`$(am__cd) $(top_builddir) && pwd` \
  521.           && $(am__cd) $(top_srcdir) \
  522.           && gtags -i $(GTAGS_ARGS) "$$here"
  523. cscope: cscope.files
  524.         test ! -s cscope.files \
  525.           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  526. clean-cscope:
  527.         -rm -f cscope.files
  528. cscope.files: clean-cscope cscopelist
  529. cscopelist: cscopelist-recursive
  530.  
  531. cscopelist-am: $(am__tagged_files)
  532.         list='$(am__tagged_files)'; \
  533.         case "$(srcdir)" in \
  534.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  535.           *) sdir=$(subdir)/$(srcdir) ;; \
  536.         esac; \
  537.         for i in $$list; do \
  538.           if test -f "$$i"; then \
  539.             echo "$(subdir)/$$i"; \
  540.           else \
  541.             echo "$$sdir/$$i"; \
  542.           fi; \
  543.         done >> $(top_builddir)/cscope.files
  544.  
  545. distclean-tags:
  546.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  547.         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  548.  
  549. distdir: $(DISTFILES)
  550.         $(am__remove_distdir)
  551.         test -d "$(distdir)" || mkdir "$(distdir)"
  552.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  553.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  554.         list='$(DISTFILES)'; \
  555.           dist_files=`for file in $$list; do echo $$file; done | \
  556.           sed -e "s|^$$srcdirstrip/||;t" \
  557.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  558.         case $$dist_files in \
  559.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  560.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  561.                            sort -u` ;; \
  562.         esac; \
  563.         for file in $$dist_files; do \
  564.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  565.           if test -d $$d/$$file; then \
  566.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  567.             if test -d "$(distdir)/$$file"; then \
  568.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  569.             fi; \
  570.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  571.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  572.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  573.             fi; \
  574.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  575.           else \
  576.             test -f "$(distdir)/$$file" \
  577.             || cp -p $$d/$$file "$(distdir)/$$file" \
  578.             || exit 1; \
  579.           fi; \
  580.         done
  581.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  582.           if test "$$subdir" = .; then :; else \
  583.             $(am__make_dryrun) \
  584.               || test -d "$(distdir)/$$subdir" \
  585.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  586.               || exit 1; \
  587.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  588.             $(am__relativize); \
  589.             new_distdir=$$reldir; \
  590.             dir1=$$subdir; dir2="$(top_distdir)"; \
  591.             $(am__relativize); \
  592.             new_top_distdir=$$reldir; \
  593.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  594.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  595.             ($(am__cd) $$subdir && \
  596.               $(MAKE) $(AM_MAKEFLAGS) \
  597.                 top_distdir="$$new_top_distdir" \
  598.                 distdir="$$new_distdir" \
  599.                 am__remove_distdir=: \
  600.                 am__skip_length_check=: \
  601.                 am__skip_mode_fix=: \
  602.                 distdir) \
  603.               || exit 1; \
  604.           fi; \
  605.         done
  606.         -test -n "$(am__skip_mode_fix)" \
  607.         || find "$(distdir)" -type d ! -perm -755 \
  608.                 -exec chmod u+rwx,go+rx {} \; -o \
  609.           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  610.           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  611.           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  612.         || chmod -R a+r "$(distdir)"
  613. dist-gzip: distdir
  614.         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  615.         $(am__post_remove_distdir)
  616. dist-bzip2: distdir
  617.         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  618.         $(am__post_remove_distdir)
  619.  
  620. dist-lzip: distdir
  621.         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  622.         $(am__post_remove_distdir)
  623.  
  624. dist-xz: distdir
  625.         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  626.         $(am__post_remove_distdir)
  627.  
  628. dist-tarZ: distdir
  629.         @echo WARNING: "Support for shar distribution archives is" \
  630.                        "deprecated." >&2
  631.         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  632.         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  633.         $(am__post_remove_distdir)
  634.  
  635. dist-shar: distdir
  636.         @echo WARNING: "Support for distribution archives compressed with" \
  637.                        "legacy program 'compress' is deprecated." >&2
  638.         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  639.         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  640.         $(am__post_remove_distdir)
  641.  
  642. dist-zip: distdir
  643.         -rm -f $(distdir).zip
  644.         zip -rq $(distdir).zip $(distdir)
  645.         $(am__post_remove_distdir)
  646.  
  647. dist dist-all:
  648.         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  649.         $(am__post_remove_distdir)
  650.  
  651. # This target untars the dist file and tries a VPATH configuration.  Then
  652. # it guarantees that the distribution is self-contained by making another
  653. # tarfile.
  654. distcheck: dist
  655.         case '$(DIST_ARCHIVES)' in \
  656.         *.tar.gz*) \
  657.           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  658.         *.tar.bz2*) \
  659.           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  660.         *.tar.lz*) \
  661.           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  662.         *.tar.xz*) \
  663.           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  664.         *.tar.Z*) \
  665.           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  666.         *.shar.gz*) \
  667.           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  668.         *.zip*) \
  669.           unzip $(distdir).zip ;;\
  670.         esac
  671.         chmod -R a-w $(distdir)
  672.         chmod u+w $(distdir)
  673.         mkdir $(distdir)/_build $(distdir)/_inst
  674.         chmod a-w $(distdir)
  675.         test -d $(distdir)/_build || exit 0; \
  676.         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  677.           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  678.           && am__cwd=`pwd` \
  679.           && $(am__cd) $(distdir)/_build \
  680.           && ../configure \
  681.             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  682.             $(DISTCHECK_CONFIGURE_FLAGS) \
  683.             --srcdir=.. --prefix="$$dc_install_base" \
  684.           && $(MAKE) $(AM_MAKEFLAGS) \
  685.           && $(MAKE) $(AM_MAKEFLAGS) dvi \
  686.           && $(MAKE) $(AM_MAKEFLAGS) check \
  687.           && $(MAKE) $(AM_MAKEFLAGS) install \
  688.           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  689.           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  690.           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  691.                 distuninstallcheck \
  692.           && chmod -R a-w "$$dc_install_base" \
  693.           && ({ \
  694.                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  695.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  696.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  697.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  698.                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  699.               } || { rm -rf "$$dc_destdir"; exit 1; }) \
  700.           && rm -rf "$$dc_destdir" \
  701.           && $(MAKE) $(AM_MAKEFLAGS) dist \
  702.           && rm -rf $(DIST_ARCHIVES) \
  703.           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  704.           && cd "$$am__cwd" \
  705.           || exit 1
  706.         $(am__post_remove_distdir)
  707.         @(echo "$(distdir) archives ready for distribution: "; \
  708.           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  709.           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  710. distuninstallcheck:
  711.         @test -n '$(distuninstallcheck_dir)' || { \
  712.           echo 'ERROR: trying to run $@ with an empty' \
  713.                '$$(distuninstallcheck_dir)' >&2; \
  714.           exit 1; \
  715.         }; \
  716.         $(am__cd) '$(distuninstallcheck_dir)' || { \
  717.           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  718.           exit 1; \
  719.         }; \
  720.         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  721.            || { echo "ERROR: files left after uninstall:" ; \
  722.                 if test -n "$(DESTDIR)"; then \
  723.                   echo "  (check DESTDIR support)"; \
  724.                 fi ; \
  725.                 $(distuninstallcheck_listfiles) ; \
  726.                 exit 1; } >&2
  727. distcleancheck: distclean
  728.         @if test '$(srcdir)' = . ; then \
  729.           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  730.           exit 1 ; \
  731.         fi
  732.         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  733.           || { echo "ERROR: files left in build directory after distclean:" ; \
  734.                $(distcleancheck_listfiles) ; \
  735.                exit 1; } >&2
  736. check-am: all-am
  737. check: check-recursive
  738. all-am: Makefile config.h
  739. installdirs: installdirs-recursive
  740. installdirs-am:
  741. install: install-recursive
  742. install-exec: install-exec-recursive
  743. install-data: install-data-recursive
  744. uninstall: uninstall-recursive
  745.  
  746. install-am: all-am
  747.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  748.  
  749. installcheck: installcheck-recursive
  750. install-strip:
  751.         if test -z '$(STRIP)'; then \
  752.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  753.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  754.               install; \
  755.         else \
  756.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  757.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  758.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  759.         fi
  760. mostlyclean-generic:
  761.  
  762. clean-generic:
  763.  
  764. distclean-generic:
  765.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  766.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  767.  
  768. maintainer-clean-generic:
  769.         @echo "This command is intended for maintainers to use"
  770.         @echo "it deletes files that may require special tools to rebuild."
  771.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  772. clean: clean-recursive
  773.  
  774. clean-am: clean-generic clean-libtool mostlyclean-am
  775.  
  776. distclean: distclean-recursive
  777.         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  778.         -rm -f Makefile
  779. distclean-am: clean-am distclean-generic distclean-hdr \
  780.         distclean-libtool distclean-tags
  781.  
  782. dvi: dvi-recursive
  783.  
  784. dvi-am:
  785.  
  786. html: html-recursive
  787.  
  788. html-am:
  789.  
  790. info: info-recursive
  791.  
  792. info-am:
  793.  
  794. install-data-am:
  795.  
  796. install-dvi: install-dvi-recursive
  797.  
  798. install-dvi-am:
  799.  
  800. install-exec-am:
  801.  
  802. install-html: install-html-recursive
  803.  
  804. install-html-am:
  805.  
  806. install-info: install-info-recursive
  807.  
  808. install-info-am:
  809.  
  810. install-man:
  811.  
  812. install-pdf: install-pdf-recursive
  813.  
  814. install-pdf-am:
  815.  
  816. install-ps: install-ps-recursive
  817.  
  818. install-ps-am:
  819.  
  820. installcheck-am:
  821.  
  822. maintainer-clean: maintainer-clean-recursive
  823.         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  824.         -rm -rf $(top_srcdir)/autom4te.cache
  825.         -rm -f Makefile
  826. maintainer-clean-am: distclean-am maintainer-clean-generic
  827.  
  828. mostlyclean: mostlyclean-recursive
  829.  
  830. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  831.  
  832. pdf: pdf-recursive
  833.  
  834. pdf-am:
  835.  
  836. ps: ps-recursive
  837.  
  838. ps-am:
  839.  
  840. uninstall-am:
  841.  
  842. .MAKE: $(am__recursive_targets) all install-am install-strip
  843.  
  844. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  845.         am--refresh check check-am clean clean-cscope clean-generic \
  846.         clean-libtool cscope cscopelist-am ctags ctags-am dist \
  847.         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  848.         dist-xz dist-zip distcheck distclean distclean-generic \
  849.         distclean-hdr distclean-libtool distclean-tags distcleancheck \
  850.         distdir distuninstallcheck dvi dvi-am html html-am info \
  851.         info-am install install-am install-data install-data-am \
  852.         install-dvi install-dvi-am install-exec install-exec-am \
  853.         install-html install-html-am install-info install-info-am \
  854.         install-man install-pdf install-pdf-am install-ps \
  855.         install-ps-am install-strip installcheck installcheck-am \
  856.         installdirs installdirs-am maintainer-clean \
  857.         maintainer-clean-generic mostlyclean mostlyclean-generic \
  858.         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  859.         uninstall-am
  860.  
  861.  
  862. deb:
  863.         @[ -d debian ] || ln -s debian.upstream debian
  864.         dpkg-buildpackage -rfakeroot -uc -us
  865.  
  866. deb.upstream: dist
  867.         -mkdir -p $(DEB_BUILDDIR)
  868.         cd $(DEB_BUILDDIR)                              && \
  869.         rm -rf $(PACKAGE)-$(VERSION)                    && \
  870.         tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz        && \
  871.         cd $(PACKAGE)-$(VERSION)                        && \
  872.         $(MAKE) deb -f Makefile.am
  873.  
  874. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  875. # Otherwise a system limit (for SysV at least) may be exceeded.
  876. .NOEXPORT:
  877.