Makefile 31 KB

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