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/AIX/RPM
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82	$(top_srcdir)/mkinstalldirs $(srcdir)/curl.spec.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.spec
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@
312EXTRA_DIST = README curl.spec.in
313all: all-am
314
315.SUFFIXES:
316$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
317	@for dep in $?; do \
318	  case '$(am__configure_deps)' in \
319	    *$$dep*) \
320	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321	        && { if test -f $@; then exit 0; else break; fi; }; \
322	      exit 1;; \
323	  esac; \
324	done; \
325	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/AIX/RPM/Makefile'; \
326	$(am__cd) $(top_srcdir) && \
327	  $(AUTOMAKE) --foreign packages/AIX/RPM/Makefile
328.PRECIOUS: Makefile
329Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330	@case '$?' in \
331	  *config.status*) \
332	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
333	  *) \
334	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
335	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
336	esac;
337
338$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
341$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(am__aclocal_m4_deps):
346curl.spec: $(top_builddir)/config.status $(srcdir)/curl.spec.in
347	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
348
349mostlyclean-libtool:
350	-rm -f *.lo
351
352clean-libtool:
353	-rm -rf .libs _libs
354tags TAGS:
355
356ctags CTAGS:
357
358cscope cscopelist:
359
360
361distdir: $(DISTFILES)
362	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364	list='$(DISTFILES)'; \
365	  dist_files=`for file in $$list; do echo $$file; done | \
366	  sed -e "s|^$$srcdirstrip/||;t" \
367	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368	case $$dist_files in \
369	  */*) $(MKDIR_P) `echo "$$dist_files" | \
370			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
371			   sort -u` ;; \
372	esac; \
373	for file in $$dist_files; do \
374	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375	  if test -d $$d/$$file; then \
376	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377	    if test -d "$(distdir)/$$file"; then \
378	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
379	    fi; \
380	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
382	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383	    fi; \
384	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
385	  else \
386	    test -f "$(distdir)/$$file" \
387	    || cp -p $$d/$$file "$(distdir)/$$file" \
388	    || exit 1; \
389	  fi; \
390	done
391check-am: all-am
392check: check-am
393all-am: Makefile
394installdirs:
395install: install-am
396install-exec: install-exec-am
397install-data: install-data-am
398uninstall: uninstall-am
399
400install-am: all-am
401	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
403installcheck: installcheck-am
404install-strip:
405	if test -z '$(STRIP)'; then \
406	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408	      install; \
409	else \
410	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
413	fi
414mostlyclean-generic:
415
416clean-generic:
417
418distclean-generic:
419	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
420	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
421
422maintainer-clean-generic:
423	@echo "This command is intended for maintainers to use"
424	@echo "it deletes files that may require special tools to rebuild."
425clean: clean-am
426
427clean-am: clean-generic clean-libtool mostlyclean-am
428
429distclean: distclean-am
430	-rm -f Makefile
431distclean-am: clean-am distclean-generic
432
433dvi: dvi-am
434
435dvi-am:
436
437html: html-am
438
439html-am:
440
441info: info-am
442
443info-am:
444
445install-data-am:
446
447install-dvi: install-dvi-am
448
449install-dvi-am:
450
451install-exec-am:
452
453install-html: install-html-am
454
455install-html-am:
456
457install-info: install-info-am
458
459install-info-am:
460
461install-man:
462
463install-pdf: install-pdf-am
464
465install-pdf-am:
466
467install-ps: install-ps-am
468
469install-ps-am:
470
471installcheck-am:
472
473maintainer-clean: maintainer-clean-am
474	-rm -f Makefile
475maintainer-clean-am: distclean-am maintainer-clean-generic
476
477mostlyclean: mostlyclean-am
478
479mostlyclean-am: mostlyclean-generic mostlyclean-libtool
480
481pdf: pdf-am
482
483pdf-am:
484
485ps: ps-am
486
487ps-am:
488
489uninstall-am:
490
491.MAKE: install-am install-strip
492
493.PHONY: all all-am check check-am clean clean-generic clean-libtool \
494	cscopelist-am ctags-am distclean distclean-generic \
495	distclean-libtool distdir dvi dvi-am html html-am info info-am \
496	install install-am install-data install-data-am install-dvi \
497	install-dvi-am install-exec install-exec-am install-html \
498	install-html-am install-info install-info-am install-man \
499	install-pdf install-pdf-am install-ps install-ps-am \
500	install-strip installcheck installcheck-am installdirs \
501	maintainer-clean maintainer-clean-generic mostlyclean \
502	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
503	tags-am uninstall uninstall-am
504
505
506# Tell versions [3.59,3.63) of GNU make to not export all variables.
507# Otherwise a system limit (for SysV at least) may be exceeded.
508.NOEXPORT:
509