1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91@NATIVECLIENT_TRUE@am__append_1 = \
92@NATIVECLIENT_TRUE@	sodium/randombytes_nativeclient.h
93
94subdir = src/libsodium/include
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
97	$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
98	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
99	$(top_srcdir)/m4/ax_check_define.m4 \
100	$(top_srcdir)/m4/ax_check_link_flag.m4 \
101	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
102	$(top_srcdir)/m4/ax_valgrind_check.m4 \
103	$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
104	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106	$(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108	$(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am $(am__nobase_include_HEADERS_DIST) \
110	$(am__DIST_COMMON)
111mkinstalldirs = $(install_sh) -d
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114AM_V_P = $(am__v_P_@AM_V@)
115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116am__v_P_0 = false
117am__v_P_1 = :
118AM_V_GEN = $(am__v_GEN_@AM_V@)
119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120am__v_GEN_0 = @echo "  GEN     " $@;
121am__v_GEN_1 =
122AM_V_at = $(am__v_at_@AM_V@)
123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124am__v_at_0 = @
125am__v_at_1 =
126SOURCES =
127DIST_SOURCES =
128am__can_run_installinfo = \
129  case $$AM_UPDATE_INFO_DIR in \
130    n|no|NO) false;; \
131    *) (install-info --version) >/dev/null 2>&1;; \
132  esac
133am__nobase_include_HEADERS_DIST = sodium.h sodium/core.h \
134	sodium/crypto_aead_aes256gcm.h \
135	sodium/crypto_aead_chacha20poly1305.h \
136	sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h \
137	sodium/crypto_auth_hmacsha256.h \
138	sodium/crypto_auth_hmacsha512.h \
139	sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
140	sodium/crypto_box_curve25519xchacha20poly1305.h \
141	sodium/crypto_box_curve25519xsalsa20poly1305.h \
142	sodium/crypto_core_ed25519.h sodium/crypto_core_hchacha20.h \
143	sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h \
144	sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h \
145	sodium/crypto_generichash.h \
146	sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h \
147	sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h \
148	sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h \
149	sodium/crypto_kx.h sodium/crypto_onetimeauth.h \
150	sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h \
151	sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_argon2id.h \
152	sodium/crypto_pwhash_scryptsalsa208sha256.h \
153	sodium/crypto_scalarmult.h \
154	sodium/crypto_scalarmult_curve25519.h \
155	sodium/crypto_scalarmult_ed25519.h sodium/crypto_secretbox.h \
156	sodium/crypto_secretbox_xchacha20poly1305.h \
157	sodium/crypto_secretbox_xsalsa20poly1305.h \
158	sodium/crypto_secretstream_xchacha20poly1305.h \
159	sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h \
160	sodium/crypto_sign.h sodium/crypto_sign_ed25519.h \
161	sodium/crypto_sign_edwards25519sha512batch.h \
162	sodium/crypto_stream.h sodium/crypto_stream_chacha20.h \
163	sodium/crypto_stream_salsa20.h \
164	sodium/crypto_stream_salsa2012.h \
165	sodium/crypto_stream_salsa208.h \
166	sodium/crypto_stream_xchacha20.h \
167	sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h \
168	sodium/crypto_verify_32.h sodium/crypto_verify_64.h \
169	sodium/export.h sodium/randombytes.h \
170	sodium/randombytes_salsa20_random.h \
171	sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h \
172	sodium/randombytes_nativeclient.h
173am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
174am__vpath_adj = case $$p in \
175    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
176    *) f=$$p;; \
177  esac;
178am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
179am__install_max = 40
180am__nobase_strip_setup = \
181  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
182am__nobase_strip = \
183  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
184am__nobase_list = $(am__nobase_strip_setup); \
185  for p in $$list; do echo "$$p $$p"; done | \
186  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
187  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
188    if (++n[$$2] == $(am__install_max)) \
189      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
190    END { for (dir in files) print dir, files[dir] }'
191am__base_list = \
192  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
193  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
194am__uninstall_files_from_dir = { \
195  test -z "$$files" \
196    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
197    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
198         $(am__cd) "$$dir" && rm -f $$files; }; \
199  }
200am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"
201HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS)
202am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203# Read a list of newline-separated strings from the standard input,
204# and print each of them once, without duplicates.  Input order is
205# *not* preserved.
206am__uniquify_input = $(AWK) '\
207  BEGIN { nonempty = 0; } \
208  { items[$$0] = 1; nonempty = 1; } \
209  END { if (nonempty) { for (i in items) print i; }; } \
210'
211# Make sure the list of sources is unique.  This is necessary because,
212# e.g., the same source file might be shared among _SOURCES variables
213# for different programs/libraries.
214am__define_uniq_tagged_files = \
215  list='$(am__tagged_files)'; \
216  unique=`for i in $$list; do \
217    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218  done | $(am__uniquify_input)`
219ETAGS = etags
220CTAGS = ctags
221am__DIST_COMMON = $(srcdir)/Makefile.in
222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223ACLOCAL = @ACLOCAL@
224ALLOCA = @ALLOCA@
225AMTAR = @AMTAR@
226AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
227AR = @AR@
228AS = @AS@
229AUTOCONF = @AUTOCONF@
230AUTOHEADER = @AUTOHEADER@
231AUTOMAKE = @AUTOMAKE@
232AWK = @AWK@
233CC = @CC@
234CCAS = @CCAS@
235CCASDEPMODE = @CCASDEPMODE@
236CCASFLAGS = @CCASFLAGS@
237CCDEPMODE = @CCDEPMODE@
238CFLAGS = @CFLAGS@
239CFLAGS_AESNI = @CFLAGS_AESNI@
240CFLAGS_AVX = @CFLAGS_AVX@
241CFLAGS_AVX2 = @CFLAGS_AVX2@
242CFLAGS_AVX512F = @CFLAGS_AVX512F@
243CFLAGS_MMX = @CFLAGS_MMX@
244CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
245CFLAGS_RDRAND = @CFLAGS_RDRAND@
246CFLAGS_SSE2 = @CFLAGS_SSE2@
247CFLAGS_SSE3 = @CFLAGS_SSE3@
248CFLAGS_SSE41 = @CFLAGS_SSE41@
249CFLAGS_SSSE3 = @CFLAGS_SSSE3@
250CPP = @CPP@
251CPPFLAGS = @CPPFLAGS@
252CWFLAGS = @CWFLAGS@
253CYGPATH_W = @CYGPATH_W@
254DEFS = @DEFS@
255DEPDIR = @DEPDIR@
256DLLTOOL = @DLLTOOL@
257DLL_VERSION = @DLL_VERSION@
258DSYMUTIL = @DSYMUTIL@
259DUMPBIN = @DUMPBIN@
260ECHO_C = @ECHO_C@
261ECHO_N = @ECHO_N@
262ECHO_T = @ECHO_T@
263EGREP = @EGREP@
264ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
265ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
266ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
267ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
268EXEEXT = @EXEEXT@
269FGREP = @FGREP@
270GREP = @GREP@
271HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
272HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
273HAVE_CPUID_V = @HAVE_CPUID_V@
274HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
275INSTALL = @INSTALL@
276INSTALL_DATA = @INSTALL_DATA@
277INSTALL_PROGRAM = @INSTALL_PROGRAM@
278INSTALL_SCRIPT = @INSTALL_SCRIPT@
279INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
280ISODATE = @ISODATE@
281LD = @LD@
282LDFLAGS = @LDFLAGS@
283LIBOBJS = @LIBOBJS@
284LIBS = @LIBS@
285LIBTOOL = @LIBTOOL@
286LIBTOOL_DEPS = @LIBTOOL_DEPS@
287LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
288LIPO = @LIPO@
289LN_S = @LN_S@
290LTLIBOBJS = @LTLIBOBJS@
291LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
292MAINT = @MAINT@
293MAKEINFO = @MAKEINFO@
294MANIFEST_TOOL = @MANIFEST_TOOL@
295MKDIR_P = @MKDIR_P@
296NM = @NM@
297NMEDIT = @NMEDIT@
298OBJDUMP = @OBJDUMP@
299OBJEXT = @OBJEXT@
300OTOOL = @OTOOL@
301OTOOL64 = @OTOOL64@
302PACKAGE = @PACKAGE@
303PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304PACKAGE_NAME = @PACKAGE_NAME@
305PACKAGE_STRING = @PACKAGE_STRING@
306PACKAGE_TARNAME = @PACKAGE_TARNAME@
307PACKAGE_URL = @PACKAGE_URL@
308PACKAGE_VERSION = @PACKAGE_VERSION@
309PATH_SEPARATOR = @PATH_SEPARATOR@
310PTHREAD_CC = @PTHREAD_CC@
311PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
312PTHREAD_LIBS = @PTHREAD_LIBS@
313RANLIB = @RANLIB@
314SAFECODE_HOME = @SAFECODE_HOME@
315SED = @SED@
316SET_MAKE = @SET_MAKE@
317SHELL = @SHELL@
318SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
319SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
320SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
321SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
322STRIP = @STRIP@
323TEST_LDFLAGS = @TEST_LDFLAGS@
324VALGRIND = @VALGRIND@
325VALGRIND_ENABLED = @VALGRIND_ENABLED@
326VERSION = @VERSION@
327abs_builddir = @abs_builddir@
328abs_srcdir = @abs_srcdir@
329abs_top_builddir = @abs_top_builddir@
330abs_top_srcdir = @abs_top_srcdir@
331ac_ct_AR = @ac_ct_AR@
332ac_ct_CC = @ac_ct_CC@
333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334am__include = @am__include@
335am__leading_dot = @am__leading_dot@
336am__quote = @am__quote@
337am__tar = @am__tar@
338am__untar = @am__untar@
339ax_pthread_config = @ax_pthread_config@
340bindir = @bindir@
341build = @build@
342build_alias = @build_alias@
343build_cpu = @build_cpu@
344build_os = @build_os@
345build_vendor = @build_vendor@
346builddir = @builddir@
347datadir = @datadir@
348datarootdir = @datarootdir@
349docdir = @docdir@
350dvidir = @dvidir@
351exec_prefix = @exec_prefix@
352host = @host@
353host_alias = @host_alias@
354host_cpu = @host_cpu@
355host_os = @host_os@
356host_vendor = @host_vendor@
357htmldir = @htmldir@
358includedir = @includedir@
359infodir = @infodir@
360install_sh = @install_sh@
361libdir = @libdir@
362libexecdir = @libexecdir@
363localedir = @localedir@
364localstatedir = @localstatedir@
365mandir = @mandir@
366mkdir_p = @mkdir_p@
367oldincludedir = @oldincludedir@
368pdfdir = @pdfdir@
369prefix = @prefix@
370program_transform_name = @program_transform_name@
371psdir = @psdir@
372sbindir = @sbindir@
373sharedstatedir = @sharedstatedir@
374srcdir = @srcdir@
375sysconfdir = @sysconfdir@
376target_alias = @target_alias@
377top_build_prefix = @top_build_prefix@
378top_builddir = @top_builddir@
379top_srcdir = @top_srcdir@
380valgrind_enabled_tools = @valgrind_enabled_tools@
381valgrind_tools = @valgrind_tools@
382SODIUM_EXPORT = sodium.h sodium/core.h sodium/crypto_aead_aes256gcm.h \
383	sodium/crypto_aead_chacha20poly1305.h \
384	sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h \
385	sodium/crypto_auth_hmacsha256.h \
386	sodium/crypto_auth_hmacsha512.h \
387	sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
388	sodium/crypto_box_curve25519xchacha20poly1305.h \
389	sodium/crypto_box_curve25519xsalsa20poly1305.h \
390	sodium/crypto_core_ed25519.h sodium/crypto_core_hchacha20.h \
391	sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h \
392	sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h \
393	sodium/crypto_generichash.h \
394	sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h \
395	sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h \
396	sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h \
397	sodium/crypto_kx.h sodium/crypto_onetimeauth.h \
398	sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h \
399	sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_argon2id.h \
400	sodium/crypto_pwhash_scryptsalsa208sha256.h \
401	sodium/crypto_scalarmult.h \
402	sodium/crypto_scalarmult_curve25519.h \
403	sodium/crypto_scalarmult_ed25519.h sodium/crypto_secretbox.h \
404	sodium/crypto_secretbox_xchacha20poly1305.h \
405	sodium/crypto_secretbox_xsalsa20poly1305.h \
406	sodium/crypto_secretstream_xchacha20poly1305.h \
407	sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h \
408	sodium/crypto_sign.h sodium/crypto_sign_ed25519.h \
409	sodium/crypto_sign_edwards25519sha512batch.h \
410	sodium/crypto_stream.h sodium/crypto_stream_chacha20.h \
411	sodium/crypto_stream_salsa20.h \
412	sodium/crypto_stream_salsa2012.h \
413	sodium/crypto_stream_salsa208.h \
414	sodium/crypto_stream_xchacha20.h \
415	sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h \
416	sodium/crypto_verify_32.h sodium/crypto_verify_64.h \
417	sodium/export.h sodium/randombytes.h \
418	sodium/randombytes_salsa20_random.h \
419	sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h \
420	$(am__append_1)
421EXTRA_SRC = $(SODIUM_EXPORT) \
422	sodium/version.h.in
423
424nobase_include_HEADERS = $(SODIUM_EXPORT)
425nobase_nodist_include_HEADERS = \
426	sodium/version.h
427
428all: all-am
429
430.SUFFIXES:
431$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
432	@for dep in $?; do \
433	  case '$(am__configure_deps)' in \
434	    *$$dep*) \
435	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
436	        && { if test -f $@; then exit 0; else break; fi; }; \
437	      exit 1;; \
438	  esac; \
439	done; \
440	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libsodium/include/Makefile'; \
441	$(am__cd) $(top_srcdir) && \
442	  $(AUTOMAKE) --foreign src/libsodium/include/Makefile
443Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444	@case '$?' in \
445	  *config.status*) \
446	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
447	  *) \
448	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
449	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
450	esac;
451
452$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454
455$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
456	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
458	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459$(am__aclocal_m4_deps):
460
461mostlyclean-libtool:
462	-rm -f *.lo
463
464clean-libtool:
465	-rm -rf .libs _libs
466install-nobase_includeHEADERS: $(nobase_include_HEADERS)
467	@$(NORMAL_INSTALL)
468	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
469	if test -n "$$list"; then \
470	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
471	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
472	fi; \
473	$(am__nobase_list) | while read dir files; do \
474	  xfiles=; for file in $$files; do \
475	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
476	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
477	  test -z "$$xfiles" || { \
478	    test "x$$dir" = x. || { \
479	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
480	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
481	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
482	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
483	done
484
485uninstall-nobase_includeHEADERS:
486	@$(NORMAL_UNINSTALL)
487	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
488	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
489	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
490install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS)
491	@$(NORMAL_INSTALL)
492	@list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
493	if test -n "$$list"; then \
494	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
495	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
496	fi; \
497	$(am__nobase_list) | while read dir files; do \
498	  xfiles=; for file in $$files; do \
499	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
500	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
501	  test -z "$$xfiles" || { \
502	    test "x$$dir" = x. || { \
503	      echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
504	      $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
505	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
506	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
507	done
508
509uninstall-nobase_nodist_includeHEADERS:
510	@$(NORMAL_UNINSTALL)
511	@list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
512	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
513	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
514
515ID: $(am__tagged_files)
516	$(am__define_uniq_tagged_files); mkid -fID $$unique
517tags: tags-am
518TAGS: tags
519
520tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
521	set x; \
522	here=`pwd`; \
523	$(am__define_uniq_tagged_files); \
524	shift; \
525	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
526	  test -n "$$unique" || unique=$$empty_fix; \
527	  if test $$# -gt 0; then \
528	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529	      "$$@" $$unique; \
530	  else \
531	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532	      $$unique; \
533	  fi; \
534	fi
535ctags: ctags-am
536
537CTAGS: ctags
538ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539	$(am__define_uniq_tagged_files); \
540	test -z "$(CTAGS_ARGS)$$unique" \
541	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
542	     $$unique
543
544GTAGS:
545	here=`$(am__cd) $(top_builddir) && pwd` \
546	  && $(am__cd) $(top_srcdir) \
547	  && gtags -i $(GTAGS_ARGS) "$$here"
548cscopelist: cscopelist-am
549
550cscopelist-am: $(am__tagged_files)
551	list='$(am__tagged_files)'; \
552	case "$(srcdir)" in \
553	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
554	  *) sdir=$(subdir)/$(srcdir) ;; \
555	esac; \
556	for i in $$list; do \
557	  if test -f "$$i"; then \
558	    echo "$(subdir)/$$i"; \
559	  else \
560	    echo "$$sdir/$$i"; \
561	  fi; \
562	done >> $(top_builddir)/cscope.files
563
564distclean-tags:
565	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566
567distdir: $(DISTFILES)
568	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570	list='$(DISTFILES)'; \
571	  dist_files=`for file in $$list; do echo $$file; done | \
572	  sed -e "s|^$$srcdirstrip/||;t" \
573	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
574	case $$dist_files in \
575	  */*) $(MKDIR_P) `echo "$$dist_files" | \
576			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
577			   sort -u` ;; \
578	esac; \
579	for file in $$dist_files; do \
580	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581	  if test -d $$d/$$file; then \
582	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
583	    if test -d "$(distdir)/$$file"; then \
584	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585	    fi; \
586	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
588	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589	    fi; \
590	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
591	  else \
592	    test -f "$(distdir)/$$file" \
593	    || cp -p $$d/$$file "$(distdir)/$$file" \
594	    || exit 1; \
595	  fi; \
596	done
597check-am: all-am
598check: check-am
599all-am: Makefile $(HEADERS)
600installdirs:
601	for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
602	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
603	done
604install: install-am
605install-exec: install-exec-am
606install-data: install-data-am
607uninstall: uninstall-am
608
609install-am: all-am
610	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612installcheck: installcheck-am
613install-strip:
614	if test -z '$(STRIP)'; then \
615	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617	      install; \
618	else \
619	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
622	fi
623mostlyclean-generic:
624
625clean-generic:
626
627distclean-generic:
628	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
630
631maintainer-clean-generic:
632	@echo "This command is intended for maintainers to use"
633	@echo "it deletes files that may require special tools to rebuild."
634clean: clean-am
635
636clean-am: clean-generic clean-libtool mostlyclean-am
637
638distclean: distclean-am
639	-rm -f Makefile
640distclean-am: clean-am distclean-generic distclean-tags
641
642dvi: dvi-am
643
644dvi-am:
645
646html: html-am
647
648html-am:
649
650info: info-am
651
652info-am:
653
654install-data-am: install-nobase_includeHEADERS \
655	install-nobase_nodist_includeHEADERS
656
657install-dvi: install-dvi-am
658
659install-dvi-am:
660
661install-exec-am:
662
663install-html: install-html-am
664
665install-html-am:
666
667install-info: install-info-am
668
669install-info-am:
670
671install-man:
672
673install-pdf: install-pdf-am
674
675install-pdf-am:
676
677install-ps: install-ps-am
678
679install-ps-am:
680
681installcheck-am:
682
683maintainer-clean: maintainer-clean-am
684	-rm -f Makefile
685maintainer-clean-am: distclean-am maintainer-clean-generic
686
687mostlyclean: mostlyclean-am
688
689mostlyclean-am: mostlyclean-generic mostlyclean-libtool
690
691pdf: pdf-am
692
693pdf-am:
694
695ps: ps-am
696
697ps-am:
698
699uninstall-am: uninstall-nobase_includeHEADERS \
700	uninstall-nobase_nodist_includeHEADERS
701
702.MAKE: install-am install-strip
703
704.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
705	clean-libtool cscopelist-am ctags ctags-am distclean \
706	distclean-generic distclean-libtool distclean-tags distdir dvi \
707	dvi-am html html-am info info-am install install-am \
708	install-data install-data-am install-dvi install-dvi-am \
709	install-exec install-exec-am install-html install-html-am \
710	install-info install-info-am install-man \
711	install-nobase_includeHEADERS \
712	install-nobase_nodist_includeHEADERS install-pdf \
713	install-pdf-am install-ps install-ps-am install-strip \
714	installcheck installcheck-am installdirs maintainer-clean \
715	maintainer-clean-generic mostlyclean mostlyclean-generic \
716	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
717	uninstall-am uninstall-nobase_includeHEADERS \
718	uninstall-nobase_nodist_includeHEADERS
719
720.PRECIOUS: Makefile
721
722
723# Tell versions [3.59,3.63) of GNU make to not export all variables.
724# Otherwise a system limit (for SysV at least) may be exceeded.
725.NOEXPORT:
726