1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19#
20VPATH = @srcdir@
21am__make_dryrun = \
22  { \
23    am__dry=no; \
24    case $$MAKEFLAGS in \
25      *\\[\ \	]*) \
26        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28      *) \
29        for am__flg in $$MAKEFLAGS; do \
30          case $$am__flg in \
31            *=*|--*) ;; \
32            *n*) am__dry=yes; break;; \
33          esac; \
34        done;; \
35    esac; \
36    test $$am__dry = yes; \
37  }
38pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56subdir = packages/Solaris
57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
60	$(top_srcdir)/m4/curl-confopts.m4 \
61	$(top_srcdir)/m4/curl-functions.m4 \
62	$(top_srcdir)/m4/curl-openssl.m4 \
63	$(top_srcdir)/m4/curl-override.m4 \
64	$(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
65	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
66	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
67	$(top_srcdir)/m4/xc-cc-check.m4 \
68	$(top_srcdir)/m4/xc-lt-iface.m4 \
69	$(top_srcdir)/m4/xc-translit.m4 \
70	$(top_srcdir)/m4/xc-val-flgs.m4 \
71	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
72	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
73	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
74	$(top_srcdir)/configure.ac
75am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76	$(ACLOCAL_M4)
77mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
79	$(top_builddir)/include/curl/curlbuild.h
80CONFIG_CLEAN_FILES =
81CONFIG_CLEAN_VPATH_FILES =
82SOURCES =
83DIST_SOURCES =
84am__can_run_installinfo = \
85  case $$AM_UPDATE_INFO_DIR in \
86    n|no|NO) false;; \
87    *) (install-info --version) >/dev/null 2>&1;; \
88  esac
89DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90ACLOCAL = @ACLOCAL@
91AMTAR = @AMTAR@
92AR = @AR@
93AS = @AS@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
99CC = @CC@
100CCDEPMODE = @CCDEPMODE@
101CFLAGS = @CFLAGS@
102CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
103CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
104CPP = @CPP@
105CPPFLAGS = @CPPFLAGS@
106CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
107CURLVERSION = @CURLVERSION@
108CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
109CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
110CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
111CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
112CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
113CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
114CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
115CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
116CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
117CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
118CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
119CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
120CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
121CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
122CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
123CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
124CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
125CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
126CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
127CYGPATH_W = @CYGPATH_W@
128DEFS = @DEFS@
129DEPDIR = @DEPDIR@
130DLLTOOL = @DLLTOOL@
131DSYMUTIL = @DSYMUTIL@
132DUMPBIN = @DUMPBIN@
133ECHO_C = @ECHO_C@
134ECHO_N = @ECHO_N@
135ECHO_T = @ECHO_T@
136EGREP = @EGREP@
137ENABLE_SHARED = @ENABLE_SHARED@
138EXEEXT = @EXEEXT@
139FGREP = @FGREP@
140GREP = @GREP@
141HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
142HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
143HAVE_LIBZ = @HAVE_LIBZ@
144HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
145HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
146IDN_ENABLED = @IDN_ENABLED@
147INSTALL = @INSTALL@
148INSTALL_DATA = @INSTALL_DATA@
149INSTALL_PROGRAM = @INSTALL_PROGRAM@
150INSTALL_SCRIPT = @INSTALL_SCRIPT@
151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152IPV6_ENABLED = @IPV6_ENABLED@
153KRB4_ENABLED = @KRB4_ENABLED@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBCURL_LIBS = @LIBCURL_LIBS@
157LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
158LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
159LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
160LIBOBJS = @LIBOBJS@
161LIBS = @LIBS@
162LIBTOOL = @LIBTOOL@
163LIPO = @LIPO@
164LN_S = @LN_S@
165LTLIBOBJS = @LTLIBOBJS@
166MAINT = @MAINT@
167MAKEINFO = @MAKEINFO@
168MANIFEST_TOOL = @MANIFEST_TOOL@
169MANOPT = @MANOPT@
170MKDIR_P = @MKDIR_P@
171NM = @NM@
172NMEDIT = @NMEDIT@
173NROFF = @NROFF@
174OBJDUMP = @OBJDUMP@
175OBJEXT = @OBJEXT@
176OTOOL = @OTOOL@
177OTOOL64 = @OTOOL64@
178PACKAGE = @PACKAGE@
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_URL = @PACKAGE_URL@
184PACKAGE_VERSION = @PACKAGE_VERSION@
185PATH_SEPARATOR = @PATH_SEPARATOR@
186PERL = @PERL@
187PKGADD_NAME = "@PACKAGE@-@VERSION@ - @PKGADD_NAME@"
188PKGADD_PKG = "@PKGADD_PKG@"
189PKGADD_VENDOR = "@PKGADD_VENDOR@"
190PKGCONFIG = @PKGCONFIG@
191RANDOM_FILE = @RANDOM_FILE@
192RANLIB = @RANLIB@
193REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
194SED = @SED@
195SET_MAKE = @SET_MAKE@
196SHELL = @SHELL@
197SSL_ENABLED = @SSL_ENABLED@
198STRIP = @STRIP@
199SUPPORT_FEATURES = @SUPPORT_FEATURES@
200SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
201USE_ARES = @USE_ARES@
202USE_AXTLS = @USE_AXTLS@
203USE_CYASSL = @USE_CYASSL@
204USE_DARWINSSL = @USE_DARWINSSL@
205USE_GNUTLS = @USE_GNUTLS@
206USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
207USE_LIBRTMP = @USE_LIBRTMP@
208USE_LIBSSH2 = @USE_LIBSSH2@
209USE_NSS = @USE_NSS@
210USE_OPENLDAP = @USE_OPENLDAP@
211USE_POLARSSL = @USE_POLARSSL@
212USE_SCHANNEL = @USE_SCHANNEL@
213USE_SSLEAY = @USE_SSLEAY@
214USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
215VERSION = @VERSION@
216VERSIONNUM = @VERSIONNUM@
217ZLIB_LIBS = @ZLIB_LIBS@
218abs_builddir = @abs_builddir@
219abs_srcdir = @abs_srcdir@
220abs_top_builddir = @abs_top_builddir@
221abs_top_srcdir = @abs_top_srcdir@
222ac_ct_AR = @ac_ct_AR@
223ac_ct_CC = @ac_ct_CC@
224ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225am__include = @am__include@
226am__leading_dot = @am__leading_dot@
227am__quote = @am__quote@
228am__tar = @am__tar@
229am__untar = @am__untar@
230bindir = @bindir@
231build = @build@
232build_alias = @build_alias@
233build_cpu = @build_cpu@
234build_os = @build_os@
235build_vendor = @build_vendor@
236builddir = @builddir@
237datadir = @datadir@
238datarootdir = @datarootdir@
239docdir = @docdir@
240dvidir = @dvidir@
241exec_prefix = @exec_prefix@
242host = @host@
243host_alias = @host_alias@
244host_cpu = @host_cpu@
245host_os = @host_os@
246host_vendor = @host_vendor@
247htmldir = @htmldir@
248includedir = @includedir@
249infodir = @infodir@
250install_sh = @install_sh@
251libdir = @libdir@
252libexecdir = @libexecdir@
253libext = @libext@
254localedir = @localedir@
255localstatedir = @localstatedir@
256mandir = @mandir@
257mkdir_p = @mkdir_p@
258oldincludedir = @oldincludedir@
259pdfdir = @pdfdir@
260prefix = @prefix@
261program_transform_name = @program_transform_name@
262psdir = @psdir@
263sbindir = @sbindir@
264sharedstatedir = @sharedstatedir@
265srcdir = @srcdir@
266subdirs = @subdirs@
267sysconfdir = @sysconfdir@
268target_alias = @target_alias@
269top_build_prefix = @top_build_prefix@
270top_builddir = @top_builddir@
271top_srcdir = @top_srcdir@
272PKGADD_ARCH = "@host_cpu@"
273PKGADD_DESC = "@PACKAGE@-@VERSION@ - @PKGADD_NAME@"
274PKGADD_CLASSES = none
275PKGADD_BASEDIR = /
276PKGADD_FILE = ${PKGADD_PKG}-@PACKAGE@-@VERSION@-@host@.pkg
277all: all-am
278
279.SUFFIXES:
280$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
281	@for dep in $?; do \
282	  case '$(am__configure_deps)' in \
283	    *$$dep*) \
284	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
285	        && { if test -f $@; then exit 0; else break; fi; }; \
286	      exit 1;; \
287	  esac; \
288	done; \
289	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Solaris/Makefile'; \
290	$(am__cd) $(top_srcdir) && \
291	  $(AUTOMAKE) --foreign packages/Solaris/Makefile
292.PRECIOUS: Makefile
293Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294	@case '$?' in \
295	  *config.status*) \
296	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
297	  *) \
298	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
299	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
300	esac;
301
302$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
305$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
306	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(am__aclocal_m4_deps):
310
311mostlyclean-libtool:
312	-rm -f *.lo
313
314clean-libtool:
315	-rm -rf .libs _libs
316tags: TAGS
317TAGS:
318
319ctags: CTAGS
320CTAGS:
321
322
323distdir: $(DISTFILES)
324	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326	list='$(DISTFILES)'; \
327	  dist_files=`for file in $$list; do echo $$file; done | \
328	  sed -e "s|^$$srcdirstrip/||;t" \
329	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
330	case $$dist_files in \
331	  */*) $(MKDIR_P) `echo "$$dist_files" | \
332			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
333			   sort -u` ;; \
334	esac; \
335	for file in $$dist_files; do \
336	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
337	  if test -d $$d/$$file; then \
338	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
339	    if test -d "$(distdir)/$$file"; then \
340	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341	    fi; \
342	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
344	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345	    fi; \
346	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
347	  else \
348	    test -f "$(distdir)/$$file" \
349	    || cp -p $$d/$$file "$(distdir)/$$file" \
350	    || exit 1; \
351	  fi; \
352	done
353check-am: all-am
354check: check-am
355all-am: Makefile
356installdirs:
357install: install-am
358install-exec: install-exec-am
359install-data: install-data-am
360uninstall: uninstall-am
361
362install-am: all-am
363	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364
365installcheck: installcheck-am
366install-strip:
367	if test -z '$(STRIP)'; then \
368	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370	      install; \
371	else \
372	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
375	fi
376mostlyclean-generic:
377
378clean-generic:
379
380distclean-generic:
381	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
382	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
384maintainer-clean-generic:
385	@echo "This command is intended for maintainers to use"
386	@echo "it deletes files that may require special tools to rebuild."
387clean: clean-am
388
389clean-am: clean-generic clean-libtool mostlyclean-am
390
391distclean: distclean-am
392	-rm -f Makefile
393distclean-am: clean-am distclean-generic
394
395dvi: dvi-am
396
397dvi-am:
398
399html: html-am
400
401html-am:
402
403info: info-am
404
405info-am:
406
407install-data-am:
408
409install-dvi: install-dvi-am
410
411install-dvi-am:
412
413install-exec-am:
414
415install-html: install-html-am
416
417install-html-am:
418
419install-info: install-info-am
420
421install-info-am:
422
423install-man:
424
425install-pdf: install-pdf-am
426
427install-pdf-am:
428
429install-ps: install-ps-am
430
431install-ps-am:
432
433installcheck-am:
434
435maintainer-clean: maintainer-clean-am
436	-rm -f Makefile
437maintainer-clean-am: distclean-am maintainer-clean-generic
438
439mostlyclean: mostlyclean-am
440
441mostlyclean-am: mostlyclean-generic mostlyclean-libtool
442
443pdf: pdf-am
444
445pdf-am:
446
447ps: ps-am
448
449ps-am:
450
451uninstall-am:
452
453.MAKE: install-am install-strip
454
455.PHONY: all all-am check check-am clean clean-generic clean-libtool \
456	distclean distclean-generic distclean-libtool distdir dvi \
457	dvi-am html html-am info info-am install install-am \
458	install-data install-data-am install-dvi install-dvi-am \
459	install-exec install-exec-am install-html install-html-am \
460	install-info install-info-am install-man install-pdf \
461	install-pdf-am install-ps install-ps-am install-strip \
462	installcheck installcheck-am installdirs maintainer-clean \
463	maintainer-clean-generic mostlyclean mostlyclean-generic \
464	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
465
466
467package:
468	if [ ! -f release ]; then echo 0 > release; fi
469	if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
470	echo PKG=${PKGADD_PKG} > pkginfo
471	echo NAME=${PKGADD_NAME} >> pkginfo
472	echo VENDOR=${PKGADD_VENDOR} >> pkginfo
473	echo ARCH=${PKGADD_ARCH} >> pkginfo
474	echo DESC=${PKGADD_DESC} >> pkginfo
475	echo CLASSES=${PKGADD_CLASSES} >> pkginfo
476	echo BASEDIR=${PKGADD_BASEDIR} >> pkginfo
477	echo CATEGORY=application >> pkginfo
478	echo VERSION=`cat ./release` >> pkginfo
479	echo > prototype
480	for subdir in opt var etc usr; \
481	do if [ -d root/$$subdir ]; then \
482		pkgproto root/$$subdir=$$subdir >> prototype;\
483	fi; done
484	for file in pkginfo preinstall postinstall copyright; \
485	do if [ -f $$file ]; then \
486		echo "i $$file=$$file" >> prototype; \
487	fi; done
488	rm -rf ./tmp
489	mkdir ./tmp
490	pkgmk -o -d ./tmp
491	pkgtrans -so ./tmp ${top_srcdir}/../${PKGADD_FILE} ${PKGADD_PKG}
492
493# Tell versions [3.59,3.63) of GNU make to not export all variables.
494# Otherwise a system limit (for SysV at least) may be exceeded.
495.NOEXPORT:
496