Makefile.in 24 KB

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