1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = src/include
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(am__include_HEADERS_DIST)
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
86	$(top_srcdir)/m4/ax_append_flag.m4 \
87	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
88	$(top_srcdir)/m4/ax_check_link_flag.m4 \
89	$(top_srcdir)/m4/ax_check_openssl.m4 \
90	$(top_srcdir)/m4/ax_count_cpus.m4 \
91	$(top_srcdir)/m4/ax_have_epoll.m4 \
92	$(top_srcdir)/m4/ax_pthread.m4 \
93	$(top_srcdir)/m4/ax_require_defined.m4 \
94	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
95	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
96	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
97	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/MHD_config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120	ctags-recursive dvi-recursive html-recursive info-recursive \
121	install-data-recursive install-dvi-recursive \
122	install-exec-recursive install-html-recursive \
123	install-info-recursive install-pdf-recursive \
124	install-ps-recursive install-recursive installcheck-recursive \
125	installdirs-recursive pdf-recursive ps-recursive \
126	tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128  case $$AM_UPDATE_INFO_DIR in \
129    n|no|NO) false;; \
130    *) (install-info --version) >/dev/null 2>&1;; \
131  esac
132am__include_HEADERS_DIST = microhttpd.h microspdy.h
133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134am__vpath_adj = case $$p in \
135    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136    *) f=$$p;; \
137  esac;
138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139am__install_max = 40
140am__nobase_strip_setup = \
141  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142am__nobase_strip = \
143  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144am__nobase_list = $(am__nobase_strip_setup); \
145  for p in $$list; do echo "$$p $$p"; done | \
146  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148    if (++n[$$2] == $(am__install_max)) \
149      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150    END { for (dir in files) print dir, files[dir] }'
151am__base_list = \
152  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154am__uninstall_files_from_dir = { \
155  test -z "$$files" \
156    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158         $(am__cd) "$$dir" && rm -f $$files; }; \
159  }
160am__installdirs = "$(DESTDIR)$(includedir)"
161HEADERS = $(include_HEADERS)
162RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
163  distclean-recursive maintainer-clean-recursive
164am__recursive_targets = \
165  $(RECURSIVE_TARGETS) \
166  $(RECURSIVE_CLEAN_TARGETS) \
167  $(am__extra_recursive_targets)
168AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
169	distdir
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171# Read a list of newline-separated strings from the standard input,
172# and print each of them once, without duplicates.  Input order is
173# *not* preserved.
174am__uniquify_input = $(AWK) '\
175  BEGIN { nonempty = 0; } \
176  { items[$$0] = 1; nonempty = 1; } \
177  END { if (nonempty) { for (i in items) print i; }; } \
178'
179# Make sure the list of sources is unique.  This is necessary because,
180# e.g., the same source file might be shared among _SOURCES variables
181# for different programs/libraries.
182am__define_uniq_tagged_files = \
183  list='$(am__tagged_files)'; \
184  unique=`for i in $$list; do \
185    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186  done | $(am__uniquify_input)`
187ETAGS = etags
188CTAGS = ctags
189DIST_SUBDIRS = $(SUBDIRS)
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191am__relativize = \
192  dir0=`pwd`; \
193  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194  sed_rest='s,^[^/]*/*,,'; \
195  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196  sed_butlast='s,/*[^/]*$$,,'; \
197  while test -n "$$dir1"; do \
198    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199    if test "$$first" != "."; then \
200      if test "$$first" = ".."; then \
201        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203      else \
204        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205        if test "$$first2" = "$$first"; then \
206          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207        else \
208          dir2="../$$dir2"; \
209        fi; \
210        dir0="$$dir0"/"$$first"; \
211      fi; \
212    fi; \
213    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214  done; \
215  reldir="$$dir2"
216ACLOCAL = @ACLOCAL@
217AMTAR = @AMTAR@
218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219AR = @AR@
220AS = @AS@
221AUTOCONF = @AUTOCONF@
222AUTOHEADER = @AUTOHEADER@
223AUTOMAKE = @AUTOMAKE@
224AWK = @AWK@
225CC = @CC@
226CCDEPMODE = @CCDEPMODE@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
230CPU_COUNT = @CPU_COUNT@
231CYGPATH_W = @CYGPATH_W@
232DEFS = @DEFS@
233DEPDIR = @DEPDIR@
234DLLTOOL = @DLLTOOL@
235DSYMUTIL = @DSYMUTIL@
236DUMPBIN = @DUMPBIN@
237ECHO_C = @ECHO_C@
238ECHO_N = @ECHO_N@
239ECHO_T = @ECHO_T@
240EGREP = @EGREP@
241EXEEXT = @EXEEXT@
242FGREP = @FGREP@
243GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
244GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
245GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
246GNUTLS_LIBS = @GNUTLS_LIBS@
247GREP = @GREP@
248HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
249HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
250HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
251INSTALL = @INSTALL@
252INSTALL_DATA = @INSTALL_DATA@
253INSTALL_PROGRAM = @INSTALL_PROGRAM@
254INSTALL_SCRIPT = @INSTALL_SCRIPT@
255INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256LD = @LD@
257LDFLAGS = @LDFLAGS@
258LIBCURL = @LIBCURL@
259LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
260LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
261LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
262LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
263LIBOBJS = @LIBOBJS@
264LIBS = @LIBS@
265LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
266LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
267LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
268LIBTOOL = @LIBTOOL@
269LIB_VERSION_AGE = @LIB_VERSION_AGE@
270LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
271LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
272LIPO = @LIPO@
273LN_S = @LN_S@
274LTLIBOBJS = @LTLIBOBJS@
275MAKEINFO = @MAKEINFO@
276MANIFEST_TOOL = @MANIFEST_TOOL@
277MHD_LIBDEPS = @MHD_LIBDEPS@
278MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
279MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
280MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
281MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
282MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
283MKDIR_P = @MKDIR_P@
284MS_LIB_TOOL = @MS_LIB_TOOL@
285NM = @NM@
286NMEDIT = @NMEDIT@
287OBJDUMP = @OBJDUMP@
288OBJEXT = @OBJEXT@
289OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
290OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
291OPENSSL_LIBS = @OPENSSL_LIBS@
292OTOOL = @OTOOL@
293OTOOL64 = @OTOOL64@
294PACKAGE = @PACKAGE@
295PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
296PACKAGE_NAME = @PACKAGE_NAME@
297PACKAGE_STRING = @PACKAGE_STRING@
298PACKAGE_TARNAME = @PACKAGE_TARNAME@
299PACKAGE_URL = @PACKAGE_URL@
300PACKAGE_VERSION = @PACKAGE_VERSION@
301PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
302PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
303PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
304PATH_SEPARATOR = @PATH_SEPARATOR@
305PKG_CONFIG = @PKG_CONFIG@
306PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
307PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
308PTHREAD_CC = @PTHREAD_CC@
309PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
310PTHREAD_LIBS = @PTHREAD_LIBS@
311RANLIB = @RANLIB@
312RC = @RC@
313SED = @SED@
314SET_MAKE = @SET_MAKE@
315SHELL = @SHELL@
316SPDY_LIBDEPS = @SPDY_LIBDEPS@
317SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
318SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
319SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
320STRIP = @STRIP@
321VERSION = @VERSION@
322_libcurl_config = @_libcurl_config@
323abs_builddir = @abs_builddir@
324abs_srcdir = @abs_srcdir@
325abs_top_builddir = @abs_top_builddir@
326abs_top_srcdir = @abs_top_srcdir@
327ac_ct_AR = @ac_ct_AR@
328ac_ct_CC = @ac_ct_CC@
329ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
330am__include = @am__include@
331am__leading_dot = @am__leading_dot@
332am__quote = @am__quote@
333am__tar = @am__tar@
334am__untar = @am__untar@
335ax_pthread_config = @ax_pthread_config@
336bindir = @bindir@
337build = @build@
338build_alias = @build_alias@
339build_cpu = @build_cpu@
340build_os = @build_os@
341build_vendor = @build_vendor@
342builddir = @builddir@
343datadir = @datadir@
344datarootdir = @datarootdir@
345docdir = @docdir@
346dvidir = @dvidir@
347exec_prefix = @exec_prefix@
348have_socat = @have_socat@
349have_zzuf = @have_zzuf@
350host = @host@
351host_alias = @host_alias@
352host_cpu = @host_cpu@
353host_os = @host_os@
354host_vendor = @host_vendor@
355htmldir = @htmldir@
356includedir = @includedir@
357infodir = @infodir@
358install_sh = @install_sh@
359libdir = @libdir@
360libexecdir = @libexecdir@
361localedir = @localedir@
362localstatedir = @localstatedir@
363lt_cv_objdir = @lt_cv_objdir@
364mandir = @mandir@
365mkdir_p = @mkdir_p@
366oldincludedir = @oldincludedir@
367pdfdir = @pdfdir@
368prefix = @prefix@
369program_transform_name = @program_transform_name@
370psdir = @psdir@
371sbindir = @sbindir@
372sharedstatedir = @sharedstatedir@
373srcdir = @srcdir@
374sysconfdir = @sysconfdir@
375target_alias = @target_alias@
376top_build_prefix = @top_build_prefix@
377top_builddir = @top_builddir@
378top_srcdir = @top_srcdir@
379
380# This Makefile.am is in the public domain
381SUBDIRS = .
382@ENABLE_SPDY_TRUE@microspdy = microspdy.h
383include_HEADERS = microhttpd.h $(microspdy)
384EXTRA_DIST = platform.h platform_interface.h w32functions.h autoinit_funcs.h
385all: all-recursive
386
387.SUFFIXES:
388$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
389	@for dep in $?; do \
390	  case '$(am__configure_deps)' in \
391	    *$$dep*) \
392	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
393	        && { if test -f $@; then exit 0; else break; fi; }; \
394	      exit 1;; \
395	  esac; \
396	done; \
397	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
398	$(am__cd) $(top_srcdir) && \
399	  $(AUTOMAKE) --gnu src/include/Makefile
400.PRECIOUS: Makefile
401Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
402	@case '$?' in \
403	  *config.status*) \
404	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
405	  *) \
406	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
407	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
408	esac;
409
410$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
411	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412
413$(top_srcdir)/configure:  $(am__configure_deps)
414	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417$(am__aclocal_m4_deps):
418
419mostlyclean-libtool:
420	-rm -f *.lo
421
422clean-libtool:
423	-rm -rf .libs _libs
424install-includeHEADERS: $(include_HEADERS)
425	@$(NORMAL_INSTALL)
426	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
427	if test -n "$$list"; then \
428	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
429	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
430	fi; \
431	for p in $$list; do \
432	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
433	  echo "$$d$$p"; \
434	done | $(am__base_list) | \
435	while read files; do \
436	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
437	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
438	done
439
440uninstall-includeHEADERS:
441	@$(NORMAL_UNINSTALL)
442	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
443	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
444	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
445
446# This directory's subdirectories are mostly independent; you can cd
447# into them and run 'make' without going through this Makefile.
448# To change the values of 'make' variables: instead of editing Makefiles,
449# (1) if the variable is set in 'config.status', edit 'config.status'
450#     (which will cause the Makefiles to be regenerated when you run 'make');
451# (2) otherwise, pass the desired values on the 'make' command line.
452$(am__recursive_targets):
453	@fail=; \
454	if $(am__make_keepgoing); then \
455	  failcom='fail=yes'; \
456	else \
457	  failcom='exit 1'; \
458	fi; \
459	dot_seen=no; \
460	target=`echo $@ | sed s/-recursive//`; \
461	case "$@" in \
462	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
463	  *) list='$(SUBDIRS)' ;; \
464	esac; \
465	for subdir in $$list; do \
466	  echo "Making $$target in $$subdir"; \
467	  if test "$$subdir" = "."; then \
468	    dot_seen=yes; \
469	    local_target="$$target-am"; \
470	  else \
471	    local_target="$$target"; \
472	  fi; \
473	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
474	  || eval $$failcom; \
475	done; \
476	if test "$$dot_seen" = "no"; then \
477	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
478	fi; test -z "$$fail"
479
480ID: $(am__tagged_files)
481	$(am__define_uniq_tagged_files); mkid -fID $$unique
482tags: tags-recursive
483TAGS: tags
484
485tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486	set x; \
487	here=`pwd`; \
488	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
489	  include_option=--etags-include; \
490	  empty_fix=.; \
491	else \
492	  include_option=--include; \
493	  empty_fix=; \
494	fi; \
495	list='$(SUBDIRS)'; for subdir in $$list; do \
496	  if test "$$subdir" = .; then :; else \
497	    test ! -f $$subdir/TAGS || \
498	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
499	  fi; \
500	done; \
501	$(am__define_uniq_tagged_files); \
502	shift; \
503	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
504	  test -n "$$unique" || unique=$$empty_fix; \
505	  if test $$# -gt 0; then \
506	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507	      "$$@" $$unique; \
508	  else \
509	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510	      $$unique; \
511	  fi; \
512	fi
513ctags: ctags-recursive
514
515CTAGS: ctags
516ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
517	$(am__define_uniq_tagged_files); \
518	test -z "$(CTAGS_ARGS)$$unique" \
519	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
520	     $$unique
521
522GTAGS:
523	here=`$(am__cd) $(top_builddir) && pwd` \
524	  && $(am__cd) $(top_srcdir) \
525	  && gtags -i $(GTAGS_ARGS) "$$here"
526cscopelist: cscopelist-recursive
527
528cscopelist-am: $(am__tagged_files)
529	list='$(am__tagged_files)'; \
530	case "$(srcdir)" in \
531	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
532	  *) sdir=$(subdir)/$(srcdir) ;; \
533	esac; \
534	for i in $$list; do \
535	  if test -f "$$i"; then \
536	    echo "$(subdir)/$$i"; \
537	  else \
538	    echo "$$sdir/$$i"; \
539	  fi; \
540	done >> $(top_builddir)/cscope.files
541
542distclean-tags:
543	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
544
545distdir: $(DISTFILES)
546	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548	list='$(DISTFILES)'; \
549	  dist_files=`for file in $$list; do echo $$file; done | \
550	  sed -e "s|^$$srcdirstrip/||;t" \
551	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
552	case $$dist_files in \
553	  */*) $(MKDIR_P) `echo "$$dist_files" | \
554			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
555			   sort -u` ;; \
556	esac; \
557	for file in $$dist_files; do \
558	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559	  if test -d $$d/$$file; then \
560	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
561	    if test -d "$(distdir)/$$file"; then \
562	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563	    fi; \
564	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567	    fi; \
568	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569	  else \
570	    test -f "$(distdir)/$$file" \
571	    || cp -p $$d/$$file "$(distdir)/$$file" \
572	    || exit 1; \
573	  fi; \
574	done
575	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576	  if test "$$subdir" = .; then :; else \
577	    $(am__make_dryrun) \
578	      || test -d "$(distdir)/$$subdir" \
579	      || $(MKDIR_P) "$(distdir)/$$subdir" \
580	      || exit 1; \
581	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
582	    $(am__relativize); \
583	    new_distdir=$$reldir; \
584	    dir1=$$subdir; dir2="$(top_distdir)"; \
585	    $(am__relativize); \
586	    new_top_distdir=$$reldir; \
587	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
588	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
589	    ($(am__cd) $$subdir && \
590	      $(MAKE) $(AM_MAKEFLAGS) \
591	        top_distdir="$$new_top_distdir" \
592	        distdir="$$new_distdir" \
593		am__remove_distdir=: \
594		am__skip_length_check=: \
595		am__skip_mode_fix=: \
596	        distdir) \
597	      || exit 1; \
598	  fi; \
599	done
600check-am: all-am
601check: check-recursive
602all-am: Makefile $(HEADERS)
603installdirs: installdirs-recursive
604installdirs-am:
605	for dir in "$(DESTDIR)$(includedir)"; do \
606	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
607	done
608install: install-recursive
609install-exec: install-exec-recursive
610install-data: install-data-recursive
611uninstall: uninstall-recursive
612
613install-am: all-am
614	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616installcheck: installcheck-recursive
617install-strip:
618	if test -z '$(STRIP)'; then \
619	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621	      install; \
622	else \
623	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
626	fi
627mostlyclean-generic:
628
629clean-generic:
630
631distclean-generic:
632	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
634
635maintainer-clean-generic:
636	@echo "This command is intended for maintainers to use"
637	@echo "it deletes files that may require special tools to rebuild."
638clean: clean-recursive
639
640clean-am: clean-generic clean-libtool mostlyclean-am
641
642distclean: distclean-recursive
643	-rm -f Makefile
644distclean-am: clean-am distclean-generic distclean-tags
645
646dvi: dvi-recursive
647
648dvi-am:
649
650html: html-recursive
651
652html-am:
653
654info: info-recursive
655
656info-am:
657
658install-data-am: install-includeHEADERS
659
660install-dvi: install-dvi-recursive
661
662install-dvi-am:
663
664install-exec-am:
665
666install-html: install-html-recursive
667
668install-html-am:
669
670install-info: install-info-recursive
671
672install-info-am:
673
674install-man:
675
676install-pdf: install-pdf-recursive
677
678install-pdf-am:
679
680install-ps: install-ps-recursive
681
682install-ps-am:
683
684installcheck-am:
685
686maintainer-clean: maintainer-clean-recursive
687	-rm -f Makefile
688maintainer-clean-am: distclean-am maintainer-clean-generic
689
690mostlyclean: mostlyclean-recursive
691
692mostlyclean-am: mostlyclean-generic mostlyclean-libtool
693
694pdf: pdf-recursive
695
696pdf-am:
697
698ps: ps-recursive
699
700ps-am:
701
702uninstall-am: uninstall-includeHEADERS
703
704.MAKE: $(am__recursive_targets) install-am install-strip
705
706.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
707	check-am clean clean-generic clean-libtool cscopelist-am ctags \
708	ctags-am distclean distclean-generic distclean-libtool \
709	distclean-tags distdir dvi dvi-am html html-am info info-am \
710	install install-am install-data install-data-am install-dvi \
711	install-dvi-am install-exec install-exec-am install-html \
712	install-html-am install-includeHEADERS install-info \
713	install-info-am install-man install-pdf install-pdf-am \
714	install-ps install-ps-am install-strip installcheck \
715	installcheck-am installdirs installdirs-am maintainer-clean \
716	maintainer-clean-generic mostlyclean mostlyclean-generic \
717	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
718	uninstall-am uninstall-includeHEADERS
719
720
721# Tell versions [3.59,3.63) of GNU make to not export all variables.
722# Otherwise a system limit (for SysV at least) may be exceeded.
723.NOEXPORT:
724