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. VPATH = @srcdir@
  17. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  18. am__make_running_with_option = \
  19.   case $${target_option-} in \
  20.       ?) ;; \
  21.       *) echo "am__make_running_with_option: internal error: invalid" \
  22.               "target option '$${target_option-}' specified" >&2; \
  23.          exit 1;; \
  24.   esac; \
  25.   has_opt=no; \
  26.   sane_makeflags=$$MAKEFLAGS; \
  27.   if $(am__is_gnu_make); then \
  28.     sane_makeflags=$$MFLAGS; \
  29.   else \
  30.     case $$MAKEFLAGS in \
  31.       *\\[\ \   ]*) \
  32.         bs=\\; \
  33.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  34.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  35.     esac; \
  36.   fi; \
  37.   skip_next=no; \
  38.   strip_trailopt () \
  39.   { \
  40.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  41.   }; \
  42.   for flg in $$sane_makeflags; do \
  43.     test $$skip_next = yes && { skip_next=no; continue; }; \
  44.     case $$flg in \
  45.       *=*|--*) continue;; \
  46.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  47.       -*I?*) strip_trailopt 'I';; \
  48.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  49.       -*O?*) strip_trailopt 'O';; \
  50.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  51.       -*l?*) strip_trailopt 'l';; \
  52.       -[dEDm]) skip_next=yes;; \
  53.       -[JT]) skip_next=yes;; \
  54.     esac; \
  55.     case $$flg in \
  56.       *$$target_option*) has_opt=yes; break;; \
  57.     esac; \
  58.   done; \
  59.   test $$has_opt = yes
  60. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  61. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  62. pkgdatadir = $(datadir)/@PACKAGE@
  63. pkgincludedir = $(includedir)/@PACKAGE@
  64. pkglibdir = $(libdir)/@PACKAGE@
  65. pkglibexecdir = $(libexecdir)/@PACKAGE@
  66. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  67. install_sh_DATA = $(install_sh) -c -m 644
  68. install_sh_PROGRAM = $(install_sh) -c
  69. install_sh_SCRIPT = $(install_sh) -c
  70. INSTALL_HEADER = $(INSTALL_DATA)
  71. transform = $(program_transform_name)
  72. NORMAL_INSTALL = :
  73. PRE_INSTALL = :
  74. POST_INSTALL = :
  75. NORMAL_UNINSTALL = :
  76. PRE_UNINSTALL = :
  77. POST_UNINSTALL = :
  78. build_triplet = @build@
  79. host_triplet = @host@
  80. subdir = .
  81. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  82.         $(top_srcdir)/configure $(am__configure_deps) AUTHORS COPYING \
  83.         NEWS README compile config.guess config.sub depcomp install-sh \
  84.         missing ltmain.sh
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  87. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  88.         $(ACLOCAL_M4)
  89. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  90.  configure.lineno config.status.lineno
  91. mkinstalldirs = $(install_sh) -d
  92. CONFIG_HEADER = $(top_builddir)/src/config.h
  93. CONFIG_CLEAN_FILES =
  94. CONFIG_CLEAN_VPATH_FILES =
  95. AM_V_P = $(am__v_P_@AM_V@)
  96. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  97. am__v_P_0 = false
  98. am__v_P_1 = :
  99. AM_V_GEN = $(am__v_GEN_@AM_V@)
  100. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  101. am__v_GEN_0 = @echo "  GEN     " $@;
  102. am__v_GEN_1 =
  103. AM_V_at = $(am__v_at_@AM_V@)
  104. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  105. am__v_at_0 = @
  106. am__v_at_1 =
  107. SOURCES =
  108. DIST_SOURCES =
  109. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  110.         ctags-recursive dvi-recursive html-recursive info-recursive \
  111.         install-data-recursive install-dvi-recursive \
  112.         install-exec-recursive install-html-recursive \
  113.         install-info-recursive install-pdf-recursive \
  114.         install-ps-recursive install-recursive installcheck-recursive \
  115.         installdirs-recursive pdf-recursive ps-recursive \
  116.         tags-recursive uninstall-recursive
  117. am__can_run_installinfo = \
  118.   case $$AM_UPDATE_INFO_DIR in \
  119.     n|no|NO) false;; \
  120.     *) (install-info --version) >/dev/null 2>&1;; \
  121.   esac
  122. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  123.   distclean-recursive maintainer-clean-recursive
  124. am__recursive_targets = \
  125.   $(RECURSIVE_TARGETS) \
  126.   $(RECURSIVE_CLEAN_TARGETS) \
  127.   $(am__extra_recursive_targets)
  128. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  129.         cscope distdir dist dist-all distcheck
  130. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  131. # Read a list of newline-separated strings from the standard input,
  132. # and print each of them once, without duplicates.  Input order is
  133. # *not* preserved.
  134. am__uniquify_input = $(AWK) '\
  135.   BEGIN { nonempty = 0; } \
  136.   { items[$$0] = 1; nonempty = 1; } \
  137.   END { if (nonempty) { for (i in items) print i; }; } \
  138. '
  139. # Make sure the list of sources is unique.  This is necessary because,
  140. # e.g., the same source file might be shared among _SOURCES variables
  141. # for different programs/libraries.
  142. am__define_uniq_tagged_files = \
  143.   list='$(am__tagged_files)'; \
  144.   unique=`for i in $$list; do \
  145.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  146.   done | $(am__uniquify_input)`
  147. ETAGS = etags
  148. CTAGS = ctags
  149. CSCOPE = cscope
  150. DIST_SUBDIRS = $(SUBDIRS)
  151. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  152. distdir = $(PACKAGE)-$(VERSION)
  153. top_distdir = $(distdir)
  154. am__remove_distdir = \
  155.   if test -d "$(distdir)"; then \
  156.     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  157.       && rm -rf "$(distdir)" \
  158.       || { sleep 5 && rm -rf "$(distdir)"; }; \
  159.   else :; fi
  160. am__post_remove_distdir = $(am__remove_distdir)
  161. am__relativize = \
  162.   dir0=`pwd`; \
  163.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  164.   sed_rest='s,^[^/]*/*,,'; \
  165.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  166.   sed_butlast='s,/*[^/]*$$,,'; \
  167.   while test -n "$$dir1"; do \
  168.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  169.     if test "$$first" != "."; then \
  170.       if test "$$first" = ".."; then \
  171.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  172.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  173.       else \
  174.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  175.         if test "$$first2" = "$$first"; then \
  176.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  177.         else \
  178.           dir2="../$$dir2"; \
  179.         fi; \
  180.         dir0="$$dir0"/"$$first"; \
  181.       fi; \
  182.     fi; \
  183.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  184.   done; \
  185.   reldir="$$dir2"
  186. DIST_ARCHIVES = $(distdir).tar.gz
  187. GZIP_ENV = --best
  188. DIST_TARGETS = dist-gzip
  189. distuninstallcheck_listfiles = find . -type f -print
  190. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  191.   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  192. distcleancheck_listfiles = find . -type f -print
  193. ACLOCAL = @ACLOCAL@
  194. AMTAR = @AMTAR@
  195. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  196. AR = @AR@
  197. AUTOCONF = @AUTOCONF@
  198. AUTOHEADER = @AUTOHEADER@
  199. AUTOMAKE = @AUTOMAKE@
  200. AWK = @AWK@
  201. CC = @CC@
  202. CCDEPMODE = @CCDEPMODE@
  203. CFLAGS = @CFLAGS@
  204. CPP = @CPP@
  205. CPPFLAGS = @CPPFLAGS@
  206. CYGPATH_W = @CYGPATH_W@
  207. DEFS = @DEFS@
  208. DEPDIR = @DEPDIR@
  209. DLLTOOL = @DLLTOOL@
  210. DRM_CFLAGS = @DRM_CFLAGS@
  211. DRM_LIBS = @DRM_LIBS@
  212. DSYMUTIL = @DSYMUTIL@
  213. DUMPBIN = @DUMPBIN@
  214. ECHO_C = @ECHO_C@
  215. ECHO_N = @ECHO_N@
  216. ECHO_T = @ECHO_T@
  217. EGL_CFLAGS = @EGL_CFLAGS@
  218. EGL_LIBS = @EGL_LIBS@
  219. EGREP = @EGREP@
  220. EXEEXT = @EXEEXT@
  221. FGREP = @FGREP@
  222. GEN4ASM = @GEN4ASM@
  223. GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
  224. GEN4ASM_LIBS = @GEN4ASM_LIBS@
  225. GREP = @GREP@
  226. INSTALL = @INSTALL@
  227. INSTALL_DATA = @INSTALL_DATA@
  228. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  229. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  230. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  231. INTEL_DRIVER_LT_LDFLAGS = @INTEL_DRIVER_LT_LDFLAGS@
  232. LD = @LD@
  233. LDFLAGS = @LDFLAGS@
  234. LIBDRM_VERSION = @LIBDRM_VERSION@
  235. LIBOBJS = @LIBOBJS@
  236. LIBS = @LIBS@
  237. LIBTOOL = @LIBTOOL@
  238. LIBVA_DEPS_CFLAGS = @LIBVA_DEPS_CFLAGS@
  239. LIBVA_DEPS_LIBS = @LIBVA_DEPS_LIBS@
  240. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  241. LIBVA_DRM_DEPS_CFLAGS = @LIBVA_DRM_DEPS_CFLAGS@
  242. LIBVA_DRM_DEPS_LIBS = @LIBVA_DRM_DEPS_LIBS@
  243. LIBVA_PACKAGE_VERSION = @LIBVA_PACKAGE_VERSION@
  244. LIBVA_WAYLAND_DEPS_CFLAGS = @LIBVA_WAYLAND_DEPS_CFLAGS@
  245. LIBVA_WAYLAND_DEPS_LIBS = @LIBVA_WAYLAND_DEPS_LIBS@
  246. LIBVA_X11_DEPS_CFLAGS = @LIBVA_X11_DEPS_CFLAGS@
  247. LIBVA_X11_DEPS_LIBS = @LIBVA_X11_DEPS_LIBS@
  248. LIPO = @LIPO@
  249. LN_S = @LN_S@
  250. LTLIBOBJS = @LTLIBOBJS@
  251. MAKEINFO = @MAKEINFO@
  252. MANIFEST_TOOL = @MANIFEST_TOOL@
  253. MKDIR_P = @MKDIR_P@
  254. NM = @NM@
  255. NMEDIT = @NMEDIT@
  256. OBJDUMP = @OBJDUMP@
  257. OBJEXT = @OBJEXT@
  258. OTOOL = @OTOOL@
  259. OTOOL64 = @OTOOL64@
  260. PACKAGE = @PACKAGE@
  261. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  262. PACKAGE_NAME = @PACKAGE_NAME@
  263. PACKAGE_STRING = @PACKAGE_STRING@
  264. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  265. PACKAGE_URL = @PACKAGE_URL@
  266. PACKAGE_VERSION = @PACKAGE_VERSION@
  267. PATH_SEPARATOR = @PATH_SEPARATOR@
  268. PKG_CONFIG = @PKG_CONFIG@
  269. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  270. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  271. RANLIB = @RANLIB@
  272. SED = @SED@
  273. SET_MAKE = @SET_MAKE@
  274. SHELL = @SHELL@
  275. STRIP = @STRIP@
  276. VERSION = @VERSION@
  277. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  278. WAYLAND_LIBS = @WAYLAND_LIBS@
  279. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  280. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  281. abs_builddir = @abs_builddir@
  282. abs_srcdir = @abs_srcdir@
  283. abs_top_builddir = @abs_top_builddir@
  284. abs_top_srcdir = @abs_top_srcdir@
  285. ac_ct_AR = @ac_ct_AR@
  286. ac_ct_CC = @ac_ct_CC@
  287. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  288. am__include = @am__include@
  289. am__leading_dot = @am__leading_dot@
  290. am__quote = @am__quote@
  291. am__tar = @am__tar@
  292. am__untar = @am__untar@
  293. bindir = @bindir@
  294. build = @build@
  295. build_alias = @build_alias@
  296. build_cpu = @build_cpu@
  297. build_os = @build_os@
  298. build_vendor = @build_vendor@
  299. builddir = @builddir@
  300. datadir = @datadir@
  301. datarootdir = @datarootdir@
  302. docdir = @docdir@
  303. dvidir = @dvidir@
  304. exec_prefix = @exec_prefix@
  305. host = @host@
  306. host_alias = @host_alias@
  307. host_cpu = @host_cpu@
  308. host_os = @host_os@
  309. host_vendor = @host_vendor@
  310. htmldir = @htmldir@
  311. includedir = @includedir@
  312. infodir = @infodir@
  313. install_sh = @install_sh@
  314. libdir = @libdir@
  315. libexecdir = @libexecdir@
  316. localedir = @localedir@
  317. localstatedir = @localstatedir@
  318. mandir = @mandir@
  319. mkdir_p = @mkdir_p@
  320. oldincludedir = @oldincludedir@
  321. pdfdir = @pdfdir@
  322. prefix = @prefix@
  323. program_transform_name = @program_transform_name@
  324. psdir = @psdir@
  325. sbindir = @sbindir@
  326. sharedstatedir = @sharedstatedir@
  327. srcdir = @srcdir@
  328. sysconfdir = @sysconfdir@
  329. target_alias = @target_alias@
  330. top_build_prefix = @top_build_prefix@
  331. top_builddir = @top_builddir@
  332. top_srcdir = @top_srcdir@
  333. wayland_protocoldir = @wayland_protocoldir@
  334. wayland_scanner = @wayland_scanner@
  335. AUTOMAKE_OPTIONS = foreign
  336. SUBDIRS = debian.upstream src
  337.  
  338. # Extra clean files so that maintainer-clean removes *everything*
  339. MAINTAINERCLEANFILES = \
  340.         aclocal.m4 compile config.guess config.sub \
  341.         configure depcomp install-sh ltmain.sh     \
  342.         Makefile.in missing
  343.  
  344. DEB_BUILDDIR = debian.build
  345. all: all-recursive
  346.  
  347. .SUFFIXES:
  348. am--refresh: Makefile
  349.         @:
  350. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  351.         @for dep in $?; do \
  352.           case '$(am__configure_deps)' in \
  353.             *$$dep*) \
  354.               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  355.               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  356.                 && exit 0; \
  357.               exit 1;; \
  358.           esac; \
  359.         done; \
  360.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  361.         $(am__cd) $(top_srcdir) && \
  362.           $(AUTOMAKE) --foreign Makefile
  363. .PRECIOUS: Makefile
  364. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  365.         @case '$?' in \
  366.           *config.status*) \
  367.             echo ' $(SHELL) ./config.status'; \
  368.             $(SHELL) ./config.status;; \
  369.           *) \
  370.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  371.             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  372.         esac;
  373.  
  374. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  375.         $(SHELL) ./config.status --recheck
  376.  
  377. $(top_srcdir)/configure:  $(am__configure_deps)
  378.         $(am__cd) $(srcdir) && $(AUTOCONF)
  379. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  380.         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  381. $(am__aclocal_m4_deps):
  382.  
  383. mostlyclean-libtool:
  384.         -rm -f *.lo
  385.  
  386. clean-libtool:
  387.         -rm -rf .libs _libs
  388.  
  389. distclean-libtool:
  390.         -rm -f libtool config.lt
  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. cscope: cscope.files
  473.         test ! -s cscope.files \
  474.           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  475. clean-cscope:
  476.         -rm -f cscope.files
  477. cscope.files: clean-cscope cscopelist
  478. cscopelist: cscopelist-recursive
  479.  
  480. cscopelist-am: $(am__tagged_files)
  481.         list='$(am__tagged_files)'; \
  482.         case "$(srcdir)" in \
  483.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  484.           *) sdir=$(subdir)/$(srcdir) ;; \
  485.         esac; \
  486.         for i in $$list; do \
  487.           if test -f "$$i"; then \
  488.             echo "$(subdir)/$$i"; \
  489.           else \
  490.             echo "$$sdir/$$i"; \
  491.           fi; \
  492.         done >> $(top_builddir)/cscope.files
  493.  
  494. distclean-tags:
  495.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  496.         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  497.  
  498. distdir: $(DISTFILES)
  499.         $(am__remove_distdir)
  500.         test -d "$(distdir)" || mkdir "$(distdir)"
  501.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  502.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  503.         list='$(DISTFILES)'; \
  504.           dist_files=`for file in $$list; do echo $$file; done | \
  505.           sed -e "s|^$$srcdirstrip/||;t" \
  506.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  507.         case $$dist_files in \
  508.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  509.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  510.                            sort -u` ;; \
  511.         esac; \
  512.         for file in $$dist_files; do \
  513.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  514.           if test -d $$d/$$file; then \
  515.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  516.             if test -d "$(distdir)/$$file"; then \
  517.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  518.             fi; \
  519.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  520.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  521.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  522.             fi; \
  523.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  524.           else \
  525.             test -f "$(distdir)/$$file" \
  526.             || cp -p $$d/$$file "$(distdir)/$$file" \
  527.             || exit 1; \
  528.           fi; \
  529.         done
  530.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  531.           if test "$$subdir" = .; then :; else \
  532.             $(am__make_dryrun) \
  533.               || test -d "$(distdir)/$$subdir" \
  534.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  535.               || exit 1; \
  536.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  537.             $(am__relativize); \
  538.             new_distdir=$$reldir; \
  539.             dir1=$$subdir; dir2="$(top_distdir)"; \
  540.             $(am__relativize); \
  541.             new_top_distdir=$$reldir; \
  542.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  543.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  544.             ($(am__cd) $$subdir && \
  545.               $(MAKE) $(AM_MAKEFLAGS) \
  546.                 top_distdir="$$new_top_distdir" \
  547.                 distdir="$$new_distdir" \
  548.                 am__remove_distdir=: \
  549.                 am__skip_length_check=: \
  550.                 am__skip_mode_fix=: \
  551.                 distdir) \
  552.               || exit 1; \
  553.           fi; \
  554.         done
  555.         -test -n "$(am__skip_mode_fix)" \
  556.         || find "$(distdir)" -type d ! -perm -755 \
  557.                 -exec chmod u+rwx,go+rx {} \; -o \
  558.           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  559.           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  560.           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  561.         || chmod -R a+r "$(distdir)"
  562. dist-gzip: distdir
  563.         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  564.         $(am__post_remove_distdir)
  565.  
  566. dist-bzip2: distdir
  567.         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  568.         $(am__post_remove_distdir)
  569.  
  570. dist-lzip: distdir
  571.         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  572.         $(am__post_remove_distdir)
  573.  
  574. dist-xz: distdir
  575.         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  576.         $(am__post_remove_distdir)
  577.  
  578. dist-tarZ: distdir
  579.         @echo WARNING: "Support for shar distribution archives is" \
  580.                        "deprecated." >&2
  581.         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  582.         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  583.         $(am__post_remove_distdir)
  584.  
  585. dist-shar: distdir
  586.         @echo WARNING: "Support for distribution archives compressed with" \
  587.                        "legacy program 'compress' is deprecated." >&2
  588.         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  589.         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  590.         $(am__post_remove_distdir)
  591.  
  592. dist-zip: distdir
  593.         -rm -f $(distdir).zip
  594.         zip -rq $(distdir).zip $(distdir)
  595.         $(am__post_remove_distdir)
  596.  
  597. dist dist-all:
  598.         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  599.         $(am__post_remove_distdir)
  600.  
  601. # This target untars the dist file and tries a VPATH configuration.  Then
  602. # it guarantees that the distribution is self-contained by making another
  603. # tarfile.
  604. distcheck: dist
  605.         case '$(DIST_ARCHIVES)' in \
  606.         *.tar.gz*) \
  607.           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  608.         *.tar.bz2*) \
  609.           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  610.         *.tar.lz*) \
  611.           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  612.         *.tar.xz*) \
  613.           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  614.         *.tar.Z*) \
  615.           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  616.         *.shar.gz*) \
  617.           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  618.         *.zip*) \
  619.           unzip $(distdir).zip ;;\
  620.         esac
  621.         chmod -R a-w $(distdir)
  622.         chmod u+w $(distdir)
  623.         mkdir $(distdir)/_build $(distdir)/_inst
  624.         chmod a-w $(distdir)
  625.         test -d $(distdir)/_build || exit 0; \
  626.         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  627.           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  628.           && am__cwd=`pwd` \
  629.           && $(am__cd) $(distdir)/_build \
  630.           && ../configure \
  631.             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  632.             $(DISTCHECK_CONFIGURE_FLAGS) \
  633.             --srcdir=.. --prefix="$$dc_install_base" \
  634.           && $(MAKE) $(AM_MAKEFLAGS) \
  635.           && $(MAKE) $(AM_MAKEFLAGS) dvi \
  636.           && $(MAKE) $(AM_MAKEFLAGS) check \
  637.           && $(MAKE) $(AM_MAKEFLAGS) install \
  638.           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  639.           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  640.           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  641.                 distuninstallcheck \
  642.           && chmod -R a-w "$$dc_install_base" \
  643.           && ({ \
  644.                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  645.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  646.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  647.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  648.                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  649.               } || { rm -rf "$$dc_destdir"; exit 1; }) \
  650.           && rm -rf "$$dc_destdir" \
  651.           && $(MAKE) $(AM_MAKEFLAGS) dist \
  652.           && rm -rf $(DIST_ARCHIVES) \
  653.           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  654.           && cd "$$am__cwd" \
  655.           || exit 1
  656.         $(am__post_remove_distdir)
  657.         @(echo "$(distdir) archives ready for distribution: "; \
  658.           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  659.           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  660. distuninstallcheck:
  661.         @test -n '$(distuninstallcheck_dir)' || { \
  662.           echo 'ERROR: trying to run $@ with an empty' \
  663.                '$$(distuninstallcheck_dir)' >&2; \
  664.           exit 1; \
  665.         }; \
  666.         $(am__cd) '$(distuninstallcheck_dir)' || { \
  667.           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  668.           exit 1; \
  669.         }; \
  670.         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  671.            || { echo "ERROR: files left after uninstall:" ; \
  672.                 if test -n "$(DESTDIR)"; then \
  673.                   echo "  (check DESTDIR support)"; \
  674.                 fi ; \
  675.                 $(distuninstallcheck_listfiles) ; \
  676.                 exit 1; } >&2
  677. distcleancheck: distclean
  678.         @if test '$(srcdir)' = . ; then \
  679.           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  680.           exit 1 ; \
  681.         fi
  682.         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  683.           || { echo "ERROR: files left in build directory after distclean:" ; \
  684.                $(distcleancheck_listfiles) ; \
  685.                exit 1; } >&2
  686. check-am: all-am
  687. check: check-recursive
  688. all-am: Makefile
  689. installdirs: installdirs-recursive
  690. installdirs-am:
  691. install: install-recursive
  692. install-exec: install-exec-recursive
  693. install-data: install-data-recursive
  694. uninstall: uninstall-recursive
  695.  
  696. install-am: all-am
  697.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  698.  
  699. installcheck: installcheck-recursive
  700. install-strip:
  701.         if test -z '$(STRIP)'; then \
  702.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  703.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  704.               install; \
  705.         else \
  706.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  707.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  708.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  709.         fi
  710. mostlyclean-generic:
  711.  
  712. clean-generic:
  713.  
  714. distclean-generic:
  715.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  716.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  717.  
  718. maintainer-clean-generic:
  719.         @echo "This command is intended for maintainers to use"
  720.         @echo "it deletes files that may require special tools to rebuild."
  721.         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  722. clean: clean-recursive
  723.  
  724. clean-am: clean-generic clean-libtool mostlyclean-am
  725.  
  726. distclean: distclean-recursive
  727.         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  728.         -rm -f Makefile
  729. distclean-am: clean-am distclean-generic distclean-libtool \
  730.         distclean-tags
  731.  
  732. dvi: dvi-recursive
  733.  
  734. dvi-am:
  735.  
  736. html: html-recursive
  737.  
  738. html-am:
  739.  
  740. info: info-recursive
  741.  
  742. info-am:
  743.  
  744. install-data-am:
  745.  
  746. install-dvi: install-dvi-recursive
  747.  
  748. install-dvi-am:
  749.  
  750. install-exec-am:
  751.  
  752. install-html: install-html-recursive
  753.  
  754. install-html-am:
  755.  
  756. install-info: install-info-recursive
  757.  
  758. install-info-am:
  759.  
  760. install-man:
  761.  
  762. install-pdf: install-pdf-recursive
  763.  
  764. install-pdf-am:
  765.  
  766. install-ps: install-ps-recursive
  767.  
  768. install-ps-am:
  769.  
  770. installcheck-am:
  771.  
  772. maintainer-clean: maintainer-clean-recursive
  773.         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  774.         -rm -rf $(top_srcdir)/autom4te.cache
  775.         -rm -f Makefile
  776. maintainer-clean-am: distclean-am maintainer-clean-generic
  777.  
  778. mostlyclean: mostlyclean-recursive
  779.  
  780. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  781.  
  782. pdf: pdf-recursive
  783.  
  784. pdf-am:
  785.  
  786. ps: ps-recursive
  787.  
  788. ps-am:
  789.  
  790. uninstall-am:
  791.  
  792. .MAKE: $(am__recursive_targets) install-am install-strip
  793.  
  794. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  795.         am--refresh check check-am clean clean-cscope clean-generic \
  796.         clean-libtool cscope cscopelist-am ctags ctags-am dist \
  797.         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  798.         dist-xz dist-zip distcheck distclean distclean-generic \
  799.         distclean-libtool distclean-tags distcleancheck distdir \
  800.         distuninstallcheck dvi dvi-am html html-am info info-am \
  801.         install install-am install-data install-data-am install-dvi \
  802.         install-dvi-am install-exec install-exec-am install-html \
  803.         install-html-am install-info install-info-am install-man \
  804.         install-pdf install-pdf-am install-ps install-ps-am \
  805.         install-strip installcheck installcheck-am installdirs \
  806.         installdirs-am maintainer-clean maintainer-clean-generic \
  807.         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  808.         ps ps-am tags tags-am uninstall uninstall-am
  809.  
  810.  
  811. deb:
  812.         @[ -d debian ] || ln -s debian.upstream debian
  813.         dpkg-buildpackage -rfakeroot -uc -us
  814.  
  815. deb.upstream: dist
  816.         -mkdir -p $(DEB_BUILDDIR)
  817.         cd $(DEB_BUILDDIR)                              && \
  818.         rm -rf $(PACKAGE)-$(VERSION)                    && \
  819.         tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz        && \
  820.         cd $(PACKAGE)-$(VERSION)                        && \
  821.         $(MAKE) deb -f Makefile.am
  822.  
  823. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  824. # Otherwise a system limit (for SysV at least) may be exceeded.
  825. .NOEXPORT:
  826.