Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  1. # Makefile.in generated by automake 1.13.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. target_triplet = @target@
  77. subdir = .
  78. DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
  79. $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  80. $(top_srcdir)/configure $(am__configure_deps) COPYING compile \
  81. config.guess config.sub depcomp install-sh missing ltmain.sh
  82. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  83. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  84. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  85. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  86. $(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_CLEAN_FILES =
  93. CONFIG_CLEAN_VPATH_FILES =
  94. AM_V_P = $(am__v_P_@AM_V@)
  95. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  96. am__v_P_0 = false
  97. am__v_P_1 = :
  98. AM_V_GEN = $(am__v_GEN_@AM_V@)
  99. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  100. am__v_GEN_0 = @echo " GEN " $@;
  101. am__v_GEN_1 =
  102. AM_V_at = $(am__v_at_@AM_V@)
  103. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  104. am__v_at_0 = @
  105. am__v_at_1 =
  106. SOURCES =
  107. DIST_SOURCES =
  108. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  109. ctags-recursive dvi-recursive html-recursive info-recursive \
  110. install-data-recursive install-dvi-recursive \
  111. install-exec-recursive install-html-recursive \
  112. install-info-recursive install-pdf-recursive \
  113. install-ps-recursive install-recursive installcheck-recursive \
  114. installdirs-recursive pdf-recursive ps-recursive \
  115. tags-recursive uninstall-recursive
  116. am__can_run_installinfo = \
  117. case $$AM_UPDATE_INFO_DIR in \
  118. n|no|NO) false;; \
  119. *) (install-info --version) >/dev/null 2>&1;; \
  120. esac
  121. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  122. distclean-recursive maintainer-clean-recursive
  123. am__recursive_targets = \
  124. $(RECURSIVE_TARGETS) \
  125. $(RECURSIVE_CLEAN_TARGETS) \
  126. $(am__extra_recursive_targets)
  127. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  128. cscope distdir dist dist-all distcheck
  129. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  130. # Read a list of newline-separated strings from the standard input,
  131. # and print each of them once, without duplicates. Input order is
  132. # *not* preserved.
  133. am__uniquify_input = $(AWK) '\
  134. BEGIN { nonempty = 0; } \
  135. { items[$$0] = 1; nonempty = 1; } \
  136. END { if (nonempty) { for (i in items) print i; }; } \
  137. '
  138. # Make sure the list of sources is unique. This is necessary because,
  139. # e.g., the same source file might be shared among _SOURCES variables
  140. # for different programs/libraries.
  141. am__define_uniq_tagged_files = \
  142. list='$(am__tagged_files)'; \
  143. unique=`for i in $$list; do \
  144. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  145. done | $(am__uniquify_input)`
  146. ETAGS = etags
  147. CTAGS = ctags
  148. CSCOPE = cscope
  149. DIST_SUBDIRS = $(SUBDIRS)
  150. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  151. distdir = $(PACKAGE)-$(VERSION)
  152. top_distdir = $(distdir)
  153. am__remove_distdir = \
  154. if test -d "$(distdir)"; then \
  155. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  156. && rm -rf "$(distdir)" \
  157. || { sleep 5 && rm -rf "$(distdir)"; }; \
  158. else :; fi
  159. am__post_remove_distdir = $(am__remove_distdir)
  160. am__relativize = \
  161. dir0=`pwd`; \
  162. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  163. sed_rest='s,^[^/]*/*,,'; \
  164. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  165. sed_butlast='s,/*[^/]*$$,,'; \
  166. while test -n "$$dir1"; do \
  167. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  168. if test "$$first" != "."; then \
  169. if test "$$first" = ".."; then \
  170. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  171. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  172. else \
  173. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  174. if test "$$first2" = "$$first"; then \
  175. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  176. else \
  177. dir2="../$$dir2"; \
  178. fi; \
  179. dir0="$$dir0"/"$$first"; \
  180. fi; \
  181. fi; \
  182. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  183. done; \
  184. reldir="$$dir2"
  185. DIST_ARCHIVES = $(distdir).tar.gz
  186. GZIP_ENV = --best
  187. DIST_TARGETS = dist-gzip
  188. distuninstallcheck_listfiles = find . -type f -print
  189. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  190. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  191. distcleancheck_listfiles = find . -type f -print
  192. ACLOCAL = @ACLOCAL@
  193. AMTAR = @AMTAR@
  194. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  195. AR = @AR@
  196. AUTOCONF = @AUTOCONF@
  197. AUTOHEADER = @AUTOHEADER@
  198. AUTOMAKE = @AUTOMAKE@
  199. AWK = @AWK@
  200. CC = @CC@
  201. CCDEPMODE = @CCDEPMODE@
  202. CFLAGS = @CFLAGS@
  203. CHECK_CFLAGS = @CHECK_CFLAGS@
  204. CHECK_LIBS = @CHECK_LIBS@
  205. CPP = @CPP@
  206. CPPFLAGS = @CPPFLAGS@
  207. CYGPATH_W = @CYGPATH_W@
  208. DEFS = @DEFS@
  209. DEPDIR = @DEPDIR@
  210. DLLTOOL = @DLLTOOL@
  211. DSYMUTIL = @DSYMUTIL@
  212. DUMPBIN = @DUMPBIN@
  213. ECHO_C = @ECHO_C@
  214. ECHO_N = @ECHO_N@
  215. ECHO_T = @ECHO_T@
  216. EGREP = @EGREP@
  217. EXEEXT = @EXEEXT@
  218. FGREP = @FGREP@
  219. GREP = @GREP@
  220. INSTALL = @INSTALL@
  221. INSTALL_DATA = @INSTALL_DATA@
  222. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  223. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  224. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  225. LD = @LD@
  226. LDFLAGS = @LDFLAGS@
  227. LIBOBJS = @LIBOBJS@
  228. LIBS = @LIBS@
  229. LIBTOOL = @LIBTOOL@
  230. LIPO = @LIPO@
  231. LN_S = @LN_S@
  232. LTLIBOBJS = @LTLIBOBJS@
  233. MAKEINFO = @MAKEINFO@
  234. MANIFEST_TOOL = @MANIFEST_TOOL@
  235. MKDIR_P = @MKDIR_P@
  236. NM = @NM@
  237. NMEDIT = @NMEDIT@
  238. OBJDUMP = @OBJDUMP@
  239. OBJEXT = @OBJEXT@
  240. OTOOL = @OTOOL@
  241. OTOOL64 = @OTOOL64@
  242. PACKAGE = @PACKAGE@
  243. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  244. PACKAGE_NAME = @PACKAGE_NAME@
  245. PACKAGE_STRING = @PACKAGE_STRING@
  246. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  247. PACKAGE_URL = @PACKAGE_URL@
  248. PACKAGE_VERSION = @PACKAGE_VERSION@
  249. PATH_SEPARATOR = @PATH_SEPARATOR@
  250. PKG_CONFIG = @PKG_CONFIG@
  251. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  252. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  253. RANLIB = @RANLIB@
  254. SED = @SED@
  255. SET_MAKE = @SET_MAKE@
  256. SHELL = @SHELL@
  257. STRIP = @STRIP@
  258. VERSION = @VERSION@
  259. abs_builddir = @abs_builddir@
  260. abs_srcdir = @abs_srcdir@
  261. abs_top_builddir = @abs_top_builddir@
  262. abs_top_srcdir = @abs_top_srcdir@
  263. ac_ct_AR = @ac_ct_AR@
  264. ac_ct_CC = @ac_ct_CC@
  265. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  266. am__include = @am__include@
  267. am__leading_dot = @am__leading_dot@
  268. am__quote = @am__quote@
  269. am__tar = @am__tar@
  270. am__untar = @am__untar@
  271. bindir = @bindir@
  272. build = @build@
  273. build_alias = @build_alias@
  274. build_cpu = @build_cpu@
  275. build_os = @build_os@
  276. build_vendor = @build_vendor@
  277. builddir = @builddir@
  278. datadir = @datadir@
  279. datarootdir = @datarootdir@
  280. docdir = @docdir@
  281. dvidir = @dvidir@
  282. exec_prefix = @exec_prefix@
  283. host = @host@
  284. host_alias = @host_alias@
  285. host_cpu = @host_cpu@
  286. host_os = @host_os@
  287. host_vendor = @host_vendor@
  288. htmldir = @htmldir@
  289. includedir = @includedir@
  290. infodir = @infodir@
  291. install_sh = @install_sh@
  292. libdir = @libdir@
  293. libexecdir = @libexecdir@
  294. localedir = @localedir@
  295. localstatedir = @localstatedir@
  296. mandir = @mandir@
  297. mkdir_p = @mkdir_p@
  298. oldincludedir = @oldincludedir@
  299. pdfdir = @pdfdir@
  300. prefix = @prefix@
  301. program_transform_name = @program_transform_name@
  302. psdir = @psdir@
  303. sbindir = @sbindir@
  304. sharedstatedir = @sharedstatedir@
  305. srcdir = @srcdir@
  306. sysconfdir = @sysconfdir@
  307. target = @target@
  308. target_alias = @target_alias@
  309. target_cpu = @target_cpu@
  310. target_os = @target_os@
  311. target_vendor = @target_vendor@
  312. top_build_prefix = @top_build_prefix@
  313. top_builddir = @top_builddir@
  314. top_srcdir = @top_srcdir@
  315. SUBDIRS = src . tests
  316. all: all-recursive
  317. .SUFFIXES:
  318. am--refresh: Makefile
  319. @:
  320. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  321. @for dep in $?; do \
  322. case '$(am__configure_deps)' in \
  323. *$$dep*) \
  324. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  325. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  326. && exit 0; \
  327. exit 1;; \
  328. esac; \
  329. done; \
  330. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  331. $(am__cd) $(top_srcdir) && \
  332. $(AUTOMAKE) --gnu Makefile
  333. .PRECIOUS: Makefile
  334. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  335. @case '$?' in \
  336. *config.status*) \
  337. echo ' $(SHELL) ./config.status'; \
  338. $(SHELL) ./config.status;; \
  339. *) \
  340. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  341. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  342. esac;
  343. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  344. $(SHELL) ./config.status --recheck
  345. $(top_srcdir)/configure: $(am__configure_deps)
  346. $(am__cd) $(srcdir) && $(AUTOCONF)
  347. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  348. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  349. $(am__aclocal_m4_deps):
  350. mostlyclean-libtool:
  351. -rm -f *.lo
  352. clean-libtool:
  353. -rm -rf .libs _libs
  354. distclean-libtool:
  355. -rm -f libtool config.lt
  356. # This directory's subdirectories are mostly independent; you can cd
  357. # into them and run 'make' without going through this Makefile.
  358. # To change the values of 'make' variables: instead of editing Makefiles,
  359. # (1) if the variable is set in 'config.status', edit 'config.status'
  360. # (which will cause the Makefiles to be regenerated when you run 'make');
  361. # (2) otherwise, pass the desired values on the 'make' command line.
  362. $(am__recursive_targets):
  363. @fail=; \
  364. if $(am__make_keepgoing); then \
  365. failcom='fail=yes'; \
  366. else \
  367. failcom='exit 1'; \
  368. fi; \
  369. dot_seen=no; \
  370. target=`echo $@ | sed s/-recursive//`; \
  371. case "$@" in \
  372. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  373. *) list='$(SUBDIRS)' ;; \
  374. esac; \
  375. for subdir in $$list; do \
  376. echo "Making $$target in $$subdir"; \
  377. if test "$$subdir" = "."; then \
  378. dot_seen=yes; \
  379. local_target="$$target-am"; \
  380. else \
  381. local_target="$$target"; \
  382. fi; \
  383. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  384. || eval $$failcom; \
  385. done; \
  386. if test "$$dot_seen" = "no"; then \
  387. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  388. fi; test -z "$$fail"
  389. ID: $(am__tagged_files)
  390. $(am__define_uniq_tagged_files); mkid -fID $$unique
  391. tags: tags-recursive
  392. TAGS: tags
  393. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  394. set x; \
  395. here=`pwd`; \
  396. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  397. include_option=--etags-include; \
  398. empty_fix=.; \
  399. else \
  400. include_option=--include; \
  401. empty_fix=; \
  402. fi; \
  403. list='$(SUBDIRS)'; for subdir in $$list; do \
  404. if test "$$subdir" = .; then :; else \
  405. test ! -f $$subdir/TAGS || \
  406. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  407. fi; \
  408. done; \
  409. $(am__define_uniq_tagged_files); \
  410. shift; \
  411. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  412. test -n "$$unique" || unique=$$empty_fix; \
  413. if test $$# -gt 0; then \
  414. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  415. "$$@" $$unique; \
  416. else \
  417. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  418. $$unique; \
  419. fi; \
  420. fi
  421. ctags: ctags-recursive
  422. CTAGS: ctags
  423. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  424. $(am__define_uniq_tagged_files); \
  425. test -z "$(CTAGS_ARGS)$$unique" \
  426. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  427. $$unique
  428. GTAGS:
  429. here=`$(am__cd) $(top_builddir) && pwd` \
  430. && $(am__cd) $(top_srcdir) \
  431. && gtags -i $(GTAGS_ARGS) "$$here"
  432. cscope: cscope.files
  433. test ! -s cscope.files \
  434. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  435. clean-cscope:
  436. -rm -f cscope.files
  437. cscope.files: clean-cscope cscopelist
  438. cscopelist: cscopelist-recursive
  439. cscopelist-am: $(am__tagged_files)
  440. list='$(am__tagged_files)'; \
  441. case "$(srcdir)" in \
  442. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  443. *) sdir=$(subdir)/$(srcdir) ;; \
  444. esac; \
  445. for i in $$list; do \
  446. if test -f "$$i"; then \
  447. echo "$(subdir)/$$i"; \
  448. else \
  449. echo "$$sdir/$$i"; \
  450. fi; \
  451. done >> $(top_builddir)/cscope.files
  452. distclean-tags:
  453. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  454. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  455. distdir: $(DISTFILES)
  456. $(am__remove_distdir)
  457. test -d "$(distdir)" || mkdir "$(distdir)"
  458. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  459. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  460. list='$(DISTFILES)'; \
  461. dist_files=`for file in $$list; do echo $$file; done | \
  462. sed -e "s|^$$srcdirstrip/||;t" \
  463. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  464. case $$dist_files in \
  465. */*) $(MKDIR_P) `echo "$$dist_files" | \
  466. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  467. sort -u` ;; \
  468. esac; \
  469. for file in $$dist_files; do \
  470. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  471. if test -d $$d/$$file; then \
  472. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  473. if test -d "$(distdir)/$$file"; then \
  474. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  475. fi; \
  476. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  477. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  478. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  479. fi; \
  480. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  481. else \
  482. test -f "$(distdir)/$$file" \
  483. || cp -p $$d/$$file "$(distdir)/$$file" \
  484. || exit 1; \
  485. fi; \
  486. done
  487. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  488. if test "$$subdir" = .; then :; else \
  489. $(am__make_dryrun) \
  490. || test -d "$(distdir)/$$subdir" \
  491. || $(MKDIR_P) "$(distdir)/$$subdir" \
  492. || exit 1; \
  493. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  494. $(am__relativize); \
  495. new_distdir=$$reldir; \
  496. dir1=$$subdir; dir2="$(top_distdir)"; \
  497. $(am__relativize); \
  498. new_top_distdir=$$reldir; \
  499. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  500. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  501. ($(am__cd) $$subdir && \
  502. $(MAKE) $(AM_MAKEFLAGS) \
  503. top_distdir="$$new_top_distdir" \
  504. distdir="$$new_distdir" \
  505. am__remove_distdir=: \
  506. am__skip_length_check=: \
  507. am__skip_mode_fix=: \
  508. distdir) \
  509. || exit 1; \
  510. fi; \
  511. done
  512. -test -n "$(am__skip_mode_fix)" \
  513. || find "$(distdir)" -type d ! -perm -755 \
  514. -exec chmod u+rwx,go+rx {} \; -o \
  515. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  516. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  517. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  518. || chmod -R a+r "$(distdir)"
  519. dist-gzip: distdir
  520. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  521. $(am__post_remove_distdir)
  522. dist-bzip2: distdir
  523. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  524. $(am__post_remove_distdir)
  525. dist-lzip: distdir
  526. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  527. $(am__post_remove_distdir)
  528. dist-xz: distdir
  529. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  530. $(am__post_remove_distdir)
  531. dist-tarZ: distdir
  532. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  533. $(am__post_remove_distdir)
  534. dist-shar: distdir
  535. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  536. $(am__post_remove_distdir)
  537. dist-zip: distdir
  538. -rm -f $(distdir).zip
  539. zip -rq $(distdir).zip $(distdir)
  540. $(am__post_remove_distdir)
  541. dist dist-all:
  542. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  543. $(am__post_remove_distdir)
  544. # This target untars the dist file and tries a VPATH configuration. Then
  545. # it guarantees that the distribution is self-contained by making another
  546. # tarfile.
  547. distcheck: dist
  548. case '$(DIST_ARCHIVES)' in \
  549. *.tar.gz*) \
  550. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  551. *.tar.bz2*) \
  552. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  553. *.tar.lz*) \
  554. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  555. *.tar.xz*) \
  556. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  557. *.tar.Z*) \
  558. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  559. *.shar.gz*) \
  560. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  561. *.zip*) \
  562. unzip $(distdir).zip ;;\
  563. esac
  564. chmod -R a-w $(distdir)
  565. chmod u+w $(distdir)
  566. mkdir $(distdir)/_build $(distdir)/_inst
  567. chmod a-w $(distdir)
  568. test -d $(distdir)/_build || exit 0; \
  569. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  570. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  571. && am__cwd=`pwd` \
  572. && $(am__cd) $(distdir)/_build \
  573. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  574. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  575. $(DISTCHECK_CONFIGURE_FLAGS) \
  576. && $(MAKE) $(AM_MAKEFLAGS) \
  577. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  578. && $(MAKE) $(AM_MAKEFLAGS) check \
  579. && $(MAKE) $(AM_MAKEFLAGS) install \
  580. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  581. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  582. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  583. distuninstallcheck \
  584. && chmod -R a-w "$$dc_install_base" \
  585. && ({ \
  586. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  587. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  588. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  589. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  590. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  591. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  592. && rm -rf "$$dc_destdir" \
  593. && $(MAKE) $(AM_MAKEFLAGS) dist \
  594. && rm -rf $(DIST_ARCHIVES) \
  595. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  596. && cd "$$am__cwd" \
  597. || exit 1
  598. $(am__post_remove_distdir)
  599. @(echo "$(distdir) archives ready for distribution: "; \
  600. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  601. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  602. distuninstallcheck:
  603. @test -n '$(distuninstallcheck_dir)' || { \
  604. echo 'ERROR: trying to run $@ with an empty' \
  605. '$$(distuninstallcheck_dir)' >&2; \
  606. exit 1; \
  607. }; \
  608. $(am__cd) '$(distuninstallcheck_dir)' || { \
  609. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  610. exit 1; \
  611. }; \
  612. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  613. || { echo "ERROR: files left after uninstall:" ; \
  614. if test -n "$(DESTDIR)"; then \
  615. echo " (check DESTDIR support)"; \
  616. fi ; \
  617. $(distuninstallcheck_listfiles) ; \
  618. exit 1; } >&2
  619. distcleancheck: distclean
  620. @if test '$(srcdir)' = . ; then \
  621. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  622. exit 1 ; \
  623. fi
  624. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  625. || { echo "ERROR: files left in build directory after distclean:" ; \
  626. $(distcleancheck_listfiles) ; \
  627. exit 1; } >&2
  628. check-am: all-am
  629. check: check-recursive
  630. all-am: Makefile
  631. installdirs: installdirs-recursive
  632. installdirs-am:
  633. install: install-recursive
  634. install-exec: install-exec-recursive
  635. install-data: install-data-recursive
  636. uninstall: uninstall-recursive
  637. install-am: all-am
  638. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  639. installcheck: installcheck-recursive
  640. install-strip:
  641. if test -z '$(STRIP)'; then \
  642. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  643. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  644. install; \
  645. else \
  646. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  647. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  648. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  649. fi
  650. mostlyclean-generic:
  651. clean-generic:
  652. distclean-generic:
  653. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  654. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  655. maintainer-clean-generic:
  656. @echo "This command is intended for maintainers to use"
  657. @echo "it deletes files that may require special tools to rebuild."
  658. clean: clean-recursive
  659. clean-am: clean-generic clean-libtool mostlyclean-am
  660. distclean: distclean-recursive
  661. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  662. -rm -f Makefile
  663. distclean-am: clean-am distclean-generic distclean-libtool \
  664. distclean-tags
  665. dvi: dvi-recursive
  666. dvi-am:
  667. html: html-recursive
  668. html-am:
  669. info: info-recursive
  670. info-am:
  671. install-data-am:
  672. install-dvi: install-dvi-recursive
  673. install-dvi-am:
  674. install-exec-am:
  675. install-html: install-html-recursive
  676. install-html-am:
  677. install-info: install-info-recursive
  678. install-info-am:
  679. install-man:
  680. install-pdf: install-pdf-recursive
  681. install-pdf-am:
  682. install-ps: install-ps-recursive
  683. install-ps-am:
  684. installcheck-am:
  685. maintainer-clean: maintainer-clean-recursive
  686. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  687. -rm -rf $(top_srcdir)/autom4te.cache
  688. -rm -f Makefile
  689. maintainer-clean-am: distclean-am maintainer-clean-generic
  690. mostlyclean: mostlyclean-recursive
  691. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  692. pdf: pdf-recursive
  693. pdf-am:
  694. ps: ps-recursive
  695. ps-am:
  696. uninstall-am:
  697. .MAKE: $(am__recursive_targets) install-am install-strip
  698. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  699. am--refresh check check-am clean clean-cscope clean-generic \
  700. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  701. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  702. dist-xz dist-zip distcheck distclean distclean-generic \
  703. distclean-libtool distclean-tags distcleancheck distdir \
  704. distuninstallcheck dvi dvi-am html html-am info info-am \
  705. install install-am install-data install-data-am install-dvi \
  706. install-dvi-am install-exec install-exec-am install-html \
  707. install-html-am install-info install-info-am install-man \
  708. install-pdf install-pdf-am install-ps install-ps-am \
  709. install-strip installcheck installcheck-am installdirs \
  710. installdirs-am maintainer-clean maintainer-clean-generic \
  711. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  712. ps ps-am tags tags-am uninstall uninstall-am
  713. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  714. # Otherwise a system limit (for SysV at least) may be exceeded.
  715. .NOEXPORT: