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 = 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_compile_flag.m4 \
95	$(top_srcdir)/m4/check-hardening-options.m4 \
96	$(top_srcdir)/m4/check-libc.m4 \
97	$(top_srcdir)/m4/check-os-options.m4 \
98	$(top_srcdir)/m4/disable-compiler-warnings.m4 \
99	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
100	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
101	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
105	$(noinst_HEADERS) $(am__DIST_COMMON)
106mkinstalldirs = $(install_sh) -d
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 =
121SOURCES =
122DIST_SOURCES =
123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124	ctags-recursive dvi-recursive html-recursive info-recursive \
125	install-data-recursive install-dvi-recursive \
126	install-exec-recursive install-html-recursive \
127	install-info-recursive install-pdf-recursive \
128	install-ps-recursive install-recursive installcheck-recursive \
129	installdirs-recursive pdf-recursive ps-recursive \
130	tags-recursive uninstall-recursive
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137am__vpath_adj = case $$p in \
138    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139    *) f=$$p;; \
140  esac;
141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142am__install_max = 40
143am__nobase_strip_setup = \
144  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145am__nobase_strip = \
146  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147am__nobase_list = $(am__nobase_strip_setup); \
148  for p in $$list; do echo "$$p $$p"; done | \
149  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151    if (++n[$$2] == $(am__install_max)) \
152      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153    END { for (dir in files) print dir, files[dir] }'
154am__base_list = \
155  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157am__uninstall_files_from_dir = { \
158  test -z "$$files" \
159    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161         $(am__cd) "$$dir" && rm -f $$files; }; \
162  }
163am__installdirs = "$(DESTDIR)$(includedir)"
164HEADERS = $(include_HEADERS) $(noinst_HEADERS)
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
166  distclean-recursive maintainer-clean-recursive
167am__recursive_targets = \
168  $(RECURSIVE_TARGETS) \
169  $(RECURSIVE_CLEAN_TARGETS) \
170  $(am__extra_recursive_targets)
171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172	distdir distdir-am
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174# Read a list of newline-separated strings from the standard input,
175# and print each of them once, without duplicates.  Input order is
176# *not* preserved.
177am__uniquify_input = $(AWK) '\
178  BEGIN { nonempty = 0; } \
179  { items[$$0] = 1; nonempty = 1; } \
180  END { if (nonempty) { for (i in items) print i; }; } \
181'
182# Make sure the list of sources is unique.  This is necessary because,
183# e.g., the same source file might be shared among _SOURCES variables
184# for different programs/libraries.
185am__define_uniq_tagged_files = \
186  list='$(am__tagged_files)'; \
187  unique=`for i in $$list; do \
188    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189  done | $(am__uniquify_input)`
190ETAGS = etags
191CTAGS = ctags
192DIST_SUBDIRS = $(SUBDIRS)
193am__DIST_COMMON = $(srcdir)/Makefile.in \
194	$(top_srcdir)/Makefile.am.common
195DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196am__relativize = \
197  dir0=`pwd`; \
198  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
199  sed_rest='s,^[^/]*/*,,'; \
200  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
201  sed_butlast='s,/*[^/]*$$,,'; \
202  while test -n "$$dir1"; do \
203    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
204    if test "$$first" != "."; then \
205      if test "$$first" = ".."; then \
206        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
207        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
208      else \
209        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
210        if test "$$first2" = "$$first"; then \
211          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
212        else \
213          dir2="../$$dir2"; \
214        fi; \
215        dir0="$$dir0"/"$$first"; \
216      fi; \
217    fi; \
218    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
219  done; \
220  reldir="$$dir2"
221ACLOCAL = @ACLOCAL@
222AMTAR = @AMTAR@
223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224AR = @AR@
225AUTOCONF = @AUTOCONF@
226AUTOHEADER = @AUTOHEADER@
227AUTOMAKE = @AUTOMAKE@
228AWK = @AWK@
229CC = @CC@
230CCAS = @CCAS@
231CCASDEPMODE = @CCASDEPMODE@
232CCASFLAGS = @CCASFLAGS@
233CCDEPMODE = @CCDEPMODE@
234CFLAGS = @CFLAGS@
235CPP = @CPP@
236CPPFLAGS = @CPPFLAGS@
237CYGPATH_W = @CYGPATH_W@
238DEFS = @DEFS@
239DEPDIR = @DEPDIR@
240DLLTOOL = @DLLTOOL@
241DSYMUTIL = @DSYMUTIL@
242DUMPBIN = @DUMPBIN@
243ECHO_C = @ECHO_C@
244ECHO_N = @ECHO_N@
245ECHO_T = @ECHO_T@
246EGREP = @EGREP@
247EXEEXT = @EXEEXT@
248FGREP = @FGREP@
249GREP = @GREP@
250INSTALL = @INSTALL@
251INSTALL_DATA = @INSTALL_DATA@
252INSTALL_PROGRAM = @INSTALL_PROGRAM@
253INSTALL_SCRIPT = @INSTALL_SCRIPT@
254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255LD = @LD@
256LDFLAGS = @LDFLAGS@
257LIBCRYPTO_VERSION = @LIBCRYPTO_VERSION@
258LIBOBJS = @LIBOBJS@
259LIBS = @LIBS@
260LIBSSL_VERSION = @LIBSSL_VERSION@
261LIBTLS_VERSION = @LIBTLS_VERSION@
262LIBTOOL = @LIBTOOL@
263LIPO = @LIPO@
264LN_S = @LN_S@
265LTLIBOBJS = @LTLIBOBJS@
266MAKEINFO = @MAKEINFO@
267MANIFEST_TOOL = @MANIFEST_TOOL@
268MKDIR_P = @MKDIR_P@
269NM = @NM@
270NMEDIT = @NMEDIT@
271OBJDUMP = @OBJDUMP@
272OBJEXT = @OBJEXT@
273OPENSSLDIR = @OPENSSLDIR@
274OTOOL = @OTOOL@
275OTOOL64 = @OTOOL64@
276PACKAGE = @PACKAGE@
277PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
278PACKAGE_NAME = @PACKAGE_NAME@
279PACKAGE_STRING = @PACKAGE_STRING@
280PACKAGE_TARNAME = @PACKAGE_TARNAME@
281PACKAGE_URL = @PACKAGE_URL@
282PACKAGE_VERSION = @PACKAGE_VERSION@
283PATH_SEPARATOR = @PATH_SEPARATOR@
284PLATFORM_LDADD = @PLATFORM_LDADD@
285PROG_LDADD = @PROG_LDADD@
286RANLIB = @RANLIB@
287SED = @SED@
288SET_MAKE = @SET_MAKE@
289SHELL = @SHELL@
290STRIP = @STRIP@
291VERSION = @VERSION@
292abs_builddir = @abs_builddir@
293abs_srcdir = @abs_srcdir@
294abs_top_builddir = @abs_top_builddir@
295abs_top_srcdir = @abs_top_srcdir@
296ac_ct_AR = @ac_ct_AR@
297ac_ct_CC = @ac_ct_CC@
298ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299am__include = @am__include@
300am__leading_dot = @am__leading_dot@
301am__quote = @am__quote@
302am__tar = @am__tar@
303am__untar = @am__untar@
304bindir = @bindir@
305build = @build@
306build_alias = @build_alias@
307build_cpu = @build_cpu@
308build_os = @build_os@
309build_vendor = @build_vendor@
310builddir = @builddir@
311datadir = @datadir@
312datarootdir = @datarootdir@
313docdir = @docdir@
314dvidir = @dvidir@
315exec_prefix = @exec_prefix@
316host = @host@
317host_alias = @host_alias@
318host_cpu = @host_cpu@
319host_os = @host_os@
320host_vendor = @host_vendor@
321htmldir = @htmldir@
322includedir = @includedir@
323infodir = @infodir@
324install_sh = @install_sh@
325libdir = @libdir@
326libexecdir = @libexecdir@
327localedir = @localedir@
328localstatedir = @localstatedir@
329mandir = @mandir@
330mkdir_p = @mkdir_p@
331oldincludedir = @oldincludedir@
332pdfdir = @pdfdir@
333prefix = @prefix@
334program_transform_name = @program_transform_name@
335psdir = @psdir@
336runstatedir = @runstatedir@
337sbindir = @sbindir@
338sharedstatedir = @sharedstatedir@
339srcdir = @srcdir@
340sysconfdir = @sysconfdir@
341target_alias = @target_alias@
342top_build_prefix = @top_build_prefix@
343top_builddir = @top_builddir@
344top_srcdir = @top_srcdir@
345AM_CFLAGS =
346AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/compat \
347	-DLIBRESSL_INTERNAL -D__BEGIN_HIDDEN_DECLS= \
348	-D__END_HIDDEN_DECLS=
349EXTRA_DIST = CMakeLists.txt
350SUBDIRS = openssl
351noinst_HEADERS = pqueue.h compat/dirent.h compat/dirent_msvc.h \
352	compat/err.h compat/fcntl.h compat/limits.h compat/netdb.h \
353	compat/poll.h compat/pthread.h compat/readpassphrase.h \
354	compat/resolv.h compat/stdio.h compat/stdlib.h compat/string.h \
355	compat/syslog.h compat/time.h compat/unistd.h \
356	compat/win32netcompat.h compat/arpa/inet.h \
357	compat/arpa/nameser.h compat/machine/endian.h \
358	compat/netinet/in.h compat/netinet/ip.h compat/netinet/tcp.h \
359	compat/sys/_null.h compat/sys/ioctl.h compat/sys/mman.h \
360	compat/sys/param.h compat/sys/queue.h compat/sys/select.h \
361	compat/sys/socket.h compat/sys/stat.h compat/sys/tree.h \
362	compat/sys/time.h compat/sys/types.h compat/sys/uio.h
363include_HEADERS = tls.h
364all: all-recursive
365
366.SUFFIXES:
367$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(am__configure_deps)
368	@for dep in $?; do \
369	  case '$(am__configure_deps)' in \
370	    *$$dep*) \
371	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
372	        && { if test -f $@; then exit 0; else break; fi; }; \
373	      exit 1;; \
374	  esac; \
375	done; \
376	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
377	$(am__cd) $(top_srcdir) && \
378	  $(AUTOMAKE) --foreign include/Makefile
379Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380	@case '$?' in \
381	  *config.status*) \
382	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
383	  *) \
384	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
385	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
386	esac;
387$(top_srcdir)/Makefile.am.common $(am__empty):
388
389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391
392$(top_srcdir)/configure:  $(am__configure_deps)
393	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396$(am__aclocal_m4_deps):
397
398mostlyclean-libtool:
399	-rm -f *.lo
400
401clean-libtool:
402	-rm -rf .libs _libs
403install-includeHEADERS: $(include_HEADERS)
404	@$(NORMAL_INSTALL)
405	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
406	if test -n "$$list"; then \
407	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
408	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
409	fi; \
410	for p in $$list; do \
411	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
412	  echo "$$d$$p"; \
413	done | $(am__base_list) | \
414	while read files; do \
415	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
416	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
417	done
418
419uninstall-includeHEADERS:
420	@$(NORMAL_UNINSTALL)
421	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
422	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
423	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
424
425# This directory's subdirectories are mostly independent; you can cd
426# into them and run 'make' without going through this Makefile.
427# To change the values of 'make' variables: instead of editing Makefiles,
428# (1) if the variable is set in 'config.status', edit 'config.status'
429#     (which will cause the Makefiles to be regenerated when you run 'make');
430# (2) otherwise, pass the desired values on the 'make' command line.
431$(am__recursive_targets):
432	@fail=; \
433	if $(am__make_keepgoing); then \
434	  failcom='fail=yes'; \
435	else \
436	  failcom='exit 1'; \
437	fi; \
438	dot_seen=no; \
439	target=`echo $@ | sed s/-recursive//`; \
440	case "$@" in \
441	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
442	  *) list='$(SUBDIRS)' ;; \
443	esac; \
444	for subdir in $$list; do \
445	  echo "Making $$target in $$subdir"; \
446	  if test "$$subdir" = "."; then \
447	    dot_seen=yes; \
448	    local_target="$$target-am"; \
449	  else \
450	    local_target="$$target"; \
451	  fi; \
452	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
453	  || eval $$failcom; \
454	done; \
455	if test "$$dot_seen" = "no"; then \
456	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
457	fi; test -z "$$fail"
458
459ID: $(am__tagged_files)
460	$(am__define_uniq_tagged_files); mkid -fID $$unique
461tags: tags-recursive
462TAGS: tags
463
464tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
465	set x; \
466	here=`pwd`; \
467	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
468	  include_option=--etags-include; \
469	  empty_fix=.; \
470	else \
471	  include_option=--include; \
472	  empty_fix=; \
473	fi; \
474	list='$(SUBDIRS)'; for subdir in $$list; do \
475	  if test "$$subdir" = .; then :; else \
476	    test ! -f $$subdir/TAGS || \
477	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
478	  fi; \
479	done; \
480	$(am__define_uniq_tagged_files); \
481	shift; \
482	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
483	  test -n "$$unique" || unique=$$empty_fix; \
484	  if test $$# -gt 0; then \
485	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486	      "$$@" $$unique; \
487	  else \
488	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489	      $$unique; \
490	  fi; \
491	fi
492ctags: ctags-recursive
493
494CTAGS: ctags
495ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496	$(am__define_uniq_tagged_files); \
497	test -z "$(CTAGS_ARGS)$$unique" \
498	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499	     $$unique
500
501GTAGS:
502	here=`$(am__cd) $(top_builddir) && pwd` \
503	  && $(am__cd) $(top_srcdir) \
504	  && gtags -i $(GTAGS_ARGS) "$$here"
505cscopelist: cscopelist-recursive
506
507cscopelist-am: $(am__tagged_files)
508	list='$(am__tagged_files)'; \
509	case "$(srcdir)" in \
510	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
511	  *) sdir=$(subdir)/$(srcdir) ;; \
512	esac; \
513	for i in $$list; do \
514	  if test -f "$$i"; then \
515	    echo "$(subdir)/$$i"; \
516	  else \
517	    echo "$$sdir/$$i"; \
518	  fi; \
519	done >> $(top_builddir)/cscope.files
520
521distclean-tags:
522	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
523
524distdir: $(BUILT_SOURCES)
525	$(MAKE) $(AM_MAKEFLAGS) distdir-am
526
527distdir-am: $(DISTFILES)
528	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530	list='$(DISTFILES)'; \
531	  dist_files=`for file in $$list; do echo $$file; done | \
532	  sed -e "s|^$$srcdirstrip/||;t" \
533	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
534	case $$dist_files in \
535	  */*) $(MKDIR_P) `echo "$$dist_files" | \
536			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
537			   sort -u` ;; \
538	esac; \
539	for file in $$dist_files; do \
540	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
541	  if test -d $$d/$$file; then \
542	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
543	    if test -d "$(distdir)/$$file"; then \
544	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545	    fi; \
546	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
547	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
548	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549	    fi; \
550	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
551	  else \
552	    test -f "$(distdir)/$$file" \
553	    || cp -p $$d/$$file "$(distdir)/$$file" \
554	    || exit 1; \
555	  fi; \
556	done
557	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
558	  if test "$$subdir" = .; then :; else \
559	    $(am__make_dryrun) \
560	      || test -d "$(distdir)/$$subdir" \
561	      || $(MKDIR_P) "$(distdir)/$$subdir" \
562	      || exit 1; \
563	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
564	    $(am__relativize); \
565	    new_distdir=$$reldir; \
566	    dir1=$$subdir; dir2="$(top_distdir)"; \
567	    $(am__relativize); \
568	    new_top_distdir=$$reldir; \
569	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
570	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
571	    ($(am__cd) $$subdir && \
572	      $(MAKE) $(AM_MAKEFLAGS) \
573	        top_distdir="$$new_top_distdir" \
574	        distdir="$$new_distdir" \
575		am__remove_distdir=: \
576		am__skip_length_check=: \
577		am__skip_mode_fix=: \
578	        distdir) \
579	      || exit 1; \
580	  fi; \
581	done
582check-am: all-am
583check: check-recursive
584all-am: Makefile $(HEADERS)
585installdirs: installdirs-recursive
586installdirs-am:
587	for dir in "$(DESTDIR)$(includedir)"; do \
588	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
589	done
590install: install-recursive
591install-exec: install-exec-recursive
592install-data: install-data-recursive
593uninstall: uninstall-recursive
594
595install-am: all-am
596	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
597
598installcheck: installcheck-recursive
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-recursive
621
622clean-am: clean-generic clean-libtool mostlyclean-am
623
624distclean: distclean-recursive
625	-rm -f Makefile
626distclean-am: clean-am distclean-generic distclean-tags
627
628dvi: dvi-recursive
629
630dvi-am:
631
632html: html-recursive
633
634html-am:
635
636info: info-recursive
637
638info-am:
639
640install-data-am: install-includeHEADERS
641
642install-dvi: install-dvi-recursive
643
644install-dvi-am:
645
646install-exec-am:
647
648install-html: install-html-recursive
649
650install-html-am:
651
652install-info: install-info-recursive
653
654install-info-am:
655
656install-man:
657
658install-pdf: install-pdf-recursive
659
660install-pdf-am:
661
662install-ps: install-ps-recursive
663
664install-ps-am:
665
666installcheck-am:
667
668maintainer-clean: maintainer-clean-recursive
669	-rm -f Makefile
670maintainer-clean-am: distclean-am maintainer-clean-generic
671
672mostlyclean: mostlyclean-recursive
673
674mostlyclean-am: mostlyclean-generic mostlyclean-libtool
675
676pdf: pdf-recursive
677
678pdf-am:
679
680ps: ps-recursive
681
682ps-am:
683
684uninstall-am: uninstall-includeHEADERS
685
686.MAKE: $(am__recursive_targets) install-am install-strip
687
688.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
689	check-am clean clean-generic clean-libtool cscopelist-am ctags \
690	ctags-am distclean distclean-generic distclean-libtool \
691	distclean-tags distdir dvi dvi-am html html-am info info-am \
692	install install-am install-data install-data-am install-dvi \
693	install-dvi-am install-exec install-exec-am install-html \
694	install-html-am install-includeHEADERS install-info \
695	install-info-am install-man install-pdf install-pdf-am \
696	install-ps install-ps-am install-strip installcheck \
697	installcheck-am installdirs installdirs-am maintainer-clean \
698	maintainer-clean-generic mostlyclean mostlyclean-generic \
699	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
700	uninstall-am uninstall-includeHEADERS
701
702.PRECIOUS: Makefile
703
704
705# Tell versions [3.59,3.63) of GNU make to not export all variables.
706# Otherwise a system limit (for SysV at least) may be exceeded.
707.NOEXPORT:
708