You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

609 lines
18 KiB

  1. # Makefile.in generated by automake 1.11.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  5. # Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. am__make_dryrun = \
  16. { \
  17. am__dry=no; \
  18. case $$MAKEFLAGS in \
  19. *\\[\ \ ]*) \
  20. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  21. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  22. *) \
  23. for am__flg in $$MAKEFLAGS; do \
  24. case $$am__flg in \
  25. *=*|--*) ;; \
  26. *n*) am__dry=yes; break;; \
  27. esac; \
  28. done;; \
  29. esac; \
  30. test $$am__dry = yes; \
  31. }
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkglibexecdir = $(libexecdir)/@PACKAGE@
  36. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  37. install_sh_DATA = $(install_sh) -c -m 644
  38. install_sh_PROGRAM = $(install_sh) -c
  39. install_sh_SCRIPT = $(install_sh) -c
  40. INSTALL_HEADER = $(INSTALL_DATA)
  41. transform = $(program_transform_name)
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. build_triplet = @build@
  49. host_triplet = @host@
  50. subdir = test
  51. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  52. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  53. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  54. $(top_srcdir)/m4/ax_check_link_flag.m4 \
  55. $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
  56. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  57. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  58. $(top_srcdir)/configure.ac
  59. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  60. $(ACLOCAL_M4)
  61. mkinstalldirs = $(install_sh) -d
  62. CONFIG_CLEAN_FILES =
  63. CONFIG_CLEAN_VPATH_FILES =
  64. AM_V_GEN = $(am__v_GEN_@AM_V@)
  65. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  66. am__v_GEN_0 = @echo " GEN " $@;
  67. AM_V_at = $(am__v_at_@AM_V@)
  68. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  69. am__v_at_0 = @
  70. SOURCES =
  71. DIST_SOURCES =
  72. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  73. html-recursive info-recursive install-data-recursive \
  74. install-dvi-recursive install-exec-recursive \
  75. install-html-recursive install-info-recursive \
  76. install-pdf-recursive install-ps-recursive install-recursive \
  77. installcheck-recursive installdirs-recursive pdf-recursive \
  78. ps-recursive uninstall-recursive
  79. am__can_run_installinfo = \
  80. case $$AM_UPDATE_INFO_DIR in \
  81. n|no|NO) false;; \
  82. *) (install-info --version) >/dev/null 2>&1;; \
  83. esac
  84. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  85. distclean-recursive maintainer-clean-recursive
  86. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  87. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  88. distdir
  89. ETAGS = etags
  90. CTAGS = ctags
  91. DIST_SUBDIRS = $(SUBDIRS)
  92. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  93. am__relativize = \
  94. dir0=`pwd`; \
  95. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  96. sed_rest='s,^[^/]*/*,,'; \
  97. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  98. sed_butlast='s,/*[^/]*$$,,'; \
  99. while test -n "$$dir1"; do \
  100. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  101. if test "$$first" != "."; then \
  102. if test "$$first" = ".."; then \
  103. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  104. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  105. else \
  106. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  107. if test "$$first2" = "$$first"; then \
  108. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  109. else \
  110. dir2="../$$dir2"; \
  111. fi; \
  112. dir0="$$dir0"/"$$first"; \
  113. fi; \
  114. fi; \
  115. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  116. done; \
  117. reldir="$$dir2"
  118. ACLOCAL = @ACLOCAL@
  119. AMTAR = @AMTAR@
  120. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  121. AR = @AR@
  122. AS = @AS@
  123. AUTOCONF = @AUTOCONF@
  124. AUTOHEADER = @AUTOHEADER@
  125. AUTOMAKE = @AUTOMAKE@
  126. AWK = @AWK@
  127. CC = @CC@
  128. CCAS = @CCAS@
  129. CCASDEPMODE = @CCASDEPMODE@
  130. CCASFLAGS = @CCASFLAGS@
  131. CCDEPMODE = @CCDEPMODE@
  132. CFLAGS = @CFLAGS@
  133. CPP = @CPP@
  134. CPPFLAGS = @CPPFLAGS@
  135. CWFLAGS = @CWFLAGS@
  136. CYGPATH_W = @CYGPATH_W@
  137. DEFS = @DEFS@
  138. DEPDIR = @DEPDIR@
  139. DLLTOOL = @DLLTOOL@
  140. DLL_VERSION = @DLL_VERSION@
  141. DSYMUTIL = @DSYMUTIL@
  142. DUMPBIN = @DUMPBIN@
  143. ECHO_C = @ECHO_C@
  144. ECHO_N = @ECHO_N@
  145. ECHO_T = @ECHO_T@
  146. EGREP = @EGREP@
  147. EXEEXT = @EXEEXT@
  148. FGREP = @FGREP@
  149. GREP = @GREP@
  150. HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
  151. HAVE_CPUID_V = @HAVE_CPUID_V@
  152. HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
  153. INSTALL = @INSTALL@
  154. INSTALL_DATA = @INSTALL_DATA@
  155. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  156. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  157. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  158. ISODATE = @ISODATE@
  159. LD = @LD@
  160. LDFLAGS = @LDFLAGS@
  161. LIBOBJS = @LIBOBJS@
  162. LIBS = @LIBS@
  163. LIBTOOL = @LIBTOOL@
  164. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  165. LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
  166. LIPO = @LIPO@
  167. LN_S = @LN_S@
  168. LTLIBOBJS = @LTLIBOBJS@
  169. MAINT = @MAINT@
  170. MAKEINFO = @MAKEINFO@
  171. MANIFEST_TOOL = @MANIFEST_TOOL@
  172. MKDIR_P = @MKDIR_P@
  173. NM = @NM@
  174. NMEDIT = @NMEDIT@
  175. OBJDUMP = @OBJDUMP@
  176. OBJEXT = @OBJEXT@
  177. OTOOL = @OTOOL@
  178. OTOOL64 = @OTOOL64@
  179. PACKAGE = @PACKAGE@
  180. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  181. PACKAGE_NAME = @PACKAGE_NAME@
  182. PACKAGE_STRING = @PACKAGE_STRING@
  183. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  184. PACKAGE_URL = @PACKAGE_URL@
  185. PACKAGE_VERSION = @PACKAGE_VERSION@
  186. PATH_SEPARATOR = @PATH_SEPARATOR@
  187. RANLIB = @RANLIB@
  188. SAFECODE_HOME = @SAFECODE_HOME@
  189. SED = @SED@
  190. SET_MAKE = @SET_MAKE@
  191. SHELL = @SHELL@
  192. SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
  193. SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
  194. SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
  195. STRIP = @STRIP@
  196. VERSION = @VERSION@
  197. abs_builddir = @abs_builddir@
  198. abs_srcdir = @abs_srcdir@
  199. abs_top_builddir = @abs_top_builddir@
  200. abs_top_srcdir = @abs_top_srcdir@
  201. ac_ct_AR = @ac_ct_AR@
  202. ac_ct_CC = @ac_ct_CC@
  203. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  204. am__include = @am__include@
  205. am__leading_dot = @am__leading_dot@
  206. am__quote = @am__quote@
  207. am__tar = @am__tar@
  208. am__untar = @am__untar@
  209. bindir = @bindir@
  210. build = @build@
  211. build_alias = @build_alias@
  212. build_cpu = @build_cpu@
  213. build_os = @build_os@
  214. build_vendor = @build_vendor@
  215. builddir = @builddir@
  216. datadir = @datadir@
  217. datarootdir = @datarootdir@
  218. docdir = @docdir@
  219. dvidir = @dvidir@
  220. exec_prefix = @exec_prefix@
  221. host = @host@
  222. host_alias = @host_alias@
  223. host_cpu = @host_cpu@
  224. host_os = @host_os@
  225. host_vendor = @host_vendor@
  226. htmldir = @htmldir@
  227. includedir = @includedir@
  228. infodir = @infodir@
  229. install_sh = @install_sh@
  230. libdir = @libdir@
  231. libexecdir = @libexecdir@
  232. localedir = @localedir@
  233. localstatedir = @localstatedir@
  234. mandir = @mandir@
  235. mkdir_p = @mkdir_p@
  236. oldincludedir = @oldincludedir@
  237. pdfdir = @pdfdir@
  238. prefix = @prefix@
  239. program_transform_name = @program_transform_name@
  240. psdir = @psdir@
  241. sbindir = @sbindir@
  242. sharedstatedir = @sharedstatedir@
  243. srcdir = @srcdir@
  244. sysconfdir = @sysconfdir@
  245. target_alias = @target_alias@
  246. top_build_prefix = @top_build_prefix@
  247. top_builddir = @top_builddir@
  248. top_srcdir = @top_srcdir@
  249. SUBDIRS = \
  250. default
  251. EXTRA_DIST = \
  252. quirks/windows/windows-quirks.h
  253. all: all-recursive
  254. .SUFFIXES:
  255. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  256. @for dep in $?; do \
  257. case '$(am__configure_deps)' in \
  258. *$$dep*) \
  259. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  260. && { if test -f $@; then exit 0; else break; fi; }; \
  261. exit 1;; \
  262. esac; \
  263. done; \
  264. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
  265. $(am__cd) $(top_srcdir) && \
  266. $(AUTOMAKE) --foreign test/Makefile
  267. .PRECIOUS: Makefile
  268. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  269. @case '$?' in \
  270. *config.status*) \
  271. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  272. *) \
  273. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  274. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  275. esac;
  276. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  277. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  278. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  279. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  280. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  282. $(am__aclocal_m4_deps):
  283. mostlyclean-libtool:
  284. -rm -f *.lo
  285. clean-libtool:
  286. -rm -rf .libs _libs
  287. # This directory's subdirectories are mostly independent; you can cd
  288. # into them and run `make' without going through this Makefile.
  289. # To change the values of `make' variables: instead of editing Makefiles,
  290. # (1) if the variable is set in `config.status', edit `config.status'
  291. # (which will cause the Makefiles to be regenerated when you run `make');
  292. # (2) otherwise, pass the desired values on the `make' command line.
  293. $(RECURSIVE_TARGETS):
  294. @fail= failcom='exit 1'; \
  295. for f in x $$MAKEFLAGS; do \
  296. case $$f in \
  297. *=* | --[!k]*);; \
  298. *k*) failcom='fail=yes';; \
  299. esac; \
  300. done; \
  301. dot_seen=no; \
  302. target=`echo $@ | sed s/-recursive//`; \
  303. list='$(SUBDIRS)'; for subdir in $$list; do \
  304. echo "Making $$target in $$subdir"; \
  305. if test "$$subdir" = "."; then \
  306. dot_seen=yes; \
  307. local_target="$$target-am"; \
  308. else \
  309. local_target="$$target"; \
  310. fi; \
  311. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  312. || eval $$failcom; \
  313. done; \
  314. if test "$$dot_seen" = "no"; then \
  315. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  316. fi; test -z "$$fail"
  317. $(RECURSIVE_CLEAN_TARGETS):
  318. @fail= failcom='exit 1'; \
  319. for f in x $$MAKEFLAGS; do \
  320. case $$f in \
  321. *=* | --[!k]*);; \
  322. *k*) failcom='fail=yes';; \
  323. esac; \
  324. done; \
  325. dot_seen=no; \
  326. case "$@" in \
  327. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  328. *) list='$(SUBDIRS)' ;; \
  329. esac; \
  330. rev=''; for subdir in $$list; do \
  331. if test "$$subdir" = "."; then :; else \
  332. rev="$$subdir $$rev"; \
  333. fi; \
  334. done; \
  335. rev="$$rev ."; \
  336. target=`echo $@ | sed s/-recursive//`; \
  337. for subdir in $$rev; do \
  338. echo "Making $$target in $$subdir"; \
  339. if test "$$subdir" = "."; then \
  340. local_target="$$target-am"; \
  341. else \
  342. local_target="$$target"; \
  343. fi; \
  344. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  345. || eval $$failcom; \
  346. done && test -z "$$fail"
  347. tags-recursive:
  348. list='$(SUBDIRS)'; for subdir in $$list; do \
  349. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  350. done
  351. ctags-recursive:
  352. list='$(SUBDIRS)'; for subdir in $$list; do \
  353. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  354. done
  355. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  356. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  357. unique=`for i in $$list; do \
  358. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  359. done | \
  360. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  361. END { if (nonempty) { for (i in files) print i; }; }'`; \
  362. mkid -fID $$unique
  363. tags: TAGS
  364. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  365. $(TAGS_FILES) $(LISP)
  366. set x; \
  367. here=`pwd`; \
  368. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  369. include_option=--etags-include; \
  370. empty_fix=.; \
  371. else \
  372. include_option=--include; \
  373. empty_fix=; \
  374. fi; \
  375. list='$(SUBDIRS)'; for subdir in $$list; do \
  376. if test "$$subdir" = .; then :; else \
  377. test ! -f $$subdir/TAGS || \
  378. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  379. fi; \
  380. done; \
  381. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  382. unique=`for i in $$list; do \
  383. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  384. done | \
  385. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  386. END { if (nonempty) { for (i in files) print i; }; }'`; \
  387. shift; \
  388. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  389. test -n "$$unique" || unique=$$empty_fix; \
  390. if test $$# -gt 0; then \
  391. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  392. "$$@" $$unique; \
  393. else \
  394. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  395. $$unique; \
  396. fi; \
  397. fi
  398. ctags: CTAGS
  399. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  400. $(TAGS_FILES) $(LISP)
  401. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  402. unique=`for i in $$list; do \
  403. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  404. done | \
  405. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  406. END { if (nonempty) { for (i in files) print i; }; }'`; \
  407. test -z "$(CTAGS_ARGS)$$unique" \
  408. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  409. $$unique
  410. GTAGS:
  411. here=`$(am__cd) $(top_builddir) && pwd` \
  412. && $(am__cd) $(top_srcdir) \
  413. && gtags -i $(GTAGS_ARGS) "$$here"
  414. distclean-tags:
  415. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  416. distdir: $(DISTFILES)
  417. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  418. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  419. list='$(DISTFILES)'; \
  420. dist_files=`for file in $$list; do echo $$file; done | \
  421. sed -e "s|^$$srcdirstrip/||;t" \
  422. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  423. case $$dist_files in \
  424. */*) $(MKDIR_P) `echo "$$dist_files" | \
  425. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  426. sort -u` ;; \
  427. esac; \
  428. for file in $$dist_files; do \
  429. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  430. if test -d $$d/$$file; then \
  431. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  432. if test -d "$(distdir)/$$file"; then \
  433. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  434. fi; \
  435. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  436. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  437. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  438. fi; \
  439. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  440. else \
  441. test -f "$(distdir)/$$file" \
  442. || cp -p $$d/$$file "$(distdir)/$$file" \
  443. || exit 1; \
  444. fi; \
  445. done
  446. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  447. if test "$$subdir" = .; then :; else \
  448. $(am__make_dryrun) \
  449. || test -d "$(distdir)/$$subdir" \
  450. || $(MKDIR_P) "$(distdir)/$$subdir" \
  451. || exit 1; \
  452. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  453. $(am__relativize); \
  454. new_distdir=$$reldir; \
  455. dir1=$$subdir; dir2="$(top_distdir)"; \
  456. $(am__relativize); \
  457. new_top_distdir=$$reldir; \
  458. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  459. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  460. ($(am__cd) $$subdir && \
  461. $(MAKE) $(AM_MAKEFLAGS) \
  462. top_distdir="$$new_top_distdir" \
  463. distdir="$$new_distdir" \
  464. am__remove_distdir=: \
  465. am__skip_length_check=: \
  466. am__skip_mode_fix=: \
  467. distdir) \
  468. || exit 1; \
  469. fi; \
  470. done
  471. check-am: all-am
  472. check: check-recursive
  473. all-am: Makefile
  474. installdirs: installdirs-recursive
  475. installdirs-am:
  476. install: install-recursive
  477. install-exec: install-exec-recursive
  478. install-data: install-data-recursive
  479. uninstall: uninstall-recursive
  480. install-am: all-am
  481. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  482. installcheck: installcheck-recursive
  483. install-strip:
  484. if test -z '$(STRIP)'; then \
  485. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  486. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  487. install; \
  488. else \
  489. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  490. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  491. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  492. fi
  493. mostlyclean-generic:
  494. clean-generic:
  495. distclean-generic:
  496. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  497. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  498. maintainer-clean-generic:
  499. @echo "This command is intended for maintainers to use"
  500. @echo "it deletes files that may require special tools to rebuild."
  501. clean: clean-recursive
  502. clean-am: clean-generic clean-libtool mostlyclean-am
  503. distclean: distclean-recursive
  504. -rm -f Makefile
  505. distclean-am: clean-am distclean-generic distclean-tags
  506. dvi: dvi-recursive
  507. dvi-am:
  508. html: html-recursive
  509. html-am:
  510. info: info-recursive
  511. info-am:
  512. install-data-am:
  513. install-dvi: install-dvi-recursive
  514. install-dvi-am:
  515. install-exec-am:
  516. install-html: install-html-recursive
  517. install-html-am:
  518. install-info: install-info-recursive
  519. install-info-am:
  520. install-man:
  521. install-pdf: install-pdf-recursive
  522. install-pdf-am:
  523. install-ps: install-ps-recursive
  524. install-ps-am:
  525. installcheck-am:
  526. maintainer-clean: maintainer-clean-recursive
  527. -rm -f Makefile
  528. maintainer-clean-am: distclean-am maintainer-clean-generic
  529. mostlyclean: mostlyclean-recursive
  530. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  531. pdf: pdf-recursive
  532. pdf-am:
  533. ps: ps-recursive
  534. ps-am:
  535. uninstall-am:
  536. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  537. install-am install-strip tags-recursive
  538. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  539. all all-am check check-am clean clean-generic clean-libtool \
  540. ctags ctags-recursive distclean distclean-generic \
  541. distclean-libtool distclean-tags distdir dvi dvi-am html \
  542. html-am info info-am install install-am install-data \
  543. install-data-am install-dvi install-dvi-am install-exec \
  544. install-exec-am install-html install-html-am install-info \
  545. install-info-am install-man install-pdf install-pdf-am \
  546. install-ps install-ps-am install-strip installcheck \
  547. installcheck-am installdirs installdirs-am maintainer-clean \
  548. maintainer-clean-generic mostlyclean mostlyclean-generic \
  549. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  550. uninstall uninstall-am
  551. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  552. # Otherwise a system limit (for SysV at least) may be exceeded.
  553. .NOEXPORT: