Home | History | Annotate | Download | only in include
      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 
     17 VPATH = @srcdir@
     18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     19 am__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
     61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     63 pkgdatadir = $(datadir)/@PACKAGE@
     64 pkgincludedir = $(includedir)/@PACKAGE@
     65 pkglibdir = $(libdir)/@PACKAGE@
     66 pkglibexecdir = $(libexecdir)/@PACKAGE@
     67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     68 install_sh_DATA = $(install_sh) -c -m 644
     69 install_sh_PROGRAM = $(install_sh) -c
     70 install_sh_SCRIPT = $(install_sh) -c
     71 INSTALL_HEADER = $(INSTALL_DATA)
     72 transform = $(program_transform_name)
     73 NORMAL_INSTALL = :
     74 PRE_INSTALL = :
     75 POST_INSTALL = :
     76 NORMAL_UNINSTALL = :
     77 PRE_UNINSTALL = :
     78 POST_UNINSTALL = :
     79 build_triplet = @build@
     80 host_triplet = @host@
     81 subdir = src/include
     82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     83 	$(am__include_HEADERS_DIST)
     84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     85 am__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
     99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    100 	$(ACLOCAL_M4)
    101 mkinstalldirs = $(install_sh) -d
    102 CONFIG_HEADER = $(top_builddir)/MHD_config.h
    103 CONFIG_CLEAN_FILES =
    104 CONFIG_CLEAN_VPATH_FILES =
    105 AM_V_P = $(am__v_P_@AM_V@)
    106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    107 am__v_P_0 = false
    108 am__v_P_1 = :
    109 AM_V_GEN = $(am__v_GEN_@AM_V@)
    110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    111 am__v_GEN_0 = @echo "  GEN     " $@;
    112 am__v_GEN_1 = 
    113 AM_V_at = $(am__v_at_@AM_V@)
    114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    115 am__v_at_0 = @
    116 am__v_at_1 = 
    117 SOURCES =
    118 DIST_SOURCES =
    119 RECURSIVE_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
    127 am__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
    132 am__include_HEADERS_DIST = microhttpd.h microspdy.h
    133 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    134 am__vpath_adj = case $$p in \
    135     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    136     *) f=$$p;; \
    137   esac;
    138 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    139 am__install_max = 40
    140 am__nobase_strip_setup = \
    141   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    142 am__nobase_strip = \
    143   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    144 am__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] }'
    151 am__base_list = \
    152   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    153   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    154 am__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   }
    160 am__installdirs = "$(DESTDIR)$(includedir)"
    161 HEADERS = $(include_HEADERS)
    162 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    163   distclean-recursive maintainer-clean-recursive
    164 am__recursive_targets = \
    165   $(RECURSIVE_TARGETS) \
    166   $(RECURSIVE_CLEAN_TARGETS) \
    167   $(am__extra_recursive_targets)
    168 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    169 	distdir
    170 am__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.
    174 am__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.
    182 am__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)`
    187 ETAGS = etags
    188 CTAGS = ctags
    189 DIST_SUBDIRS = $(SUBDIRS)
    190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    191 am__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"
    216 ACLOCAL = @ACLOCAL@
    217 AMTAR = @AMTAR@
    218 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    219 AR = @AR@
    220 AS = @AS@
    221 AUTOCONF = @AUTOCONF@
    222 AUTOHEADER = @AUTOHEADER@
    223 AUTOMAKE = @AUTOMAKE@
    224 AWK = @AWK@
    225 CC = @CC@
    226 CCDEPMODE = @CCDEPMODE@
    227 CFLAGS = @CFLAGS@
    228 CPP = @CPP@
    229 CPPFLAGS = @CPPFLAGS@
    230 CPU_COUNT = @CPU_COUNT@
    231 CYGPATH_W = @CYGPATH_W@
    232 DEFS = @DEFS@
    233 DEPDIR = @DEPDIR@
    234 DLLTOOL = @DLLTOOL@
    235 DSYMUTIL = @DSYMUTIL@
    236 DUMPBIN = @DUMPBIN@
    237 ECHO_C = @ECHO_C@
    238 ECHO_N = @ECHO_N@
    239 ECHO_T = @ECHO_T@
    240 EGREP = @EGREP@
    241 EXEEXT = @EXEEXT@
    242 FGREP = @FGREP@
    243 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
    244 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
    245 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
    246 GNUTLS_LIBS = @GNUTLS_LIBS@
    247 GREP = @GREP@
    248 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
    249 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
    250 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
    251 INSTALL = @INSTALL@
    252 INSTALL_DATA = @INSTALL_DATA@
    253 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    254 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    255 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    256 LD = @LD@
    257 LDFLAGS = @LDFLAGS@
    258 LIBCURL = @LIBCURL@
    259 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
    260 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
    261 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
    262 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
    263 LIBOBJS = @LIBOBJS@
    264 LIBS = @LIBS@
    265 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
    266 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
    267 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
    268 LIBTOOL = @LIBTOOL@
    269 LIB_VERSION_AGE = @LIB_VERSION_AGE@
    270 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
    271 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
    272 LIPO = @LIPO@
    273 LN_S = @LN_S@
    274 LTLIBOBJS = @LTLIBOBJS@
    275 MAKEINFO = @MAKEINFO@
    276 MANIFEST_TOOL = @MANIFEST_TOOL@
    277 MHD_LIBDEPS = @MHD_LIBDEPS@
    278 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
    279 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
    280 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
    281 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
    282 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
    283 MKDIR_P = @MKDIR_P@
    284 MS_LIB_TOOL = @MS_LIB_TOOL@
    285 NM = @NM@
    286 NMEDIT = @NMEDIT@
    287 OBJDUMP = @OBJDUMP@
    288 OBJEXT = @OBJEXT@
    289 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
    290 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    291 OPENSSL_LIBS = @OPENSSL_LIBS@
    292 OTOOL = @OTOOL@
    293 OTOOL64 = @OTOOL64@
    294 PACKAGE = @PACKAGE@
    295 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    296 PACKAGE_NAME = @PACKAGE_NAME@
    297 PACKAGE_STRING = @PACKAGE_STRING@
    298 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    299 PACKAGE_URL = @PACKAGE_URL@
    300 PACKAGE_VERSION = @PACKAGE_VERSION@
    301 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
    302 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
    303 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
    304 PATH_SEPARATOR = @PATH_SEPARATOR@
    305 PKG_CONFIG = @PKG_CONFIG@
    306 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    307 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    308 PTHREAD_CC = @PTHREAD_CC@
    309 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    310 PTHREAD_LIBS = @PTHREAD_LIBS@
    311 RANLIB = @RANLIB@
    312 RC = @RC@
    313 SED = @SED@
    314 SET_MAKE = @SET_MAKE@
    315 SHELL = @SHELL@
    316 SPDY_LIBDEPS = @SPDY_LIBDEPS@
    317 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
    318 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
    319 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
    320 STRIP = @STRIP@
    321 VERSION = @VERSION@
    322 _libcurl_config = @_libcurl_config@
    323 abs_builddir = @abs_builddir@
    324 abs_srcdir = @abs_srcdir@
    325 abs_top_builddir = @abs_top_builddir@
    326 abs_top_srcdir = @abs_top_srcdir@
    327 ac_ct_AR = @ac_ct_AR@
    328 ac_ct_CC = @ac_ct_CC@
    329 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    330 am__include = @am__include@
    331 am__leading_dot = @am__leading_dot@
    332 am__quote = @am__quote@
    333 am__tar = @am__tar@
    334 am__untar = @am__untar@
    335 ax_pthread_config = @ax_pthread_config@
    336 bindir = @bindir@
    337 build = @build@
    338 build_alias = @build_alias@
    339 build_cpu = @build_cpu@
    340 build_os = @build_os@
    341 build_vendor = @build_vendor@
    342 builddir = @builddir@
    343 datadir = @datadir@
    344 datarootdir = @datarootdir@
    345 docdir = @docdir@
    346 dvidir = @dvidir@
    347 exec_prefix = @exec_prefix@
    348 have_socat = @have_socat@
    349 have_zzuf = @have_zzuf@
    350 host = @host@
    351 host_alias = @host_alias@
    352 host_cpu = @host_cpu@
    353 host_os = @host_os@
    354 host_vendor = @host_vendor@
    355 htmldir = @htmldir@
    356 includedir = @includedir@
    357 infodir = @infodir@
    358 install_sh = @install_sh@
    359 libdir = @libdir@
    360 libexecdir = @libexecdir@
    361 localedir = @localedir@
    362 localstatedir = @localstatedir@
    363 lt_cv_objdir = @lt_cv_objdir@
    364 mandir = @mandir@
    365 mkdir_p = @mkdir_p@
    366 oldincludedir = @oldincludedir@
    367 pdfdir = @pdfdir@
    368 prefix = @prefix@
    369 program_transform_name = @program_transform_name@
    370 psdir = @psdir@
    371 sbindir = @sbindir@
    372 sharedstatedir = @sharedstatedir@
    373 srcdir = @srcdir@
    374 sysconfdir = @sysconfdir@
    375 target_alias = @target_alias@
    376 top_build_prefix = @top_build_prefix@
    377 top_builddir = @top_builddir@
    378 top_srcdir = @top_srcdir@
    379 
    380 # This Makefile.am is in the public domain
    381 SUBDIRS = .
    382 @ENABLE_SPDY_TRUE@microspdy = microspdy.h
    383 include_HEADERS = microhttpd.h $(microspdy)
    384 EXTRA_DIST = platform.h platform_interface.h w32functions.h autoinit_funcs.h
    385 all: 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
    401 Makefile: $(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 
    419 mostlyclean-libtool:
    420 	-rm -f *.lo
    421 
    422 clean-libtool:
    423 	-rm -rf .libs _libs
    424 install-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 
    440 uninstall-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 
    480 ID: $(am__tagged_files)
    481 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    482 tags: tags-recursive
    483 TAGS: tags
    484 
    485 tags-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
    513 ctags: ctags-recursive
    514 
    515 CTAGS: ctags
    516 ctags-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 
    522 GTAGS:
    523 	here=`$(am__cd) $(top_builddir) && pwd` \
    524 	  && $(am__cd) $(top_srcdir) \
    525 	  && gtags -i $(GTAGS_ARGS) "$$here"
    526 cscopelist: cscopelist-recursive
    527 
    528 cscopelist-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 
    542 distclean-tags:
    543 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    544 
    545 distdir: $(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
    600 check-am: all-am
    601 check: check-recursive
    602 all-am: Makefile $(HEADERS)
    603 installdirs: installdirs-recursive
    604 installdirs-am:
    605 	for dir in "$(DESTDIR)$(includedir)"; do \
    606 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    607 	done
    608 install: install-recursive
    609 install-exec: install-exec-recursive
    610 install-data: install-data-recursive
    611 uninstall: uninstall-recursive
    612 
    613 install-am: all-am
    614 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    615 
    616 installcheck: installcheck-recursive
    617 install-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
    627 mostlyclean-generic:
    628 
    629 clean-generic:
    630 
    631 distclean-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 
    635 maintainer-clean-generic:
    636 	@echo "This command is intended for maintainers to use"
    637 	@echo "it deletes files that may require special tools to rebuild."
    638 clean: clean-recursive
    639 
    640 clean-am: clean-generic clean-libtool mostlyclean-am
    641 
    642 distclean: distclean-recursive
    643 	-rm -f Makefile
    644 distclean-am: clean-am distclean-generic distclean-tags
    645 
    646 dvi: dvi-recursive
    647 
    648 dvi-am:
    649 
    650 html: html-recursive
    651 
    652 html-am:
    653 
    654 info: info-recursive
    655 
    656 info-am:
    657 
    658 install-data-am: install-includeHEADERS
    659 
    660 install-dvi: install-dvi-recursive
    661 
    662 install-dvi-am:
    663 
    664 install-exec-am:
    665 
    666 install-html: install-html-recursive
    667 
    668 install-html-am:
    669 
    670 install-info: install-info-recursive
    671 
    672 install-info-am:
    673 
    674 install-man:
    675 
    676 install-pdf: install-pdf-recursive
    677 
    678 install-pdf-am:
    679 
    680 install-ps: install-ps-recursive
    681 
    682 install-ps-am:
    683 
    684 installcheck-am:
    685 
    686 maintainer-clean: maintainer-clean-recursive
    687 	-rm -f Makefile
    688 maintainer-clean-am: distclean-am maintainer-clean-generic
    689 
    690 mostlyclean: mostlyclean-recursive
    691 
    692 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    693 
    694 pdf: pdf-recursive
    695 
    696 pdf-am:
    697 
    698 ps: ps-recursive
    699 
    700 ps-am:
    701 
    702 uninstall-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