Makefile.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # $Id$
  15. #
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. pkgdatadir = $(datadir)/@PACKAGE@
  20. pkglibdir = $(libdir)/@PACKAGE@
  21. pkgincludedir = $(includedir)/@PACKAGE@
  22. top_builddir = ../..
  23. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  24. INSTALL = @INSTALL@
  25. install_sh_DATA = $(install_sh) -c -m 644
  26. install_sh_PROGRAM = $(install_sh) -c
  27. install_sh_SCRIPT = $(install_sh) -c
  28. INSTALL_HEADER = $(INSTALL_DATA)
  29. transform = $(program_transform_name)
  30. NORMAL_INSTALL = :
  31. PRE_INSTALL = :
  32. POST_INSTALL = :
  33. NORMAL_UNINSTALL = :
  34. PRE_UNINSTALL = :
  35. POST_UNINSTALL = :
  36. build_triplet = @build@
  37. host_triplet = @host@
  38. subdir = packages/Solaris
  39. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  40. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  41. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-reentrant.m4 \
  42. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  43. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  44. $(ACLOCAL_M4)
  45. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  46. CONFIG_HEADER = $(top_builddir)/lib/config.h \
  47. $(top_builddir)/src/config.h \
  48. $(top_builddir)/include/curl/curlbuild.h
  49. CONFIG_CLEAN_FILES =
  50. SOURCES =
  51. DIST_SOURCES =
  52. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  53. ACLOCAL = @ACLOCAL@
  54. AMDEP_FALSE = @AMDEP_FALSE@
  55. AMDEP_TRUE = @AMDEP_TRUE@
  56. AMTAR = @AMTAR@
  57. AR = @AR@
  58. AS = @AS@
  59. AUTOCONF = @AUTOCONF@
  60. AUTOHEADER = @AUTOHEADER@
  61. AUTOMAKE = @AUTOMAKE@
  62. AWK = @AWK@
  63. CC = @CC@
  64. CCDEPMODE = @CCDEPMODE@
  65. CFLAGS = @CFLAGS@
  66. CPP = @CPP@
  67. CPPFLAGS = @CPPFLAGS@
  68. CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
  69. CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
  70. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  71. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  72. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  73. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  74. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  75. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  76. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  77. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  78. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  79. CURL_LIBS = @CURL_LIBS@
  80. CYGPATH_W = @CYGPATH_W@
  81. DEFS = @DEFS@
  82. DEPDIR = @DEPDIR@
  83. DLLTOOL = @DLLTOOL@
  84. DSYMUTIL = @DSYMUTIL@
  85. ECHO = @ECHO@
  86. ECHO_C = @ECHO_C@
  87. ECHO_N = @ECHO_N@
  88. ECHO_T = @ECHO_T@
  89. EGREP = @EGREP@
  90. EXEEXT = @EXEEXT@
  91. GREP = @GREP@
  92. HAVE_ARES = @HAVE_ARES@
  93. HAVE_LIBZ = @HAVE_LIBZ@
  94. HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
  95. HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
  96. HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
  97. IDN_ENABLED = @IDN_ENABLED@
  98. INSTALL_DATA = @INSTALL_DATA@
  99. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  100. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  101. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  102. IPV6_ENABLED = @IPV6_ENABLED@
  103. KRB4_ENABLED = @KRB4_ENABLED@
  104. LDFLAGS = @LDFLAGS@
  105. LIBCURL_LIBS = @LIBCURL_LIBS@
  106. LIBOBJS = @LIBOBJS@
  107. LIBS = @LIBS@
  108. LIBTOOL = @LIBTOOL@
  109. LN_S = @LN_S@
  110. LTLIBOBJS = @LTLIBOBJS@
  111. MAINT = @MAINT@
  112. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  113. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  114. MAKEINFO = @MAKEINFO@
  115. MANOPT = @MANOPT@
  116. MIMPURE_FALSE = @MIMPURE_FALSE@
  117. MIMPURE_TRUE = @MIMPURE_TRUE@
  118. NMEDIT = @NMEDIT@
  119. NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
  120. NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
  121. NROFF = @NROFF@
  122. OBJDUMP = @OBJDUMP@
  123. OBJEXT = @OBJEXT@
  124. PACKAGE = @PACKAGE@
  125. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  126. PACKAGE_NAME = @PACKAGE_NAME@
  127. PACKAGE_STRING = @PACKAGE_STRING@
  128. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  129. PACKAGE_VERSION = @PACKAGE_VERSION@
  130. PATH_SEPARATOR = @PATH_SEPARATOR@
  131. PERL = @PERL@
  132. PKGADD_NAME = "@PACKAGE@-@VERSION@ - @PKGADD_NAME@"
  133. PKGADD_PKG = "@PKGADD_PKG@"
  134. PKGADD_VENDOR = "@PKGADD_VENDOR@"
  135. PKGCONFIG = @PKGCONFIG@
  136. RANDOM_FILE = @RANDOM_FILE@
  137. RANLIB = @RANLIB@
  138. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  139. SED = @SED@
  140. SET_MAKE = @SET_MAKE@
  141. SHELL = @SHELL@
  142. SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
  143. SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
  144. SSL_ENABLED = @SSL_ENABLED@
  145. STATICLIB_FALSE = @STATICLIB_FALSE@
  146. STATICLIB_TRUE = @STATICLIB_TRUE@
  147. STRIP = @STRIP@
  148. TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
  149. USE_GNUTLS = @USE_GNUTLS@
  150. USE_LIBSSH2 = @USE_LIBSSH2@
  151. USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
  152. USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
  153. USE_NSS = @USE_NSS@
  154. USE_SSLEAY = @USE_SSLEAY@
  155. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  156. VERSION = @VERSION@
  157. VERSIONNUM = @VERSIONNUM@
  158. ac_ct_CC = @ac_ct_CC@
  159. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  160. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  161. am__include = @am__include@
  162. am__leading_dot = @am__leading_dot@
  163. am__quote = @am__quote@
  164. am__tar = @am__tar@
  165. am__untar = @am__untar@
  166. bindir = @bindir@
  167. build = @build@
  168. build_alias = @build_alias@
  169. build_cpu = @build_cpu@
  170. build_os = @build_os@
  171. build_vendor = @build_vendor@
  172. datadir = @datadir@
  173. datarootdir = @datarootdir@
  174. docdir = @docdir@
  175. dvidir = @dvidir@
  176. exec_prefix = @exec_prefix@
  177. host = @host@
  178. host_alias = @host_alias@
  179. host_cpu = @host_cpu@
  180. host_os = @host_os@
  181. host_vendor = @host_vendor@
  182. htmldir = @htmldir@
  183. includedir = @includedir@
  184. infodir = @infodir@
  185. install_sh = @install_sh@
  186. libdir = @libdir@
  187. libexecdir = @libexecdir@
  188. libext = @libext@
  189. localedir = @localedir@
  190. localstatedir = @localstatedir@
  191. mandir = @mandir@
  192. mkdir_p = @mkdir_p@
  193. oldincludedir = @oldincludedir@
  194. pdfdir = @pdfdir@
  195. prefix = @prefix@
  196. program_transform_name = @program_transform_name@
  197. psdir = @psdir@
  198. sbindir = @sbindir@
  199. sharedstatedir = @sharedstatedir@
  200. subdirs = @subdirs@
  201. sysconfdir = @sysconfdir@
  202. target_alias = @target_alias@
  203. PKGADD_ARCH = "@host_cpu@"
  204. PKGADD_DESC = "@PACKAGE@-@VERSION@ - @PKGADD_NAME@"
  205. PKGADD_CLASSES = none
  206. PKGADD_BASEDIR = /
  207. PKGADD_FILE = ${PKGADD_PKG}-@PACKAGE@-@VERSION@-@[email protected]
  208. all: all-am
  209. .SUFFIXES:
  210. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  211. @for dep in $?; do \
  212. case '$(am__configure_deps)' in \
  213. *$$dep*) \
  214. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  215. && exit 0; \
  216. exit 1;; \
  217. esac; \
  218. done; \
  219. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Solaris/Makefile'; \
  220. cd $(top_srcdir) && \
  221. $(AUTOMAKE) --foreign packages/Solaris/Makefile
  222. .PRECIOUS: Makefile
  223. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  224. @case '$?' in \
  225. *config.status*) \
  226. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  227. *) \
  228. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  229. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  230. esac;
  231. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  232. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  234. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  235. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  236. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  237. mostlyclean-libtool:
  238. -rm -f *.lo
  239. clean-libtool:
  240. -rm -rf .libs _libs
  241. distclean-libtool:
  242. -rm -f libtool
  243. uninstall-info-am:
  244. tags: TAGS
  245. TAGS:
  246. ctags: CTAGS
  247. CTAGS:
  248. distdir: $(DISTFILES)
  249. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  250. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  251. list='$(DISTFILES)'; for file in $$list; do \
  252. case $$file in \
  253. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  254. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  255. esac; \
  256. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  257. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  258. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  259. dir="/$$dir"; \
  260. $(mkdir_p) "$(distdir)$$dir"; \
  261. else \
  262. dir=''; \
  263. fi; \
  264. if test -d $$d/$$file; then \
  265. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  266. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  267. fi; \
  268. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  269. else \
  270. test -f $(distdir)/$$file \
  271. || cp -p $$d/$$file $(distdir)/$$file \
  272. || exit 1; \
  273. fi; \
  274. done
  275. check-am: all-am
  276. check: check-am
  277. all-am: Makefile
  278. installdirs:
  279. install: install-am
  280. install-exec: install-exec-am
  281. install-data: install-data-am
  282. uninstall: uninstall-am
  283. install-am: all-am
  284. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  285. installcheck: installcheck-am
  286. install-strip:
  287. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  288. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  289. `test -z '$(STRIP)' || \
  290. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  291. mostlyclean-generic:
  292. clean-generic:
  293. distclean-generic:
  294. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  295. maintainer-clean-generic:
  296. @echo "This command is intended for maintainers to use"
  297. @echo "it deletes files that may require special tools to rebuild."
  298. clean: clean-am
  299. clean-am: clean-generic clean-libtool mostlyclean-am
  300. distclean: distclean-am
  301. -rm -f Makefile
  302. distclean-am: clean-am distclean-generic distclean-libtool
  303. dvi: dvi-am
  304. dvi-am:
  305. html: html-am
  306. info: info-am
  307. info-am:
  308. install-data-am:
  309. install-exec-am:
  310. install-info: install-info-am
  311. install-man:
  312. installcheck-am:
  313. maintainer-clean: maintainer-clean-am
  314. -rm -f Makefile
  315. maintainer-clean-am: distclean-am maintainer-clean-generic
  316. mostlyclean: mostlyclean-am
  317. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  318. pdf: pdf-am
  319. pdf-am:
  320. ps: ps-am
  321. ps-am:
  322. uninstall-am: uninstall-info-am
  323. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  324. distclean distclean-generic distclean-libtool distdir dvi \
  325. dvi-am html html-am info info-am install install-am \
  326. install-data install-data-am install-exec install-exec-am \
  327. install-info install-info-am install-man install-strip \
  328. installcheck installcheck-am installdirs maintainer-clean \
  329. maintainer-clean-generic mostlyclean mostlyclean-generic \
  330. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
  331. uninstall-info-am
  332. package:
  333. if [ ! -f release ]; then echo 0 > release; fi
  334. if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
  335. echo PKG=${PKGADD_PKG} > pkginfo
  336. echo NAME=${PKGADD_NAME} >> pkginfo
  337. echo VENDOR=${PKGADD_VENDOR} >> pkginfo
  338. echo ARCH=${PKGADD_ARCH} >> pkginfo
  339. echo DESC=${PKGADD_DESC} >> pkginfo
  340. echo CLASSES=${PKGADD_CLASSES} >> pkginfo
  341. echo BASEDIR=${PKGADD_BASEDIR} >> pkginfo
  342. echo CATEGORY=application >> pkginfo
  343. echo VERSION=`cat ./release` >> pkginfo
  344. echo > prototype
  345. for subdir in opt var etc usr; \
  346. do if [ -d root/$$subdir ]; then \
  347. pkgproto root/$$subdir=$$subdir >> prototype;\
  348. fi; done
  349. for file in pkginfo preinstall postinstall copyright; \
  350. do if [ -f $$file ]; then \
  351. echo "i $$file=$$file" >> prototype; \
  352. fi; done
  353. rm -rf ./tmp
  354. mkdir ./tmp
  355. pkgmk -o -d ./tmp
  356. pkgtrans -so ./tmp ${top_srcdir}/../${PKGADD_FILE} ${PKGADD_PKG}
  357. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  358. # Otherwise a system limit (for SysV at least) may be exceeded.
  359. .NOEXPORT: