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