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 = @WAYLAND_SCANNER@
  287. X11_CFLAGS = @X11_CFLAGS@
  288. X11_LIBS = @X11_LIBS@
  289. XEXT_CFLAGS = @XEXT_CFLAGS@
  290. XEXT_LIBS = @XEXT_LIBS@
  291. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  292. XFIXES_LIBS = @XFIXES_LIBS@
  293. abs_builddir = @abs_builddir@
  294. abs_srcdir = @abs_srcdir@
  295. abs_top_builddir = @abs_top_builddir@
  296. abs_top_srcdir = @abs_top_srcdir@
  297. ac_ct_AR = @ac_ct_AR@
  298. ac_ct_CC = @ac_ct_CC@
  299. ac_ct_CXX = @ac_ct_CXX@
  300. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  301. am__include = @am__include@
  302. am__leading_dot = @am__leading_dot@
  303. am__quote = @am__quote@
  304. am__tar = @am__tar@
  305. am__untar = @am__untar@
  306. bindir = @bindir@
  307. build = @build@
  308. build_alias = @build_alias@
  309. build_cpu = @build_cpu@
  310. build_os = @build_os@
  311. build_vendor = @build_vendor@
  312. builddir = @builddir@
  313. datadir = @datadir@
  314. datarootdir = @datarootdir@
  315. docdir = @docdir@
  316. dvidir = @dvidir@
  317. exec_prefix = @exec_prefix@
  318. host = @host@
  319. host_alias = @host_alias@
  320. host_cpu = @host_cpu@
  321. host_os = @host_os@
  322. host_vendor = @host_vendor@
  323. htmldir = @htmldir@
  324. includedir = @includedir@
  325. infodir = @infodir@
  326. install_sh = @install_sh@
  327. libdir = @libdir@
  328. libexecdir = @libexecdir@
  329. localedir = @localedir@
  330. localstatedir = @localstatedir@
  331. mandir = @mandir@
  332. mkdir_p = @mkdir_p@
  333. oldincludedir = @oldincludedir@
  334. pdfdir = @pdfdir@
  335. pkgconfigdir = @pkgconfigdir@
  336. prefix = @prefix@
  337. program_transform_name = @program_transform_name@
  338. psdir = @psdir@
  339. sbindir = @sbindir@
  340. sharedstatedir = @sharedstatedir@
  341. srcdir = @srcdir@
  342. sysconfdir = @sysconfdir@
  343. target_alias = @target_alias@
  344. top_build_prefix = @top_build_prefix@
  345. top_builddir = @top_builddir@
  346. top_srcdir = @top_srcdir@
  347. SUBDIRS = common decode encode vainfo $(am__append_1)
  348. EXTRA_DIST = loadsurface.h loadsurface_yuv.h
  349. all: all-recursive
  350.  
  351. .SUFFIXES:
  352. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  353.         @for dep in $?; do \
  354.           case '$(am__configure_deps)' in \
  355.             *$$dep*) \
  356.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  357.                 && { if test -f $@; then exit 0; else break; fi; }; \
  358.               exit 1;; \
  359.           esac; \
  360.         done; \
  361.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
  362.         $(am__cd) $(top_srcdir) && \
  363.           $(AUTOMAKE) --gnu test/Makefile
  364. .PRECIOUS: Makefile
  365. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  366.         @case '$?' in \
  367.           *config.status*) \
  368.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  369.           *) \
  370.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  371.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  372.         esac;
  373.  
  374. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  375.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  376.  
  377. $(top_srcdir)/configure:  $(am__configure_deps)
  378.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  379. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  380.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  381. $(am__aclocal_m4_deps):
  382.  
  383. mostlyclean-libtool:
  384.         -rm -f *.lo
  385.  
  386. clean-libtool:
  387.         -rm -rf .libs _libs
  388.  
  389. # This directory's subdirectories are mostly independent; you can cd
  390. # into them and run 'make' without going through this Makefile.
  391. # To change the values of 'make' variables: instead of editing Makefiles,
  392. # (1) if the variable is set in 'config.status', edit 'config.status'
  393. #     (which will cause the Makefiles to be regenerated when you run 'make');
  394. # (2) otherwise, pass the desired values on the 'make' command line.
  395. $(am__recursive_targets):
  396.         @fail=; \
  397.         if $(am__make_keepgoing); then \
  398.           failcom='fail=yes'; \
  399.         else \
  400.           failcom='exit 1'; \
  401.         fi; \
  402.         dot_seen=no; \
  403.         target=`echo $@ | sed s/-recursive//`; \
  404.         case "$@" in \
  405.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  406.           *) list='$(SUBDIRS)' ;; \
  407.         esac; \
  408.         for subdir in $$list; do \
  409.           echo "Making $$target in $$subdir"; \
  410.           if test "$$subdir" = "."; then \
  411.             dot_seen=yes; \
  412.             local_target="$$target-am"; \
  413.           else \
  414.             local_target="$$target"; \
  415.           fi; \
  416.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  417.           || eval $$failcom; \
  418.         done; \
  419.         if test "$$dot_seen" = "no"; then \
  420.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  421.         fi; test -z "$$fail"
  422.  
  423. ID: $(am__tagged_files)
  424.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  425. tags: tags-recursive
  426. TAGS: tags
  427.  
  428. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  429.         set x; \
  430.         here=`pwd`; \
  431.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  432.           include_option=--etags-include; \
  433.           empty_fix=.; \
  434.         else \
  435.           include_option=--include; \
  436.           empty_fix=; \
  437.         fi; \
  438.         list='$(SUBDIRS)'; for subdir in $$list; do \
  439.           if test "$$subdir" = .; then :; else \
  440.             test ! -f $$subdir/TAGS || \
  441.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  442.           fi; \
  443.         done; \
  444.         $(am__define_uniq_tagged_files); \
  445.         shift; \
  446.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  447.           test -n "$$unique" || unique=$$empty_fix; \
  448.           if test $$# -gt 0; then \
  449.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  450.               "$$@" $$unique; \
  451.           else \
  452.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  453.               $$unique; \
  454.           fi; \
  455.         fi
  456. ctags: ctags-recursive
  457.  
  458. CTAGS: ctags
  459. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  460.         $(am__define_uniq_tagged_files); \
  461.         test -z "$(CTAGS_ARGS)$$unique" \
  462.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  463.              $$unique
  464.  
  465. GTAGS:
  466.         here=`$(am__cd) $(top_builddir) && pwd` \
  467.           && $(am__cd) $(top_srcdir) \
  468.           && gtags -i $(GTAGS_ARGS) "$$here"
  469. cscopelist: cscopelist-recursive
  470.  
  471. cscopelist-am: $(am__tagged_files)
  472.         list='$(am__tagged_files)'; \
  473.         case "$(srcdir)" in \
  474.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  475.           *) sdir=$(subdir)/$(srcdir) ;; \
  476.         esac; \
  477.         for i in $$list; do \
  478.           if test -f "$$i"; then \
  479.             echo "$(subdir)/$$i"; \
  480.           else \
  481.             echo "$$sdir/$$i"; \
  482.           fi; \
  483.         done >> $(top_builddir)/cscope.files
  484.  
  485. distclean-tags:
  486.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  487.  
  488. distdir: $(DISTFILES)
  489.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  490.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  491.         list='$(DISTFILES)'; \
  492.           dist_files=`for file in $$list; do echo $$file; done | \
  493.           sed -e "s|^$$srcdirstrip/||;t" \
  494.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  495.         case $$dist_files in \
  496.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  497.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  498.                            sort -u` ;; \
  499.         esac; \
  500.         for file in $$dist_files; do \
  501.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  502.           if test -d $$d/$$file; then \
  503.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  504.             if test -d "$(distdir)/$$file"; then \
  505.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  506.             fi; \
  507.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  508.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  509.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  510.             fi; \
  511.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  512.           else \
  513.             test -f "$(distdir)/$$file" \
  514.             || cp -p $$d/$$file "$(distdir)/$$file" \
  515.             || exit 1; \
  516.           fi; \
  517.         done
  518.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  519.           if test "$$subdir" = .; then :; else \
  520.             $(am__make_dryrun) \
  521.               || test -d "$(distdir)/$$subdir" \
  522.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  523.               || exit 1; \
  524.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  525.             $(am__relativize); \
  526.             new_distdir=$$reldir; \
  527.             dir1=$$subdir; dir2="$(top_distdir)"; \
  528.             $(am__relativize); \
  529.             new_top_distdir=$$reldir; \
  530.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  531.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  532.             ($(am__cd) $$subdir && \
  533.               $(MAKE) $(AM_MAKEFLAGS) \
  534.                 top_distdir="$$new_top_distdir" \
  535.                 distdir="$$new_distdir" \
  536.                 am__remove_distdir=: \
  537.                 am__skip_length_check=: \
  538.                 am__skip_mode_fix=: \
  539.                 distdir) \
  540.               || exit 1; \
  541.           fi; \
  542.         done
  543. check-am: all-am
  544. check: check-recursive
  545. all-am: Makefile
  546. installdirs: installdirs-recursive
  547. installdirs-am:
  548. install: install-recursive
  549. install-exec: install-exec-recursive
  550. install-data: install-data-recursive
  551. uninstall: uninstall-recursive
  552.  
  553. install-am: all-am
  554.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  555.  
  556. installcheck: installcheck-recursive
  557. install-strip:
  558.         if test -z '$(STRIP)'; then \
  559.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  560.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  561.               install; \
  562.         else \
  563.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  564.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  565.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  566.         fi
  567. mostlyclean-generic:
  568.  
  569. clean-generic:
  570.  
  571. distclean-generic:
  572.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  573.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  574.  
  575. maintainer-clean-generic:
  576.         @echo "This command is intended for maintainers to use"
  577.         @echo "it deletes files that may require special tools to rebuild."
  578. clean: clean-recursive
  579.  
  580. clean-am: clean-generic clean-libtool mostlyclean-am
  581.  
  582. distclean: distclean-recursive
  583.         -rm -f Makefile
  584. distclean-am: clean-am distclean-generic distclean-tags
  585.  
  586. dvi: dvi-recursive
  587.  
  588. dvi-am:
  589.  
  590. html: html-recursive
  591.  
  592. html-am:
  593.  
  594. info: info-recursive
  595.  
  596. info-am:
  597.  
  598. install-data-am:
  599.  
  600. install-dvi: install-dvi-recursive
  601.  
  602. install-dvi-am:
  603.  
  604. install-exec-am:
  605.  
  606. install-html: install-html-recursive
  607.  
  608. install-html-am:
  609.  
  610. install-info: install-info-recursive
  611.  
  612. install-info-am:
  613.  
  614. install-man:
  615.  
  616. install-pdf: install-pdf-recursive
  617.  
  618. install-pdf-am:
  619.  
  620. install-ps: install-ps-recursive
  621.  
  622. install-ps-am:
  623.  
  624. installcheck-am:
  625.  
  626. maintainer-clean: maintainer-clean-recursive
  627.         -rm -f Makefile
  628. maintainer-clean-am: distclean-am maintainer-clean-generic
  629.  
  630. mostlyclean: mostlyclean-recursive
  631.  
  632. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  633.  
  634. pdf: pdf-recursive
  635.  
  636. pdf-am:
  637.  
  638. ps: ps-recursive
  639.  
  640. ps-am:
  641.  
  642. uninstall-am:
  643.  
  644. .MAKE: $(am__recursive_targets) install-am install-strip
  645.  
  646. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  647.         check-am clean clean-generic clean-libtool cscopelist-am ctags \
  648.         ctags-am distclean distclean-generic distclean-libtool \
  649.         distclean-tags distdir dvi dvi-am html html-am info info-am \
  650.         install install-am install-data install-data-am install-dvi \
  651.         install-dvi-am install-exec install-exec-am install-html \
  652.         install-html-am install-info install-info-am install-man \
  653.         install-pdf install-pdf-am install-ps install-ps-am \
  654.         install-strip installcheck installcheck-am installdirs \
  655.         installdirs-am maintainer-clean maintainer-clean-generic \
  656.         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  657.         ps ps-am tags tags-am uninstall uninstall-am
  658.  
  659.  
  660. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  661. # Otherwise a system limit (for SysV at least) may be exceeded.
  662. .NOEXPORT:
  663.