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. @USE_X11_TRUE@am__append_1 = basic putsurface
  103. subdir = test
  104. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  105. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  106. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  107. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108.         $(ACLOCAL_M4)
  109. mkinstalldirs = $(install_sh) -d
  110. CONFIG_HEADER = $(top_builddir)/config.h
  111. CONFIG_CLEAN_FILES =
  112. CONFIG_CLEAN_VPATH_FILES =
  113. AM_V_P = $(am__v_P_@AM_V@)
  114. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  115. am__v_P_0 = false
  116. am__v_P_1 = :
  117. AM_V_GEN = $(am__v_GEN_@AM_V@)
  118. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  119. am__v_GEN_0 = @echo "  GEN     " $@;
  120. am__v_GEN_1 =
  121. AM_V_at = $(am__v_at_@AM_V@)
  122. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  123. am__v_at_0 = @
  124. am__v_at_1 =
  125. SOURCES =
  126. DIST_SOURCES =
  127. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  128.         ctags-recursive dvi-recursive html-recursive info-recursive \
  129.         install-data-recursive install-dvi-recursive \
  130.         install-exec-recursive install-html-recursive \
  131.         install-info-recursive install-pdf-recursive \
  132.         install-ps-recursive install-recursive installcheck-recursive \
  133.         installdirs-recursive pdf-recursive ps-recursive \
  134.         tags-recursive uninstall-recursive
  135. am__can_run_installinfo = \
  136.   case $$AM_UPDATE_INFO_DIR in \
  137.     n|no|NO) false;; \
  138.     *) (install-info --version) >/dev/null 2>&1;; \
  139.   esac
  140. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  141.   distclean-recursive maintainer-clean-recursive
  142. am__recursive_targets = \
  143.   $(RECURSIVE_TARGETS) \
  144.   $(RECURSIVE_CLEAN_TARGETS) \
  145.   $(am__extra_recursive_targets)
  146. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  147.         distdir
  148. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  149. # Read a list of newline-separated strings from the standard input,
  150. # and print each of them once, without duplicates.  Input order is
  151. # *not* preserved.
  152. am__uniquify_input = $(AWK) '\
  153.   BEGIN { nonempty = 0; } \
  154.   { items[$$0] = 1; nonempty = 1; } \
  155.   END { if (nonempty) { for (i in items) print i; }; } \
  156. '
  157. # Make sure the list of sources is unique.  This is necessary because,
  158. # e.g., the same source file might be shared among _SOURCES variables
  159. # for different programs/libraries.
  160. am__define_uniq_tagged_files = \
  161.   list='$(am__tagged_files)'; \
  162.   unique=`for i in $$list; do \
  163.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  164.   done | $(am__uniquify_input)`
  165. ETAGS = etags
  166. CTAGS = ctags
  167. DIST_SUBDIRS = common decode encode vainfo basic putsurface
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. am__relativize = \
  170.   dir0=`pwd`; \
  171.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  172.   sed_rest='s,^[^/]*/*,,'; \
  173.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  174.   sed_butlast='s,/*[^/]*$$,,'; \
  175.   while test -n "$$dir1"; do \
  176.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  177.     if test "$$first" != "."; then \
  178.       if test "$$first" = ".."; then \
  179.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  180.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  181.       else \
  182.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  183.         if test "$$first2" = "$$first"; then \
  184.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  185.         else \
  186.           dir2="../$$dir2"; \
  187.         fi; \
  188.         dir0="$$dir0"/"$$first"; \
  189.       fi; \
  190.     fi; \
  191.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  192.   done; \
  193.   reldir="$$dir2"
  194. ACLOCAL = @ACLOCAL@
  195. AMTAR = @AMTAR@
  196. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  197. AR = @AR@
  198. AUTOCONF = @AUTOCONF@
  199. AUTOHEADER = @AUTOHEADER@
  200. AUTOMAKE = @AUTOMAKE@
  201. AWK = @AWK@
  202. CC = @CC@
  203. CCDEPMODE = @CCDEPMODE@
  204. CFLAGS = @CFLAGS@
  205. CPP = @CPP@
  206. CPPFLAGS = @CPPFLAGS@
  207. CXX = @CXX@
  208. CXXCPP = @CXXCPP@
  209. CXXDEPMODE = @CXXDEPMODE@
  210. CXXFLAGS = @CXXFLAGS@
  211. CYGPATH_W = @CYGPATH_W@
  212. DEFS = @DEFS@
  213. DEPDIR = @DEPDIR@
  214. DLLTOOL = @DLLTOOL@
  215. DOXYGEN = @DOXYGEN@
  216. DRM_CFLAGS = @DRM_CFLAGS@
  217. DRM_LIBS = @DRM_LIBS@
  218. DSYMUTIL = @DSYMUTIL@
  219. DUMPBIN = @DUMPBIN@
  220. ECHO_C = @ECHO_C@
  221. ECHO_N = @ECHO_N@
  222. ECHO_T = @ECHO_T@
  223. EGL_CFLAGS = @EGL_CFLAGS@
  224. EGL_LIBS = @EGL_LIBS@
  225. EGREP = @EGREP@
  226. EXEEXT = @EXEEXT@
  227. FGREP = @FGREP@
  228. GLX_CFLAGS = @GLX_CFLAGS@
  229. GLX_LIBS = @GLX_LIBS@
  230. GREP = @GREP@
  231. INSTALL = @INSTALL@
  232. INSTALL_DATA = @INSTALL_DATA@
  233. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  234. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  235. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  236. LD = @LD@
  237. LDFLAGS = @LDFLAGS@
  238. LIBDRM_VERSION = @LIBDRM_VERSION@
  239. LIBOBJS = @LIBOBJS@
  240. LIBS = @LIBS@
  241. LIBTOOL = @LIBTOOL@
  242. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  243. LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
  244. LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
  245. LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
  246. LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
  247. LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
  248. LIBVA_VERSION = @LIBVA_VERSION@
  249. LIPO = @LIPO@
  250. LN_S = @LN_S@
  251. LTLIBOBJS = @LTLIBOBJS@
  252. MAKEINFO = @MAKEINFO@
  253. MANIFEST_TOOL = @MANIFEST_TOOL@
  254. MKDIR_P = @MKDIR_P@
  255. NM = @NM@
  256. NMEDIT = @NMEDIT@
  257. OBJDUMP = @OBJDUMP@
  258. OBJEXT = @OBJEXT@
  259. OTOOL = @OTOOL@
  260. OTOOL64 = @OTOOL64@
  261. PACKAGE = @PACKAGE@
  262. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  263. PACKAGE_NAME = @PACKAGE_NAME@
  264. PACKAGE_STRING = @PACKAGE_STRING@
  265. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  266. PACKAGE_URL = @PACKAGE_URL@
  267. PACKAGE_VERSION = @PACKAGE_VERSION@
  268. PATH_SEPARATOR = @PATH_SEPARATOR@
  269. PKG_CONFIG = @PKG_CONFIG@
  270. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  271. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  272. RANLIB = @RANLIB@
  273. SED = @SED@
  274. SET_MAKE = @SET_MAKE@
  275. SHELL = @SHELL@
  276. STRIP = @STRIP@
  277. TODAY = @TODAY@
  278. VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
  279. VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
  280. VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
  281. VA_API_VERSION = @VA_API_VERSION@
  282. VERSION = @VERSION@
  283. WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
  284. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  285. WAYLAND_LIBS = @WAYLAND_LIBS@
  286. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  287. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  288. X11_CFLAGS = @X11_CFLAGS@
  289. X11_LIBS = @X11_LIBS@
  290. XEXT_CFLAGS = @XEXT_CFLAGS@
  291. XEXT_LIBS = @XEXT_LIBS@
  292. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  293. XFIXES_LIBS = @XFIXES_LIBS@
  294. abs_builddir = @abs_builddir@
  295. abs_srcdir = @abs_srcdir@
  296. abs_top_builddir = @abs_top_builddir@
  297. abs_top_srcdir = @abs_top_srcdir@
  298. ac_ct_AR = @ac_ct_AR@
  299. ac_ct_CC = @ac_ct_CC@
  300. ac_ct_CXX = @ac_ct_CXX@
  301. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  302. am__include = @am__include@
  303. am__leading_dot = @am__leading_dot@
  304. am__quote = @am__quote@
  305. am__tar = @am__tar@
  306. am__untar = @am__untar@
  307. bindir = @bindir@
  308. build = @build@
  309. build_alias = @build_alias@
  310. build_cpu = @build_cpu@
  311. build_os = @build_os@
  312. build_vendor = @build_vendor@
  313. builddir = @builddir@
  314. datadir = @datadir@
  315. datarootdir = @datarootdir@
  316. docdir = @docdir@
  317. dvidir = @dvidir@
  318. exec_prefix = @exec_prefix@
  319. host = @host@
  320. host_alias = @host_alias@
  321. host_cpu = @host_cpu@
  322. host_os = @host_os@
  323. host_vendor = @host_vendor@
  324. htmldir = @htmldir@
  325. includedir = @includedir@
  326. infodir = @infodir@
  327. install_sh = @install_sh@
  328. libdir = @libdir@
  329. libexecdir = @libexecdir@
  330. localedir = @localedir@
  331. localstatedir = @localstatedir@
  332. mandir = @mandir@
  333. mkdir_p = @mkdir_p@
  334. oldincludedir = @oldincludedir@
  335. pdfdir = @pdfdir@
  336. pkgconfigdir = @pkgconfigdir@
  337. prefix = @prefix@
  338. program_transform_name = @program_transform_name@
  339. psdir = @psdir@
  340. sbindir = @sbindir@
  341. sharedstatedir = @sharedstatedir@
  342. srcdir = @srcdir@
  343. sysconfdir = @sysconfdir@
  344. target_alias = @target_alias@
  345. top_build_prefix = @top_build_prefix@
  346. top_builddir = @top_builddir@
  347. top_srcdir = @top_srcdir@
  348. wayland_protocoldir = @wayland_protocoldir@
  349. wayland_scanner = @wayland_scanner@
  350. SUBDIRS = common decode encode vainfo $(am__append_1)
  351. EXTRA_DIST = loadsurface.h loadsurface_yuv.h
  352. all: all-recursive
  353.  
  354. .SUFFIXES:
  355. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  356.         @for dep in $?; do \
  357.           case '$(am__configure_deps)' in \
  358.             *$$dep*) \
  359.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  360.                 && { if test -f $@; then exit 0; else break; fi; }; \
  361.               exit 1;; \
  362.           esac; \
  363.         done; \
  364.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
  365.         $(am__cd) $(top_srcdir) && \
  366.           $(AUTOMAKE) --gnu test/Makefile
  367. .PRECIOUS: Makefile
  368. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  369.         @case '$?' in \
  370.           *config.status*) \
  371.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  372.           *) \
  373.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  374.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  375.         esac;
  376.  
  377. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  378.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  379.  
  380. $(top_srcdir)/configure:  $(am__configure_deps)
  381.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  382. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  383.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  384. $(am__aclocal_m4_deps):
  385.  
  386. mostlyclean-libtool:
  387.         -rm -f *.lo
  388.  
  389. clean-libtool:
  390.         -rm -rf .libs _libs
  391.  
  392. # This directory's subdirectories are mostly independent; you can cd
  393. # into them and run 'make' without going through this Makefile.
  394. # To change the values of 'make' variables: instead of editing Makefiles,
  395. # (1) if the variable is set in 'config.status', edit 'config.status'
  396. #     (which will cause the Makefiles to be regenerated when you run 'make');
  397. # (2) otherwise, pass the desired values on the 'make' command line.
  398. $(am__recursive_targets):
  399.         @fail=; \
  400.         if $(am__make_keepgoing); then \
  401.           failcom='fail=yes'; \
  402.         else \
  403.           failcom='exit 1'; \
  404.         fi; \
  405.         dot_seen=no; \
  406.         target=`echo $@ | sed s/-recursive//`; \
  407.         case "$@" in \
  408.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  409.           *) list='$(SUBDIRS)' ;; \
  410.         esac; \
  411.         for subdir in $$list; do \
  412.           echo "Making $$target in $$subdir"; \
  413.           if test "$$subdir" = "."; then \
  414.             dot_seen=yes; \
  415.             local_target="$$target-am"; \
  416.           else \
  417.             local_target="$$target"; \
  418.           fi; \
  419.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  420.           || eval $$failcom; \
  421.         done; \
  422.         if test "$$dot_seen" = "no"; then \
  423.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  424.         fi; test -z "$$fail"
  425.  
  426. ID: $(am__tagged_files)
  427.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  428. tags: tags-recursive
  429. TAGS: tags
  430.  
  431. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  432.         set x; \
  433.         here=`pwd`; \
  434.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  435.           include_option=--etags-include; \
  436.           empty_fix=.; \
  437.         else \
  438.           include_option=--include; \
  439.           empty_fix=; \
  440.         fi; \
  441.         list='$(SUBDIRS)'; for subdir in $$list; do \
  442.           if test "$$subdir" = .; then :; else \
  443.             test ! -f $$subdir/TAGS || \
  444.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  445.           fi; \
  446.         done; \
  447.         $(am__define_uniq_tagged_files); \
  448.         shift; \
  449.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  450.           test -n "$$unique" || unique=$$empty_fix; \
  451.           if test $$# -gt 0; then \
  452.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  453.               "$$@" $$unique; \
  454.           else \
  455.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  456.               $$unique; \
  457.           fi; \
  458.         fi
  459. ctags: ctags-recursive
  460.  
  461. CTAGS: ctags
  462. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  463.         $(am__define_uniq_tagged_files); \
  464.         test -z "$(CTAGS_ARGS)$$unique" \
  465.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  466.              $$unique
  467.  
  468. GTAGS:
  469.         here=`$(am__cd) $(top_builddir) && pwd` \
  470.           && $(am__cd) $(top_srcdir) \
  471.           && gtags -i $(GTAGS_ARGS) "$$here"
  472. cscopelist: cscopelist-recursive
  473.  
  474. cscopelist-am: $(am__tagged_files)
  475.         list='$(am__tagged_files)'; \
  476.         case "$(srcdir)" in \
  477.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  478.           *) sdir=$(subdir)/$(srcdir) ;; \
  479.         esac; \
  480.         for i in $$list; do \
  481.           if test -f "$$i"; then \
  482.             echo "$(subdir)/$$i"; \
  483.           else \
  484.             echo "$$sdir/$$i"; \
  485.           fi; \
  486.         done >> $(top_builddir)/cscope.files
  487.  
  488. distclean-tags:
  489.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  490.  
  491. distdir: $(DISTFILES)
  492.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  493.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  494.         list='$(DISTFILES)'; \
  495.           dist_files=`for file in $$list; do echo $$file; done | \
  496.           sed -e "s|^$$srcdirstrip/||;t" \
  497.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  498.         case $$dist_files in \
  499.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  500.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  501.                            sort -u` ;; \
  502.         esac; \
  503.         for file in $$dist_files; do \
  504.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  505.           if test -d $$d/$$file; then \
  506.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  507.             if test -d "$(distdir)/$$file"; then \
  508.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  509.             fi; \
  510.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  511.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  512.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  513.             fi; \
  514.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  515.           else \
  516.             test -f "$(distdir)/$$file" \
  517.             || cp -p $$d/$$file "$(distdir)/$$file" \
  518.             || exit 1; \
  519.           fi; \
  520.         done
  521.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  522.           if test "$$subdir" = .; then :; else \
  523.             $(am__make_dryrun) \
  524.               || test -d "$(distdir)/$$subdir" \
  525.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  526.               || exit 1; \
  527.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  528.             $(am__relativize); \
  529.             new_distdir=$$reldir; \
  530.             dir1=$$subdir; dir2="$(top_distdir)"; \
  531.             $(am__relativize); \
  532.             new_top_distdir=$$reldir; \
  533.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  534.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  535.             ($(am__cd) $$subdir && \
  536.               $(MAKE) $(AM_MAKEFLAGS) \
  537.                 top_distdir="$$new_top_distdir" \
  538.                 distdir="$$new_distdir" \
  539.                 am__remove_distdir=: \
  540.                 am__skip_length_check=: \
  541.                 am__skip_mode_fix=: \
  542.                 distdir) \
  543.               || exit 1; \
  544.           fi; \
  545.         done
  546. check-am: all-am
  547. check: check-recursive
  548. all-am: Makefile
  549. installdirs: installdirs-recursive
  550. installdirs-am:
  551. install: install-recursive
  552. install-exec: install-exec-recursive
  553. install-data: install-data-recursive
  554. uninstall: uninstall-recursive
  555.  
  556. install-am: all-am
  557.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  558.  
  559. installcheck: installcheck-recursive
  560. install-strip:
  561.         if test -z '$(STRIP)'; then \
  562.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  563.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  564.               install; \
  565.         else \
  566.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  567.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  568.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  569.         fi
  570. mostlyclean-generic:
  571.  
  572. clean-generic:
  573.  
  574. distclean-generic:
  575.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  576.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  577.  
  578. maintainer-clean-generic:
  579.         @echo "This command is intended for maintainers to use"
  580.         @echo "it deletes files that may require special tools to rebuild."
  581. clean: clean-recursive
  582.  
  583. clean-am: clean-generic clean-libtool mostlyclean-am
  584.  
  585. distclean: distclean-recursive
  586.         -rm -f Makefile
  587. distclean-am: clean-am distclean-generic distclean-tags
  588.  
  589. dvi: dvi-recursive
  590.  
  591. dvi-am:
  592.  
  593. html: html-recursive
  594.  
  595. html-am:
  596.  
  597. info: info-recursive
  598.  
  599. info-am:
  600.  
  601. install-data-am:
  602.  
  603. install-dvi: install-dvi-recursive
  604.  
  605. install-dvi-am:
  606.  
  607. install-exec-am:
  608.  
  609. install-html: install-html-recursive
  610.  
  611. install-html-am:
  612.  
  613. install-info: install-info-recursive
  614.  
  615. install-info-am:
  616.  
  617. install-man:
  618.  
  619. install-pdf: install-pdf-recursive
  620.  
  621. install-pdf-am:
  622.  
  623. install-ps: install-ps-recursive
  624.  
  625. install-ps-am:
  626.  
  627. installcheck-am:
  628.  
  629. maintainer-clean: maintainer-clean-recursive
  630.         -rm -f Makefile
  631. maintainer-clean-am: distclean-am maintainer-clean-generic
  632.  
  633. mostlyclean: mostlyclean-recursive
  634.  
  635. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  636.  
  637. pdf: pdf-recursive
  638.  
  639. pdf-am:
  640.  
  641. ps: ps-recursive
  642.  
  643. ps-am:
  644.  
  645. uninstall-am:
  646.  
  647. .MAKE: $(am__recursive_targets) install-am install-strip
  648.  
  649. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  650.         check-am clean clean-generic clean-libtool cscopelist-am ctags \
  651.         ctags-am distclean distclean-generic distclean-libtool \
  652.         distclean-tags distdir dvi dvi-am html html-am info info-am \
  653.         install install-am install-data install-data-am install-dvi \
  654.         install-dvi-am install-exec install-exec-am install-html \
  655.         install-html-am install-info install-info-am install-man \
  656.         install-pdf install-pdf-am install-ps install-ps-am \
  657.         install-strip installcheck installcheck-am installdirs \
  658.         installdirs-am maintainer-clean maintainer-clean-generic \
  659.         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  660.         ps ps-am tags tags-am uninstall uninstall-am
  661.  
  662.  
  663. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  664. # Otherwise a system limit (for SysV at least) may be exceeded.
  665. .NOEXPORT:
  666.