Makefile.in 23 KB

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