Makefile 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # test/Makefile. Generated from Makefile.in by configure.
  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. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/libsodium
  67. pkgincludedir = $(includedir)/libsodium
  68. pkglibdir = $(libdir)/libsodium
  69. pkglibexecdir = $(libexecdir)/libsodium
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-pc-linux-gnu
  83. host_triplet = x86_64-pc-linux-gnu
  84. subdir = test
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
  87. $(top_srcdir)/m4/ax_check_catchable_segv.m4 \
  88. $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  89. $(top_srcdir)/m4/ax_check_define.m4 \
  90. $(top_srcdir)/m4/ax_check_link_flag.m4 \
  91. $(top_srcdir)/m4/ax_pthread.m4 \
  92. $(top_srcdir)/m4/ax_valgrind_check.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. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  100. mkinstalldirs = $(install_sh) -d
  101. CONFIG_CLEAN_FILES =
  102. CONFIG_CLEAN_VPATH_FILES =
  103. AM_V_P = $(am__v_P_$(V))
  104. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_$(V))
  108. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_$(V))
  112. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  113. am__v_at_0 = @
  114. am__v_at_1 =
  115. SOURCES =
  116. DIST_SOURCES =
  117. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  118. ctags-recursive dvi-recursive html-recursive info-recursive \
  119. install-data-recursive install-dvi-recursive \
  120. install-exec-recursive install-html-recursive \
  121. install-info-recursive install-pdf-recursive \
  122. install-ps-recursive install-recursive installcheck-recursive \
  123. installdirs-recursive pdf-recursive ps-recursive \
  124. tags-recursive uninstall-recursive
  125. am__can_run_installinfo = \
  126. case $$AM_UPDATE_INFO_DIR in \
  127. n|no|NO) false;; \
  128. *) (install-info --version) >/dev/null 2>&1;; \
  129. esac
  130. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  131. distclean-recursive maintainer-clean-recursive
  132. am__recursive_targets = \
  133. $(RECURSIVE_TARGETS) \
  134. $(RECURSIVE_CLEAN_TARGETS) \
  135. $(am__extra_recursive_targets)
  136. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  137. distdir
  138. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  139. # Read a list of newline-separated strings from the standard input,
  140. # and print each of them once, without duplicates. Input order is
  141. # *not* preserved.
  142. am__uniquify_input = $(AWK) '\
  143. BEGIN { nonempty = 0; } \
  144. { items[$$0] = 1; nonempty = 1; } \
  145. END { if (nonempty) { for (i in items) print i; }; } \
  146. '
  147. # Make sure the list of sources is unique. This is necessary because,
  148. # e.g., the same source file might be shared among _SOURCES variables
  149. # for different programs/libraries.
  150. am__define_uniq_tagged_files = \
  151. list='$(am__tagged_files)'; \
  152. unique=`for i in $$list; do \
  153. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  154. done | $(am__uniquify_input)`
  155. ETAGS = etags
  156. CTAGS = ctags
  157. DIST_SUBDIRS = $(SUBDIRS)
  158. am__DIST_COMMON = $(srcdir)/Makefile.in
  159. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  160. am__relativize = \
  161. dir0=`pwd`; \
  162. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  163. sed_rest='s,^[^/]*/*,,'; \
  164. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  165. sed_butlast='s,/*[^/]*$$,,'; \
  166. while test -n "$$dir1"; do \
  167. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  168. if test "$$first" != "."; then \
  169. if test "$$first" = ".."; then \
  170. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  171. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  172. else \
  173. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  174. if test "$$first2" = "$$first"; then \
  175. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  176. else \
  177. dir2="../$$dir2"; \
  178. fi; \
  179. dir0="$$dir0"/"$$first"; \
  180. fi; \
  181. fi; \
  182. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  183. done; \
  184. reldir="$$dir2"
  185. ACLOCAL = ${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing aclocal-1.15
  186. AMTAR = $${TAR-tar}
  187. AM_DEFAULT_VERBOSITY = 0
  188. AR = ar
  189. AS = as
  190. AUTOCONF = ${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing autoconf
  191. AUTOHEADER = ${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing autoheader
  192. AUTOMAKE = ${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing automake-1.15
  193. AWK = gawk
  194. CC = gcc
  195. CCAS = gcc
  196. CCASDEPMODE = depmode=gcc3
  197. CCASFLAGS = -g -O2 -pthread
  198. CCDEPMODE = depmode=gcc3
  199. CFLAGS = -g -O2 -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero
  200. CFLAGS_AESNI = -maes
  201. CFLAGS_AVX = -mavx
  202. CFLAGS_AVX2 = -mavx2
  203. CFLAGS_AVX512F = -mavx512f
  204. CFLAGS_MMX = -mmmx
  205. CFLAGS_PCLMUL = -mpclmul
  206. CFLAGS_SSE2 = -msse2
  207. CFLAGS_SSE3 = -msse3
  208. CFLAGS_SSE41 = -msse4.1
  209. CFLAGS_SSSE3 = -mssse3
  210. CPP = gcc -E
  211. CPPFLAGS = -D_FORTIFY_SOURCE=2
  212. CWFLAGS = -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum
  213. CYGPATH_W = echo
  214. DEFS = -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.15\" -DPACKAGE_STRING=\"libsodium\ 1.0.15\" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\" -DPACKAGE_URL=\"https://github.com/jedisct1/libsodium\" -DPACKAGE=\"libsodium\" -DVERSION=\"1.0.15\" -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_CATCHABLE_SEGV=1 -DHAVE_CATCHABLE_ABRT=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_MMINTRIN_H=1 -DHAVE_EMMINTRIN_H=1 -DHAVE_PMMINTRIN_H=1 -DHAVE_TMMINTRIN_H=1 -DHAVE_SMMINTRIN_H=1 -DHAVE_AVXINTRIN_H=1 -DHAVE_AVX2INTRIN_H=1 -DHAVE_AVX512FINTRIN_H=1 -DHAVE_WMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_AVX_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DASM_HIDE_SYMBOL=.hidden -DHAVE_WEAK_SYMBOLS=1 -DCPU_UNALIGNED_ACCESS=1 -DHAVE_ATOMIC_OPS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_GETPID=1 -DCONFIGURED=1
  215. DEPDIR = .deps
  216. DLLTOOL = false
  217. DLL_VERSION = 8
  218. DSYMUTIL =
  219. DUMPBIN =
  220. ECHO_C =
  221. ECHO_N = -n
  222. ECHO_T =
  223. EGREP = /bin/grep -E
  224. ENABLE_VALGRIND_drd = no
  225. ENABLE_VALGRIND_helgrind = no
  226. ENABLE_VALGRIND_memcheck = no
  227. ENABLE_VALGRIND_sgcheck = no
  228. EXEEXT =
  229. FGREP = /bin/grep -F
  230. GREP = /bin/grep
  231. HAVE_AMD64_ASM_V = 1
  232. HAVE_AVX_ASM_V = 1
  233. HAVE_CPUID_V = 1
  234. HAVE_TI_MODE_V = 1
  235. INSTALL = /usr/bin/install -c
  236. INSTALL_DATA = ${INSTALL} -m 644
  237. INSTALL_PROGRAM = ${INSTALL}
  238. INSTALL_SCRIPT = ${INSTALL}
  239. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  240. ISODATE = 2018-04-05
  241. LD = /usr/bin/ld -m elf_x86_64
  242. LDFLAGS = -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
  243. LIBOBJS =
  244. LIBS =
  245. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  246. LIBTOOL_DEPS = build-aux/ltmain.sh
  247. LIBTOOL_EXTRA_FLAGS = -version-info 23:0:0
  248. LIPO =
  249. LN_S = ln -s
  250. LTLIBOBJS =
  251. LT_SYS_LIBRARY_PATH =
  252. MAINT = #
  253. MAKEINFO = ${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/missing makeinfo
  254. MANIFEST_TOOL = :
  255. MKDIR_P = /bin/mkdir -p
  256. NM = /usr/bin/nm -B
  257. NMEDIT =
  258. OBJDUMP = objdump
  259. OBJEXT = o
  260. OTOOL =
  261. OTOOL64 =
  262. PACKAGE = libsodium
  263. PACKAGE_BUGREPORT = https://github.com/jedisct1/libsodium/issues
  264. PACKAGE_NAME = libsodium
  265. PACKAGE_STRING = libsodium 1.0.15
  266. PACKAGE_TARNAME = libsodium
  267. PACKAGE_URL = https://github.com/jedisct1/libsodium
  268. PACKAGE_VERSION = 1.0.15
  269. PATH_SEPARATOR = :
  270. PTHREAD_CC = gcc
  271. PTHREAD_CFLAGS = -pthread
  272. PTHREAD_LIBS =
  273. RANLIB = ranlib
  274. SAFECODE_HOME =
  275. SED = /bin/sed
  276. SET_MAKE =
  277. SHELL = /bin/bash
  278. SODIUM_LIBRARY_MINIMAL_DEF =
  279. SODIUM_LIBRARY_VERSION = 23:0:0
  280. SODIUM_LIBRARY_VERSION_MAJOR = 10
  281. SODIUM_LIBRARY_VERSION_MINOR = 0
  282. STRIP = strip
  283. TEST_LDFLAGS =
  284. VALGRIND =
  285. VALGRIND_ENABLED = no
  286. VERSION = 1.0.15
  287. abs_builddir = /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/test
  288. abs_srcdir = /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/test
  289. abs_top_builddir = /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium
  290. abs_top_srcdir = /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium
  291. ac_ct_AR = ar
  292. ac_ct_CC = gcc
  293. ac_ct_DUMPBIN =
  294. am__include = include
  295. am__leading_dot = .
  296. am__quote =
  297. am__tar = tar --format=ustar -chf - "$$tardir"
  298. am__untar = tar -xf -
  299. ax_pthread_config =
  300. bindir = ${exec_prefix}/bin
  301. build = x86_64-pc-linux-gnu
  302. build_alias =
  303. build_cpu = x86_64
  304. build_os = linux-gnu
  305. build_vendor = pc
  306. builddir = .
  307. datadir = ${datarootdir}
  308. datarootdir = ${prefix}/share
  309. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  310. dvidir = ${docdir}
  311. exec_prefix = ${prefix}
  312. host = x86_64-pc-linux-gnu
  313. host_alias =
  314. host_cpu = x86_64
  315. host_os = linux-gnu
  316. host_vendor = pc
  317. htmldir = ${docdir}
  318. includedir = ${prefix}/include
  319. infodir = ${datarootdir}/info
  320. install_sh = ${SHELL} /home/tdedhar/Documents/viki/node_modules/sodium/deps/libsodium/build-aux/install-sh
  321. libdir = ${exec_prefix}/lib
  322. libexecdir = ${exec_prefix}/libexec
  323. localedir = ${datarootdir}/locale
  324. localstatedir = ${prefix}/var
  325. mandir = ${datarootdir}/man
  326. mkdir_p = $(MKDIR_P)
  327. oldincludedir = /usr/include
  328. pdfdir = ${docdir}
  329. prefix = /home/tdedhar/Documents/viki/node_modules/sodium/deps/build
  330. program_transform_name = s,x,x,
  331. psdir = ${docdir}
  332. runstatedir = ${localstatedir}/run
  333. sbindir = ${exec_prefix}/sbin
  334. sharedstatedir = ${prefix}/com
  335. srcdir = .
  336. sysconfdir = ${prefix}/etc
  337. target_alias =
  338. top_build_prefix = ../
  339. top_builddir = ..
  340. top_srcdir = ..
  341. valgrind_enabled_tools =
  342. valgrind_tools = memcheck helgrind drd sgcheck
  343. SUBDIRS = \
  344. default
  345. EXTRA_DIST = \
  346. quirks/quirks.h
  347. all: all-recursive
  348. .SUFFIXES:
  349. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  350. @for dep in $?; do \
  351. case '$(am__configure_deps)' in \
  352. *$$dep*) \
  353. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  354. && { if test -f $@; then exit 0; else break; fi; }; \
  355. exit 1;; \
  356. esac; \
  357. done; \
  358. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
  359. $(am__cd) $(top_srcdir) && \
  360. $(AUTOMAKE) --foreign test/Makefile
  361. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  362. @case '$?' in \
  363. *config.status*) \
  364. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  365. *) \
  366. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  367. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  368. esac;
  369. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  370. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  371. $(top_srcdir)/configure: # $(am__configure_deps)
  372. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  373. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  374. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  375. $(am__aclocal_m4_deps):
  376. mostlyclean-libtool:
  377. -rm -f *.lo
  378. clean-libtool:
  379. -rm -rf .libs _libs
  380. # This directory's subdirectories are mostly independent; you can cd
  381. # into them and run 'make' without going through this Makefile.
  382. # To change the values of 'make' variables: instead of editing Makefiles,
  383. # (1) if the variable is set in 'config.status', edit 'config.status'
  384. # (which will cause the Makefiles to be regenerated when you run 'make');
  385. # (2) otherwise, pass the desired values on the 'make' command line.
  386. $(am__recursive_targets):
  387. @fail=; \
  388. if $(am__make_keepgoing); then \
  389. failcom='fail=yes'; \
  390. else \
  391. failcom='exit 1'; \
  392. fi; \
  393. dot_seen=no; \
  394. target=`echo $@ | sed s/-recursive//`; \
  395. case "$@" in \
  396. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  397. *) list='$(SUBDIRS)' ;; \
  398. esac; \
  399. for subdir in $$list; do \
  400. echo "Making $$target in $$subdir"; \
  401. if test "$$subdir" = "."; then \
  402. dot_seen=yes; \
  403. local_target="$$target-am"; \
  404. else \
  405. local_target="$$target"; \
  406. fi; \
  407. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  408. || eval $$failcom; \
  409. done; \
  410. if test "$$dot_seen" = "no"; then \
  411. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  412. fi; test -z "$$fail"
  413. ID: $(am__tagged_files)
  414. $(am__define_uniq_tagged_files); mkid -fID $$unique
  415. tags: tags-recursive
  416. TAGS: tags
  417. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  418. set x; \
  419. here=`pwd`; \
  420. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  421. include_option=--etags-include; \
  422. empty_fix=.; \
  423. else \
  424. include_option=--include; \
  425. empty_fix=; \
  426. fi; \
  427. list='$(SUBDIRS)'; for subdir in $$list; do \
  428. if test "$$subdir" = .; then :; else \
  429. test ! -f $$subdir/TAGS || \
  430. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  431. fi; \
  432. done; \
  433. $(am__define_uniq_tagged_files); \
  434. shift; \
  435. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  436. test -n "$$unique" || unique=$$empty_fix; \
  437. if test $$# -gt 0; then \
  438. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  439. "$$@" $$unique; \
  440. else \
  441. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  442. $$unique; \
  443. fi; \
  444. fi
  445. ctags: ctags-recursive
  446. CTAGS: ctags
  447. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  448. $(am__define_uniq_tagged_files); \
  449. test -z "$(CTAGS_ARGS)$$unique" \
  450. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  451. $$unique
  452. GTAGS:
  453. here=`$(am__cd) $(top_builddir) && pwd` \
  454. && $(am__cd) $(top_srcdir) \
  455. && gtags -i $(GTAGS_ARGS) "$$here"
  456. cscopelist: cscopelist-recursive
  457. cscopelist-am: $(am__tagged_files)
  458. list='$(am__tagged_files)'; \
  459. case "$(srcdir)" in \
  460. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  461. *) sdir=$(subdir)/$(srcdir) ;; \
  462. esac; \
  463. for i in $$list; do \
  464. if test -f "$$i"; then \
  465. echo "$(subdir)/$$i"; \
  466. else \
  467. echo "$$sdir/$$i"; \
  468. fi; \
  469. done >> $(top_builddir)/cscope.files
  470. distclean-tags:
  471. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  472. distdir: $(DISTFILES)
  473. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  474. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  475. list='$(DISTFILES)'; \
  476. dist_files=`for file in $$list; do echo $$file; done | \
  477. sed -e "s|^$$srcdirstrip/||;t" \
  478. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  479. case $$dist_files in \
  480. */*) $(MKDIR_P) `echo "$$dist_files" | \
  481. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  482. sort -u` ;; \
  483. esac; \
  484. for file in $$dist_files; do \
  485. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  486. if test -d $$d/$$file; then \
  487. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  488. if test -d "$(distdir)/$$file"; then \
  489. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  490. fi; \
  491. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  492. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  493. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  494. fi; \
  495. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  496. else \
  497. test -f "$(distdir)/$$file" \
  498. || cp -p $$d/$$file "$(distdir)/$$file" \
  499. || exit 1; \
  500. fi; \
  501. done
  502. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  503. if test "$$subdir" = .; then :; else \
  504. $(am__make_dryrun) \
  505. || test -d "$(distdir)/$$subdir" \
  506. || $(MKDIR_P) "$(distdir)/$$subdir" \
  507. || exit 1; \
  508. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  509. $(am__relativize); \
  510. new_distdir=$$reldir; \
  511. dir1=$$subdir; dir2="$(top_distdir)"; \
  512. $(am__relativize); \
  513. new_top_distdir=$$reldir; \
  514. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  515. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  516. ($(am__cd) $$subdir && \
  517. $(MAKE) $(AM_MAKEFLAGS) \
  518. top_distdir="$$new_top_distdir" \
  519. distdir="$$new_distdir" \
  520. am__remove_distdir=: \
  521. am__skip_length_check=: \
  522. am__skip_mode_fix=: \
  523. distdir) \
  524. || exit 1; \
  525. fi; \
  526. done
  527. check-am: all-am
  528. check: check-recursive
  529. all-am: Makefile
  530. installdirs: installdirs-recursive
  531. installdirs-am:
  532. install: install-recursive
  533. install-exec: install-exec-recursive
  534. install-data: install-data-recursive
  535. uninstall: uninstall-recursive
  536. install-am: all-am
  537. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  538. installcheck: installcheck-recursive
  539. install-strip:
  540. if test -z '$(STRIP)'; then \
  541. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  542. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  543. install; \
  544. else \
  545. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  546. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  547. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  548. fi
  549. mostlyclean-generic:
  550. clean-generic:
  551. distclean-generic:
  552. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  553. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  554. maintainer-clean-generic:
  555. @echo "This command is intended for maintainers to use"
  556. @echo "it deletes files that may require special tools to rebuild."
  557. clean: clean-recursive
  558. clean-am: clean-generic clean-libtool mostlyclean-am
  559. distclean: distclean-recursive
  560. -rm -f Makefile
  561. distclean-am: clean-am distclean-generic distclean-tags
  562. dvi: dvi-recursive
  563. dvi-am:
  564. html: html-recursive
  565. html-am:
  566. info: info-recursive
  567. info-am:
  568. install-data-am:
  569. install-dvi: install-dvi-recursive
  570. install-dvi-am:
  571. install-exec-am:
  572. install-html: install-html-recursive
  573. install-html-am:
  574. install-info: install-info-recursive
  575. install-info-am:
  576. install-man:
  577. install-pdf: install-pdf-recursive
  578. install-pdf-am:
  579. install-ps: install-ps-recursive
  580. install-ps-am:
  581. installcheck-am:
  582. maintainer-clean: maintainer-clean-recursive
  583. -rm -f Makefile
  584. maintainer-clean-am: distclean-am maintainer-clean-generic
  585. mostlyclean: mostlyclean-recursive
  586. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  587. pdf: pdf-recursive
  588. pdf-am:
  589. ps: ps-recursive
  590. ps-am:
  591. uninstall-am:
  592. .MAKE: $(am__recursive_targets) install-am install-strip
  593. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  594. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  595. ctags-am distclean distclean-generic distclean-libtool \
  596. distclean-tags distdir dvi dvi-am html html-am info info-am \
  597. install install-am install-data install-data-am install-dvi \
  598. install-dvi-am install-exec install-exec-am install-html \
  599. install-html-am install-info install-info-am install-man \
  600. install-pdf install-pdf-am install-ps install-ps-am \
  601. install-strip installcheck installcheck-am installdirs \
  602. installdirs-am maintainer-clean maintainer-clean-generic \
  603. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  604. ps ps-am tags tags-am uninstall uninstall-am
  605. .PRECIOUS: Makefile
  606. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  607. # Otherwise a system limit (for SysV at least) may be exceeded.
  608. .NOEXPORT: