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.

827 lines
26 KiB

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