Home | History | Annotate | Download | only in contrib
      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 VPATH = @srcdir@
     17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     18 am__make_running_with_option = \
     19   case $${target_option-} in \
     20       ?) ;; \
     21       *) echo "am__make_running_with_option: internal error: invalid" \
     22               "target option '$${target_option-}' specified" >&2; \
     23          exit 1;; \
     24   esac; \
     25   has_opt=no; \
     26   sane_makeflags=$$MAKEFLAGS; \
     27   if $(am__is_gnu_make); then \
     28     sane_makeflags=$$MFLAGS; \
     29   else \
     30     case $$MAKEFLAGS in \
     31       *\\[\ \	]*) \
     32         bs=\\; \
     33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     34           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     35     esac; \
     36   fi; \
     37   skip_next=no; \
     38   strip_trailopt () \
     39   { \
     40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     41   }; \
     42   for flg in $$sane_makeflags; do \
     43     test $$skip_next = yes && { skip_next=no; continue; }; \
     44     case $$flg in \
     45       *=*|--*) continue;; \
     46         -*I) strip_trailopt 'I'; skip_next=yes;; \
     47       -*I?*) strip_trailopt 'I';; \
     48         -*O) strip_trailopt 'O'; skip_next=yes;; \
     49       -*O?*) strip_trailopt 'O';; \
     50         -*l) strip_trailopt 'l'; skip_next=yes;; \
     51       -*l?*) strip_trailopt 'l';; \
     52       -[dEDm]) skip_next=yes;; \
     53       -[JT]) skip_next=yes;; \
     54     esac; \
     55     case $$flg in \
     56       *$$target_option*) has_opt=yes; break;; \
     57     esac; \
     58   done; \
     59   test $$has_opt = yes
     60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     62 pkgdatadir = $(datadir)/@PACKAGE@
     63 pkgincludedir = $(includedir)/@PACKAGE@
     64 pkglibdir = $(libdir)/@PACKAGE@
     65 pkglibexecdir = $(libexecdir)/@PACKAGE@
     66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     67 install_sh_DATA = $(install_sh) -c -m 644
     68 install_sh_PROGRAM = $(install_sh) -c
     69 install_sh_SCRIPT = $(install_sh) -c
     70 INSTALL_HEADER = $(INSTALL_DATA)
     71 transform = $(program_transform_name)
     72 NORMAL_INSTALL = :
     73 PRE_INSTALL = :
     74 POST_INSTALL = :
     75 NORMAL_UNINSTALL = :
     76 PRE_UNINSTALL = :
     77 POST_UNINSTALL = :
     78 build_triplet = @build@
     79 host_triplet = @host@
     80 subdir = contrib
     81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
     82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     83 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
     84 	$(top_srcdir)/m4/ax_append_flag.m4 \
     85 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
     86 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
     87 	$(top_srcdir)/m4/ax_check_openssl.m4 \
     88 	$(top_srcdir)/m4/ax_count_cpus.m4 \
     89 	$(top_srcdir)/m4/ax_have_epoll.m4 \
     90 	$(top_srcdir)/m4/ax_pthread.m4 \
     91 	$(top_srcdir)/m4/ax_require_defined.m4 \
     92 	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
     93 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
     94 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
     95 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
     96 	$(top_srcdir)/configure.ac
     97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     98 	$(ACLOCAL_M4)
     99 mkinstalldirs = $(install_sh) -d
    100 CONFIG_HEADER = $(top_builddir)/MHD_config.h
    101 CONFIG_CLEAN_FILES =
    102 CONFIG_CLEAN_VPATH_FILES =
    103 AM_V_P = $(am__v_P_@AM_V@)
    104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    105 am__v_P_0 = false
    106 am__v_P_1 = :
    107 AM_V_GEN = $(am__v_GEN_@AM_V@)
    108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    109 am__v_GEN_0 = @echo "  GEN     " $@;
    110 am__v_GEN_1 = 
    111 AM_V_at = $(am__v_at_@AM_V@)
    112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    113 am__v_at_0 = @
    114 am__v_at_1 = 
    115 SOURCES =
    116 DIST_SOURCES =
    117 am__can_run_installinfo = \
    118   case $$AM_UPDATE_INFO_DIR in \
    119     n|no|NO) false;; \
    120     *) (install-info --version) >/dev/null 2>&1;; \
    121   esac
    122 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    124 ACLOCAL = @ACLOCAL@
    125 AMTAR = @AMTAR@
    126 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    127 AR = @AR@
    128 AS = @AS@
    129 AUTOCONF = @AUTOCONF@
    130 AUTOHEADER = @AUTOHEADER@
    131 AUTOMAKE = @AUTOMAKE@
    132 AWK = @AWK@
    133 CC = @CC@
    134 CCDEPMODE = @CCDEPMODE@
    135 CFLAGS = @CFLAGS@
    136 CPP = @CPP@
    137 CPPFLAGS = @CPPFLAGS@
    138 CPU_COUNT = @CPU_COUNT@
    139 CYGPATH_W = @CYGPATH_W@
    140 DEFS = @DEFS@
    141 DEPDIR = @DEPDIR@
    142 DLLTOOL = @DLLTOOL@
    143 DSYMUTIL = @DSYMUTIL@
    144 DUMPBIN = @DUMPBIN@
    145 ECHO_C = @ECHO_C@
    146 ECHO_N = @ECHO_N@
    147 ECHO_T = @ECHO_T@
    148 EGREP = @EGREP@
    149 EXEEXT = @EXEEXT@
    150 FGREP = @FGREP@
    151 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
    152 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
    153 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
    154 GNUTLS_LIBS = @GNUTLS_LIBS@
    155 GREP = @GREP@
    156 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
    157 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
    158 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
    159 INSTALL = @INSTALL@
    160 INSTALL_DATA = @INSTALL_DATA@
    161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    164 LD = @LD@
    165 LDFLAGS = @LDFLAGS@
    166 LIBCURL = @LIBCURL@
    167 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
    168 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
    169 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
    170 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
    171 LIBOBJS = @LIBOBJS@
    172 LIBS = @LIBS@
    173 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
    174 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
    175 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
    176 LIBTOOL = @LIBTOOL@
    177 LIB_VERSION_AGE = @LIB_VERSION_AGE@
    178 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
    179 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
    180 LIPO = @LIPO@
    181 LN_S = @LN_S@
    182 LTLIBOBJS = @LTLIBOBJS@
    183 MAKEINFO = @MAKEINFO@
    184 MANIFEST_TOOL = @MANIFEST_TOOL@
    185 MHD_LIBDEPS = @MHD_LIBDEPS@
    186 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
    187 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
    188 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
    189 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
    190 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
    191 MKDIR_P = @MKDIR_P@
    192 MS_LIB_TOOL = @MS_LIB_TOOL@
    193 NM = @NM@
    194 NMEDIT = @NMEDIT@
    195 OBJDUMP = @OBJDUMP@
    196 OBJEXT = @OBJEXT@
    197 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
    198 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    199 OPENSSL_LIBS = @OPENSSL_LIBS@
    200 OTOOL = @OTOOL@
    201 OTOOL64 = @OTOOL64@
    202 PACKAGE = @PACKAGE@
    203 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    204 PACKAGE_NAME = @PACKAGE_NAME@
    205 PACKAGE_STRING = @PACKAGE_STRING@
    206 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    207 PACKAGE_URL = @PACKAGE_URL@
    208 PACKAGE_VERSION = @PACKAGE_VERSION@
    209 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
    210 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
    211 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
    212 PATH_SEPARATOR = @PATH_SEPARATOR@
    213 PKG_CONFIG = @PKG_CONFIG@
    214 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    215 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    216 PTHREAD_CC = @PTHREAD_CC@
    217 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    218 PTHREAD_LIBS = @PTHREAD_LIBS@
    219 RANLIB = @RANLIB@
    220 RC = @RC@
    221 SED = @SED@
    222 SET_MAKE = @SET_MAKE@
    223 SHELL = @SHELL@
    224 SPDY_LIBDEPS = @SPDY_LIBDEPS@
    225 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
    226 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
    227 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
    228 STRIP = @STRIP@
    229 VERSION = @VERSION@
    230 _libcurl_config = @_libcurl_config@
    231 abs_builddir = @abs_builddir@
    232 abs_srcdir = @abs_srcdir@
    233 abs_top_builddir = @abs_top_builddir@
    234 abs_top_srcdir = @abs_top_srcdir@
    235 ac_ct_AR = @ac_ct_AR@
    236 ac_ct_CC = @ac_ct_CC@
    237 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    238 am__include = @am__include@
    239 am__leading_dot = @am__leading_dot@
    240 am__quote = @am__quote@
    241 am__tar = @am__tar@
    242 am__untar = @am__untar@
    243 ax_pthread_config = @ax_pthread_config@
    244 bindir = @bindir@
    245 build = @build@
    246 build_alias = @build_alias@
    247 build_cpu = @build_cpu@
    248 build_os = @build_os@
    249 build_vendor = @build_vendor@
    250 builddir = @builddir@
    251 datadir = @datadir@
    252 datarootdir = @datarootdir@
    253 docdir = @docdir@
    254 dvidir = @dvidir@
    255 exec_prefix = @exec_prefix@
    256 have_socat = @have_socat@
    257 have_zzuf = @have_zzuf@
    258 host = @host@
    259 host_alias = @host_alias@
    260 host_cpu = @host_cpu@
    261 host_os = @host_os@
    262 host_vendor = @host_vendor@
    263 htmldir = @htmldir@
    264 includedir = @includedir@
    265 infodir = @infodir@
    266 install_sh = @install_sh@
    267 libdir = @libdir@
    268 libexecdir = @libexecdir@
    269 localedir = @localedir@
    270 localstatedir = @localstatedir@
    271 lt_cv_objdir = @lt_cv_objdir@
    272 mandir = @mandir@
    273 mkdir_p = @mkdir_p@
    274 oldincludedir = @oldincludedir@
    275 pdfdir = @pdfdir@
    276 prefix = @prefix@
    277 program_transform_name = @program_transform_name@
    278 psdir = @psdir@
    279 sbindir = @sbindir@
    280 sharedstatedir = @sharedstatedir@
    281 srcdir = @srcdir@
    282 sysconfdir = @sysconfdir@
    283 target_alias = @target_alias@
    284 top_build_prefix = @top_build_prefix@
    285 top_builddir = @top_builddir@
    286 top_srcdir = @top_srcdir@
    287 
    288 # This Makefile.am is in the public domain
    289 EXTRA_DIST = xcc ascebc mhd.png mhd.svg mhd_logo.png
    290 all: all-am
    291 
    292 .SUFFIXES:
    293 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    294 	@for dep in $?; do \
    295 	  case '$(am__configure_deps)' in \
    296 	    *$$dep*) \
    297 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    298 	        && { if test -f $@; then exit 0; else break; fi; }; \
    299 	      exit 1;; \
    300 	  esac; \
    301 	done; \
    302 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
    303 	$(am__cd) $(top_srcdir) && \
    304 	  $(AUTOMAKE) --gnu contrib/Makefile
    305 .PRECIOUS: Makefile
    306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    307 	@case '$?' in \
    308 	  *config.status*) \
    309 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    310 	  *) \
    311 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    312 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    313 	esac;
    314 
    315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    316 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    317 
    318 $(top_srcdir)/configure:  $(am__configure_deps)
    319 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    320 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    321 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    322 $(am__aclocal_m4_deps):
    323 
    324 mostlyclean-libtool:
    325 	-rm -f *.lo
    326 
    327 clean-libtool:
    328 	-rm -rf .libs _libs
    329 tags TAGS:
    330 
    331 ctags CTAGS:
    332 
    333 cscope cscopelist:
    334 
    335 
    336 distdir: $(DISTFILES)
    337 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    338 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    339 	list='$(DISTFILES)'; \
    340 	  dist_files=`for file in $$list; do echo $$file; done | \
    341 	  sed -e "s|^$$srcdirstrip/||;t" \
    342 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    343 	case $$dist_files in \
    344 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    345 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    346 			   sort -u` ;; \
    347 	esac; \
    348 	for file in $$dist_files; do \
    349 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    350 	  if test -d $$d/$$file; then \
    351 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    352 	    if test -d "$(distdir)/$$file"; then \
    353 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    354 	    fi; \
    355 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    356 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    357 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    358 	    fi; \
    359 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    360 	  else \
    361 	    test -f "$(distdir)/$$file" \
    362 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    363 	    || exit 1; \
    364 	  fi; \
    365 	done
    366 check-am: all-am
    367 check: check-am
    368 all-am: Makefile
    369 installdirs:
    370 install: install-am
    371 install-exec: install-exec-am
    372 install-data: install-data-am
    373 uninstall: uninstall-am
    374 
    375 install-am: all-am
    376 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    377 
    378 installcheck: installcheck-am
    379 install-strip:
    380 	if test -z '$(STRIP)'; then \
    381 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    382 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    383 	      install; \
    384 	else \
    385 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    386 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    387 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    388 	fi
    389 mostlyclean-generic:
    390 
    391 clean-generic:
    392 
    393 distclean-generic:
    394 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    395 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    396 
    397 maintainer-clean-generic:
    398 	@echo "This command is intended for maintainers to use"
    399 	@echo "it deletes files that may require special tools to rebuild."
    400 clean: clean-am
    401 
    402 clean-am: clean-generic clean-libtool mostlyclean-am
    403 
    404 distclean: distclean-am
    405 	-rm -f Makefile
    406 distclean-am: clean-am distclean-generic
    407 
    408 dvi: dvi-am
    409 
    410 dvi-am:
    411 
    412 html: html-am
    413 
    414 html-am:
    415 
    416 info: info-am
    417 
    418 info-am:
    419 
    420 install-data-am:
    421 
    422 install-dvi: install-dvi-am
    423 
    424 install-dvi-am:
    425 
    426 install-exec-am:
    427 
    428 install-html: install-html-am
    429 
    430 install-html-am:
    431 
    432 install-info: install-info-am
    433 
    434 install-info-am:
    435 
    436 install-man:
    437 
    438 install-pdf: install-pdf-am
    439 
    440 install-pdf-am:
    441 
    442 install-ps: install-ps-am
    443 
    444 install-ps-am:
    445 
    446 installcheck-am:
    447 
    448 maintainer-clean: maintainer-clean-am
    449 	-rm -f Makefile
    450 maintainer-clean-am: distclean-am maintainer-clean-generic
    451 
    452 mostlyclean: mostlyclean-am
    453 
    454 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    455 
    456 pdf: pdf-am
    457 
    458 pdf-am:
    459 
    460 ps: ps-am
    461 
    462 ps-am:
    463 
    464 uninstall-am:
    465 
    466 .MAKE: install-am install-strip
    467 
    468 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    469 	cscopelist-am ctags-am distclean distclean-generic \
    470 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
    471 	install install-am install-data install-data-am install-dvi \
    472 	install-dvi-am install-exec install-exec-am install-html \
    473 	install-html-am install-info install-info-am install-man \
    474 	install-pdf install-pdf-am install-ps install-ps-am \
    475 	install-strip installcheck installcheck-am installdirs \
    476 	maintainer-clean maintainer-clean-generic mostlyclean \
    477 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    478 	tags-am uninstall uninstall-am
    479 
    480 
    481 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    482 # Otherwise a system limit (for SysV at least) may be exceeded.
    483 .NOEXPORT:
    484