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