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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__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
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = packages/EPM
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82	$(top_srcdir)/mkinstalldirs $(srcdir)/curl.list.in README
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
85	$(top_srcdir)/m4/curl-confopts.m4 \
86	$(top_srcdir)/m4/curl-functions.m4 \
87	$(top_srcdir)/m4/curl-openssl.m4 \
88	$(top_srcdir)/m4/curl-override.m4 \
89	$(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
90	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92	$(top_srcdir)/m4/xc-am-iface.m4 \
93	$(top_srcdir)/m4/xc-cc-check.m4 \
94	$(top_srcdir)/m4/xc-lt-iface.m4 \
95	$(top_srcdir)/m4/xc-translit.m4 \
96	$(top_srcdir)/m4/xc-val-flgs.m4 \
97	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
98	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
99	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
100	$(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
105	$(top_builddir)/include/curl/curlbuild.h
106CONFIG_CLEAN_FILES = curl.list
107CONFIG_CLEAN_VPATH_FILES =
108AM_V_P = $(am__v_P_@AM_V@)
109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110am__v_P_0 = false
111am__v_P_1 = :
112AM_V_GEN = $(am__v_GEN_@AM_V@)
113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114am__v_GEN_0 = @echo "  GEN     " $@;
115am__v_GEN_1 = 
116AM_V_at = $(am__v_at_@AM_V@)
117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118am__v_at_0 = @
119am__v_at_1 = 
120SOURCES =
121DIST_SOURCES =
122am__can_run_installinfo = \
123  case $$AM_UPDATE_INFO_DIR in \
124    n|no|NO) false;; \
125    *) (install-info --version) >/dev/null 2>&1;; \
126  esac
127am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129ACLOCAL = @ACLOCAL@
130AMTAR = @AMTAR@
131AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132AR = @AR@
133AS = @AS@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
139CC = @CC@
140CCDEPMODE = @CCDEPMODE@
141CFLAGS = @CFLAGS@
142CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
143CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
144CPP = @CPP@
145CPPFLAGS = @CPPFLAGS@
146CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
147CURLVERSION = @CURLVERSION@
148CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
149CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
150CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
151CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
152CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
153CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
154CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
155CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
156CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
157CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
158CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
159CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
160CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
161CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
162CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
163CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
164CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
165CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
166CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
167CYGPATH_W = @CYGPATH_W@
168DEFS = @DEFS@
169DEPDIR = @DEPDIR@
170DLLTOOL = @DLLTOOL@
171DSYMUTIL = @DSYMUTIL@
172DUMPBIN = @DUMPBIN@
173ECHO_C = @ECHO_C@
174ECHO_N = @ECHO_N@
175ECHO_T = @ECHO_T@
176EGREP = @EGREP@
177ENABLE_SHARED = @ENABLE_SHARED@
178ENABLE_STATIC = @ENABLE_STATIC@
179EXEEXT = @EXEEXT@
180FGREP = @FGREP@
181GREP = @GREP@
182HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
183HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
184HAVE_LIBZ = @HAVE_LIBZ@
185HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
186IDN_ENABLED = @IDN_ENABLED@
187INSTALL = @INSTALL@
188INSTALL_DATA = @INSTALL_DATA@
189INSTALL_PROGRAM = @INSTALL_PROGRAM@
190INSTALL_SCRIPT = @INSTALL_SCRIPT@
191INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192IPV6_ENABLED = @IPV6_ENABLED@
193LD = @LD@
194LDFLAGS = @LDFLAGS@
195LIBCURL_LIBS = @LIBCURL_LIBS@
196LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
197LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
198LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
199LIBOBJS = @LIBOBJS@
200LIBS = @LIBS@
201LIBTOOL = @LIBTOOL@
202LIPO = @LIPO@
203LN_S = @LN_S@
204LTLIBOBJS = @LTLIBOBJS@
205MAINT = @MAINT@
206MAKEINFO = @MAKEINFO@
207MANIFEST_TOOL = @MANIFEST_TOOL@
208MANOPT = @MANOPT@
209MKDIR_P = @MKDIR_P@
210NM = @NM@
211NMEDIT = @NMEDIT@
212NROFF = @NROFF@
213OBJDUMP = @OBJDUMP@
214OBJEXT = @OBJEXT@
215OTOOL = @OTOOL@
216OTOOL64 = @OTOOL64@
217PACKAGE = @PACKAGE@
218PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
219PACKAGE_NAME = @PACKAGE_NAME@
220PACKAGE_STRING = @PACKAGE_STRING@
221PACKAGE_TARNAME = @PACKAGE_TARNAME@
222PACKAGE_URL = @PACKAGE_URL@
223PACKAGE_VERSION = @PACKAGE_VERSION@
224PATH_SEPARATOR = @PATH_SEPARATOR@
225PERL = @PERL@
226PKGADD_NAME = @PKGADD_NAME@
227PKGADD_PKG = @PKGADD_PKG@
228PKGADD_VENDOR = @PKGADD_VENDOR@
229PKGCONFIG = @PKGCONFIG@
230RANDOM_FILE = @RANDOM_FILE@
231RANLIB = @RANLIB@
232REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
233SED = @SED@
234SET_MAKE = @SET_MAKE@
235SHELL = @SHELL@
236SSL_ENABLED = @SSL_ENABLED@
237STRIP = @STRIP@
238SUPPORT_FEATURES = @SUPPORT_FEATURES@
239SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
240USE_ARES = @USE_ARES@
241USE_AXTLS = @USE_AXTLS@
242USE_CYASSL = @USE_CYASSL@
243USE_DARWINSSL = @USE_DARWINSSL@
244USE_GNUTLS = @USE_GNUTLS@
245USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
246USE_LIBRTMP = @USE_LIBRTMP@
247USE_LIBSSH2 = @USE_LIBSSH2@
248USE_NGHTTP2 = @USE_NGHTTP2@
249USE_NSS = @USE_NSS@
250USE_OPENLDAP = @USE_OPENLDAP@
251USE_POLARSSL = @USE_POLARSSL@
252USE_SCHANNEL = @USE_SCHANNEL@
253USE_SSLEAY = @USE_SSLEAY@
254USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
255VERSION = @VERSION@
256VERSIONNUM = @VERSIONNUM@
257ZLIB_LIBS = @ZLIB_LIBS@
258abs_builddir = @abs_builddir@
259abs_srcdir = @abs_srcdir@
260abs_top_builddir = @abs_top_builddir@
261abs_top_srcdir = @abs_top_srcdir@
262ac_ct_AR = @ac_ct_AR@
263ac_ct_CC = @ac_ct_CC@
264ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
265am__include = @am__include@
266am__leading_dot = @am__leading_dot@
267am__quote = @am__quote@
268am__tar = @am__tar@
269am__untar = @am__untar@
270bindir = @bindir@
271build = @build@
272build_alias = @build_alias@
273build_cpu = @build_cpu@
274build_os = @build_os@
275build_vendor = @build_vendor@
276builddir = @builddir@
277datadir = @datadir@
278datarootdir = @datarootdir@
279docdir = @docdir@
280dvidir = @dvidir@
281exec_prefix = @exec_prefix@
282host = @host@
283host_alias = @host_alias@
284host_cpu = @host_cpu@
285host_os = @host_os@
286host_vendor = @host_vendor@
287htmldir = @htmldir@
288includedir = @includedir@
289infodir = @infodir@
290install_sh = @install_sh@
291libdir = @libdir@
292libexecdir = @libexecdir@
293libext = @libext@
294localedir = @localedir@
295localstatedir = @localstatedir@
296mandir = @mandir@
297mkdir_p = @mkdir_p@
298oldincludedir = @oldincludedir@
299pdfdir = @pdfdir@
300prefix = @prefix@
301program_transform_name = @program_transform_name@
302psdir = @psdir@
303sbindir = @sbindir@
304sharedstatedir = @sharedstatedir@
305srcdir = @srcdir@
306subdirs = @subdirs@
307sysconfdir = @sysconfdir@
308target_alias = @target_alias@
309top_build_prefix = @top_build_prefix@
310top_builddir = @top_builddir@
311top_srcdir = @top_srcdir@
312AUTOMAKE_OPTIONS = foreign
313EXTRA_DIST = README curl.list.in
314all: all-am
315
316.SUFFIXES:
317$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
318	@for dep in $?; do \
319	  case '$(am__configure_deps)' in \
320	    *$$dep*) \
321	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
322	        && { if test -f $@; then exit 0; else break; fi; }; \
323	      exit 1;; \
324	  esac; \
325	done; \
326	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/EPM/Makefile'; \
327	$(am__cd) $(top_srcdir) && \
328	  $(AUTOMAKE) --foreign packages/EPM/Makefile
329.PRECIOUS: Makefile
330Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331	@case '$?' in \
332	  *config.status*) \
333	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
334	  *) \
335	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
336	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
337	esac;
338
339$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
342$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
343	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346$(am__aclocal_m4_deps):
347curl.list: $(top_builddir)/config.status $(srcdir)/curl.list.in
348	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
349
350mostlyclean-libtool:
351	-rm -f *.lo
352
353clean-libtool:
354	-rm -rf .libs _libs
355tags TAGS:
356
357ctags CTAGS:
358
359cscope cscopelist:
360
361
362distdir: $(DISTFILES)
363	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365	list='$(DISTFILES)'; \
366	  dist_files=`for file in $$list; do echo $$file; done | \
367	  sed -e "s|^$$srcdirstrip/||;t" \
368	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
369	case $$dist_files in \
370	  */*) $(MKDIR_P) `echo "$$dist_files" | \
371			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
372			   sort -u` ;; \
373	esac; \
374	for file in $$dist_files; do \
375	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
376	  if test -d $$d/$$file; then \
377	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
378	    if test -d "$(distdir)/$$file"; then \
379	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380	    fi; \
381	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
382	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
383	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
384	    fi; \
385	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
386	  else \
387	    test -f "$(distdir)/$$file" \
388	    || cp -p $$d/$$file "$(distdir)/$$file" \
389	    || exit 1; \
390	  fi; \
391	done
392check-am: all-am
393check: check-am
394all-am: Makefile
395installdirs:
396install: install-am
397install-exec: install-exec-am
398install-data: install-data-am
399uninstall: uninstall-am
400
401install-am: all-am
402	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403
404installcheck: installcheck-am
405install-strip:
406	if test -z '$(STRIP)'; then \
407	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409	      install; \
410	else \
411	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
414	fi
415mostlyclean-generic:
416
417clean-generic:
418
419distclean-generic:
420	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
422
423maintainer-clean-generic:
424	@echo "This command is intended for maintainers to use"
425	@echo "it deletes files that may require special tools to rebuild."
426clean: clean-am
427
428clean-am: clean-generic clean-libtool mostlyclean-am
429
430distclean: distclean-am
431	-rm -f Makefile
432distclean-am: clean-am distclean-generic
433
434dvi: dvi-am
435
436dvi-am:
437
438html: html-am
439
440html-am:
441
442info: info-am
443
444info-am:
445
446install-data-am:
447
448install-dvi: install-dvi-am
449
450install-dvi-am:
451
452install-exec-am:
453
454install-html: install-html-am
455
456install-html-am:
457
458install-info: install-info-am
459
460install-info-am:
461
462install-man:
463
464install-pdf: install-pdf-am
465
466install-pdf-am:
467
468install-ps: install-ps-am
469
470install-ps-am:
471
472installcheck-am:
473
474maintainer-clean: maintainer-clean-am
475	-rm -f Makefile
476maintainer-clean-am: distclean-am maintainer-clean-generic
477
478mostlyclean: mostlyclean-am
479
480mostlyclean-am: mostlyclean-generic mostlyclean-libtool
481
482pdf: pdf-am
483
484pdf-am:
485
486ps: ps-am
487
488ps-am:
489
490uninstall-am:
491
492.MAKE: install-am install-strip
493
494.PHONY: all all-am check check-am clean clean-generic clean-libtool \
495	cscopelist-am ctags-am distclean distclean-generic \
496	distclean-libtool distdir dvi dvi-am html html-am info info-am \
497	install install-am install-data install-data-am install-dvi \
498	install-dvi-am install-exec install-exec-am install-html \
499	install-html-am install-info install-info-am install-man \
500	install-pdf install-pdf-am install-ps install-ps-am \
501	install-strip installcheck installcheck-am installdirs \
502	maintainer-clean maintainer-clean-generic mostlyclean \
503	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
504	tags-am uninstall uninstall-am
505
506
507# Tell versions [3.59,3.63) of GNU make to not export all variables.
508# Otherwise a system limit (for SysV at least) may be exceeded.
509.NOEXPORT:
510