Makefile.in 23 KB

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