Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  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 = test
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
  89. $(top_srcdir)/m4/ax_check_catchable_segv.m4 \
  90. $(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/ax_pthread.m4 \
  94. $(top_srcdir)/m4/ax_valgrind_check.m4 \
  95. $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
  96. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  97. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  98. $(top_srcdir)/configure.ac
  99. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  100. $(ACLOCAL_M4)
  101. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  102. mkinstalldirs = $(install_sh) -d
  103. CONFIG_CLEAN_FILES =
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  120. ctags-recursive dvi-recursive html-recursive info-recursive \
  121. install-data-recursive install-dvi-recursive \
  122. install-exec-recursive install-html-recursive \
  123. install-info-recursive install-pdf-recursive \
  124. install-ps-recursive install-recursive installcheck-recursive \
  125. installdirs-recursive pdf-recursive ps-recursive \
  126. tags-recursive uninstall-recursive
  127. am__can_run_installinfo = \
  128. case $$AM_UPDATE_INFO_DIR in \
  129. n|no|NO) false;; \
  130. *) (install-info --version) >/dev/null 2>&1;; \
  131. esac
  132. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  133. distclean-recursive maintainer-clean-recursive
  134. am__recursive_targets = \
  135. $(RECURSIVE_TARGETS) \
  136. $(RECURSIVE_CLEAN_TARGETS) \
  137. $(am__extra_recursive_targets)
  138. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  139. distdir
  140. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  141. # Read a list of newline-separated strings from the standard input,
  142. # and print each of them once, without duplicates. Input order is
  143. # *not* preserved.
  144. am__uniquify_input = $(AWK) '\
  145. BEGIN { nonempty = 0; } \
  146. { items[$$0] = 1; nonempty = 1; } \
  147. END { if (nonempty) { for (i in items) print i; }; } \
  148. '
  149. # Make sure the list of sources is unique. This is necessary because,
  150. # e.g., the same source file might be shared among _SOURCES variables
  151. # for different programs/libraries.
  152. am__define_uniq_tagged_files = \
  153. list='$(am__tagged_files)'; \
  154. unique=`for i in $$list; do \
  155. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  156. done | $(am__uniquify_input)`
  157. ETAGS = etags
  158. CTAGS = ctags
  159. DIST_SUBDIRS = $(SUBDIRS)
  160. am__DIST_COMMON = $(srcdir)/Makefile.in
  161. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  162. am__relativize = \
  163. dir0=`pwd`; \
  164. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  165. sed_rest='s,^[^/]*/*,,'; \
  166. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  167. sed_butlast='s,/*[^/]*$$,,'; \
  168. while test -n "$$dir1"; do \
  169. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  170. if test "$$first" != "."; then \
  171. if test "$$first" = ".."; then \
  172. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  173. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  174. else \
  175. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  176. if test "$$first2" = "$$first"; then \
  177. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  178. else \
  179. dir2="../$$dir2"; \
  180. fi; \
  181. dir0="$$dir0"/"$$first"; \
  182. fi; \
  183. fi; \
  184. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  185. done; \
  186. reldir="$$dir2"
  187. ACLOCAL = @ACLOCAL@
  188. AMTAR = @AMTAR@
  189. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  190. AR = @AR@
  191. AS = @AS@
  192. AUTOCONF = @AUTOCONF@
  193. AUTOHEADER = @AUTOHEADER@
  194. AUTOMAKE = @AUTOMAKE@
  195. AWK = @AWK@
  196. CC = @CC@
  197. CCAS = @CCAS@
  198. CCASDEPMODE = @CCASDEPMODE@
  199. CCASFLAGS = @CCASFLAGS@
  200. CCDEPMODE = @CCDEPMODE@
  201. CFLAGS = @CFLAGS@
  202. CFLAGS_AESNI = @CFLAGS_AESNI@
  203. CFLAGS_AVX = @CFLAGS_AVX@
  204. CFLAGS_AVX2 = @CFLAGS_AVX2@
  205. CFLAGS_AVX512F = @CFLAGS_AVX512F@
  206. CFLAGS_MMX = @CFLAGS_MMX@
  207. CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
  208. CFLAGS_SSE2 = @CFLAGS_SSE2@
  209. CFLAGS_SSE3 = @CFLAGS_SSE3@
  210. CFLAGS_SSE41 = @CFLAGS_SSE41@
  211. CFLAGS_SSSE3 = @CFLAGS_SSSE3@
  212. CPP = @CPP@
  213. CPPFLAGS = @CPPFLAGS@
  214. CWFLAGS = @CWFLAGS@
  215. CYGPATH_W = @CYGPATH_W@
  216. DEFS = @DEFS@
  217. DEPDIR = @DEPDIR@
  218. DLLTOOL = @DLLTOOL@
  219. DLL_VERSION = @DLL_VERSION@
  220. DSYMUTIL = @DSYMUTIL@
  221. DUMPBIN = @DUMPBIN@
  222. ECHO_C = @ECHO_C@
  223. ECHO_N = @ECHO_N@
  224. ECHO_T = @ECHO_T@
  225. EGREP = @EGREP@
  226. ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
  227. ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
  228. ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
  229. ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
  230. EXEEXT = @EXEEXT@
  231. FGREP = @FGREP@
  232. GREP = @GREP@
  233. HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
  234. HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
  235. HAVE_CPUID_V = @HAVE_CPUID_V@
  236. HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
  237. INSTALL = @INSTALL@
  238. INSTALL_DATA = @INSTALL_DATA@
  239. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  240. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  241. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  242. ISODATE = @ISODATE@
  243. LD = @LD@
  244. LDFLAGS = @LDFLAGS@
  245. LIBOBJS = @LIBOBJS@
  246. LIBS = @LIBS@
  247. LIBTOOL = @LIBTOOL@
  248. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  249. LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
  250. LIPO = @LIPO@
  251. LN_S = @LN_S@
  252. LTLIBOBJS = @LTLIBOBJS@
  253. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  254. MAINT = @MAINT@
  255. MAKEINFO = @MAKEINFO@
  256. MANIFEST_TOOL = @MANIFEST_TOOL@
  257. MKDIR_P = @MKDIR_P@
  258. NM = @NM@
  259. NMEDIT = @NMEDIT@
  260. OBJDUMP = @OBJDUMP@
  261. OBJEXT = @OBJEXT@
  262. OTOOL = @OTOOL@
  263. OTOOL64 = @OTOOL64@
  264. PACKAGE = @PACKAGE@
  265. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  266. PACKAGE_NAME = @PACKAGE_NAME@
  267. PACKAGE_STRING = @PACKAGE_STRING@
  268. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  269. PACKAGE_URL = @PACKAGE_URL@
  270. PACKAGE_VERSION = @PACKAGE_VERSION@
  271. PATH_SEPARATOR = @PATH_SEPARATOR@
  272. PTHREAD_CC = @PTHREAD_CC@
  273. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  274. PTHREAD_LIBS = @PTHREAD_LIBS@
  275. RANLIB = @RANLIB@
  276. SAFECODE_HOME = @SAFECODE_HOME@
  277. SED = @SED@
  278. SET_MAKE = @SET_MAKE@
  279. SHELL = @SHELL@
  280. SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
  281. SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
  282. SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
  283. SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
  284. STRIP = @STRIP@
  285. TEST_LDFLAGS = @TEST_LDFLAGS@
  286. VALGRIND = @VALGRIND@
  287. VALGRIND_ENABLED = @VALGRIND_ENABLED@
  288. VERSION = @VERSION@
  289. abs_builddir = @abs_builddir@
  290. abs_srcdir = @abs_srcdir@
  291. abs_top_builddir = @abs_top_builddir@
  292. abs_top_srcdir = @abs_top_srcdir@
  293. ac_ct_AR = @ac_ct_AR@
  294. ac_ct_CC = @ac_ct_CC@
  295. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  296. am__include = @am__include@
  297. am__leading_dot = @am__leading_dot@
  298. am__quote = @am__quote@
  299. am__tar = @am__tar@
  300. am__untar = @am__untar@
  301. ax_pthread_config = @ax_pthread_config@
  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. runstatedir = @runstatedir@
  335. sbindir = @sbindir@
  336. sharedstatedir = @sharedstatedir@
  337. srcdir = @srcdir@
  338. sysconfdir = @sysconfdir@
  339. target_alias = @target_alias@
  340. top_build_prefix = @top_build_prefix@
  341. top_builddir = @top_builddir@
  342. top_srcdir = @top_srcdir@
  343. valgrind_enabled_tools = @valgrind_enabled_tools@
  344. valgrind_tools = @valgrind_tools@
  345. SUBDIRS = \
  346. default
  347. EXTRA_DIST = \
  348. quirks/quirks.h
  349. all: all-recursive
  350. .SUFFIXES:
  351. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  352. @for dep in $?; do \
  353. case '$(am__configure_deps)' in \
  354. *$$dep*) \
  355. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  356. && { if test -f $@; then exit 0; else break; fi; }; \
  357. exit 1;; \
  358. esac; \
  359. done; \
  360. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
  361. $(am__cd) $(top_srcdir) && \
  362. $(AUTOMAKE) --foreign test/Makefile
  363. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  364. @case '$?' in \
  365. *config.status*) \
  366. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  367. *) \
  368. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  369. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  370. esac;
  371. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  372. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  373. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  374. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  375. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  376. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  377. $(am__aclocal_m4_deps):
  378. mostlyclean-libtool:
  379. -rm -f *.lo
  380. clean-libtool:
  381. -rm -rf .libs _libs
  382. # This directory's subdirectories are mostly independent; you can cd
  383. # into them and run 'make' without going through this Makefile.
  384. # To change the values of 'make' variables: instead of editing Makefiles,
  385. # (1) if the variable is set in 'config.status', edit 'config.status'
  386. # (which will cause the Makefiles to be regenerated when you run 'make');
  387. # (2) otherwise, pass the desired values on the 'make' command line.
  388. $(am__recursive_targets):
  389. @fail=; \
  390. if $(am__make_keepgoing); then \
  391. failcom='fail=yes'; \
  392. else \
  393. failcom='exit 1'; \
  394. fi; \
  395. dot_seen=no; \
  396. target=`echo $@ | sed s/-recursive//`; \
  397. case "$@" in \
  398. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  399. *) list='$(SUBDIRS)' ;; \
  400. esac; \
  401. for subdir in $$list; do \
  402. echo "Making $$target in $$subdir"; \
  403. if test "$$subdir" = "."; then \
  404. dot_seen=yes; \
  405. local_target="$$target-am"; \
  406. else \
  407. local_target="$$target"; \
  408. fi; \
  409. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  410. || eval $$failcom; \
  411. done; \
  412. if test "$$dot_seen" = "no"; then \
  413. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  414. fi; test -z "$$fail"
  415. ID: $(am__tagged_files)
  416. $(am__define_uniq_tagged_files); mkid -fID $$unique
  417. tags: tags-recursive
  418. TAGS: tags
  419. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  420. set x; \
  421. here=`pwd`; \
  422. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  423. include_option=--etags-include; \
  424. empty_fix=.; \
  425. else \
  426. include_option=--include; \
  427. empty_fix=; \
  428. fi; \
  429. list='$(SUBDIRS)'; for subdir in $$list; do \
  430. if test "$$subdir" = .; then :; else \
  431. test ! -f $$subdir/TAGS || \
  432. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  433. fi; \
  434. done; \
  435. $(am__define_uniq_tagged_files); \
  436. shift; \
  437. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  438. test -n "$$unique" || unique=$$empty_fix; \
  439. if test $$# -gt 0; then \
  440. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  441. "$$@" $$unique; \
  442. else \
  443. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  444. $$unique; \
  445. fi; \
  446. fi
  447. ctags: ctags-recursive
  448. CTAGS: ctags
  449. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  450. $(am__define_uniq_tagged_files); \
  451. test -z "$(CTAGS_ARGS)$$unique" \
  452. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  453. $$unique
  454. GTAGS:
  455. here=`$(am__cd) $(top_builddir) && pwd` \
  456. && $(am__cd) $(top_srcdir) \
  457. && gtags -i $(GTAGS_ARGS) "$$here"
  458. cscopelist: cscopelist-recursive
  459. cscopelist-am: $(am__tagged_files)
  460. list='$(am__tagged_files)'; \
  461. case "$(srcdir)" in \
  462. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  463. *) sdir=$(subdir)/$(srcdir) ;; \
  464. esac; \
  465. for i in $$list; do \
  466. if test -f "$$i"; then \
  467. echo "$(subdir)/$$i"; \
  468. else \
  469. echo "$$sdir/$$i"; \
  470. fi; \
  471. done >> $(top_builddir)/cscope.files
  472. distclean-tags:
  473. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  474. distdir: $(DISTFILES)
  475. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  476. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  477. list='$(DISTFILES)'; \
  478. dist_files=`for file in $$list; do echo $$file; done | \
  479. sed -e "s|^$$srcdirstrip/||;t" \
  480. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  481. case $$dist_files in \
  482. */*) $(MKDIR_P) `echo "$$dist_files" | \
  483. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  484. sort -u` ;; \
  485. esac; \
  486. for file in $$dist_files; do \
  487. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  488. if test -d $$d/$$file; then \
  489. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  490. if test -d "$(distdir)/$$file"; then \
  491. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  492. fi; \
  493. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  494. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  495. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  496. fi; \
  497. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  498. else \
  499. test -f "$(distdir)/$$file" \
  500. || cp -p $$d/$$file "$(distdir)/$$file" \
  501. || exit 1; \
  502. fi; \
  503. done
  504. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  505. if test "$$subdir" = .; then :; else \
  506. $(am__make_dryrun) \
  507. || test -d "$(distdir)/$$subdir" \
  508. || $(MKDIR_P) "$(distdir)/$$subdir" \
  509. || exit 1; \
  510. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  511. $(am__relativize); \
  512. new_distdir=$$reldir; \
  513. dir1=$$subdir; dir2="$(top_distdir)"; \
  514. $(am__relativize); \
  515. new_top_distdir=$$reldir; \
  516. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  517. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  518. ($(am__cd) $$subdir && \
  519. $(MAKE) $(AM_MAKEFLAGS) \
  520. top_distdir="$$new_top_distdir" \
  521. distdir="$$new_distdir" \
  522. am__remove_distdir=: \
  523. am__skip_length_check=: \
  524. am__skip_mode_fix=: \
  525. distdir) \
  526. || exit 1; \
  527. fi; \
  528. done
  529. check-am: all-am
  530. check: check-recursive
  531. all-am: Makefile
  532. installdirs: installdirs-recursive
  533. installdirs-am:
  534. install: install-recursive
  535. install-exec: install-exec-recursive
  536. install-data: install-data-recursive
  537. uninstall: uninstall-recursive
  538. install-am: all-am
  539. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  540. installcheck: installcheck-recursive
  541. install-strip:
  542. if test -z '$(STRIP)'; then \
  543. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  544. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  545. install; \
  546. else \
  547. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  548. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  549. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  550. fi
  551. mostlyclean-generic:
  552. clean-generic:
  553. distclean-generic:
  554. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  555. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  556. maintainer-clean-generic:
  557. @echo "This command is intended for maintainers to use"
  558. @echo "it deletes files that may require special tools to rebuild."
  559. clean: clean-recursive
  560. clean-am: clean-generic clean-libtool mostlyclean-am
  561. distclean: distclean-recursive
  562. -rm -f Makefile
  563. distclean-am: clean-am distclean-generic distclean-tags
  564. dvi: dvi-recursive
  565. dvi-am:
  566. html: html-recursive
  567. html-am:
  568. info: info-recursive
  569. info-am:
  570. install-data-am:
  571. install-dvi: install-dvi-recursive
  572. install-dvi-am:
  573. install-exec-am:
  574. install-html: install-html-recursive
  575. install-html-am:
  576. install-info: install-info-recursive
  577. install-info-am:
  578. install-man:
  579. install-pdf: install-pdf-recursive
  580. install-pdf-am:
  581. install-ps: install-ps-recursive
  582. install-ps-am:
  583. installcheck-am:
  584. maintainer-clean: maintainer-clean-recursive
  585. -rm -f Makefile
  586. maintainer-clean-am: distclean-am maintainer-clean-generic
  587. mostlyclean: mostlyclean-recursive
  588. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  589. pdf: pdf-recursive
  590. pdf-am:
  591. ps: ps-recursive
  592. ps-am:
  593. uninstall-am:
  594. .MAKE: $(am__recursive_targets) install-am install-strip
  595. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  596. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  597. ctags-am distclean distclean-generic distclean-libtool \
  598. distclean-tags distdir dvi dvi-am html html-am info info-am \
  599. install install-am install-data install-data-am install-dvi \
  600. install-dvi-am install-exec install-exec-am install-html \
  601. install-html-am install-info install-info-am install-man \
  602. install-pdf install-pdf-am install-ps install-ps-am \
  603. install-strip installcheck installcheck-am installdirs \
  604. installdirs-am maintainer-clean maintainer-clean-generic \
  605. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  606. ps ps-am tags tags-am uninstall uninstall-am
  607. .PRECIOUS: Makefile
  608. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  609. # Otherwise a system limit (for SysV at least) may be exceeded.
  610. .NOEXPORT: