Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / Makefile.in
blobc3c1149f6423da605452eb10b8518df200fee8cb
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
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.
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.
15 @SET_MAKE@
17 #***************************************************************************
18 # _ _ ____ _
19 # Project ___| | | | _ \| |
20 # / __| | | | |_) | |
21 # | (__| |_| | _ <| |___
22 # \___|\___/|_| \_\_____|
24 # Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
26 # This software is licensed as described in the file COPYING, which
27 # you should have received as part of this distribution. The terms
28 # are also available at http://curl.haxx.se/docs/copyright.html.
30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
31 # copies of the Software, and permit persons to whom the Software is
32 # furnished to do so, under the terms of the COPYING file.
34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
35 # KIND, either express or implied.
37 # $Id: Makefile.in,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
38 ###########################################################################
41 srcdir = @srcdir@
42 top_srcdir = @top_srcdir@
43 VPATH = @srcdir@
44 pkgdatadir = $(datadir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
47 top_builddir = .
48 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 INSTALL = @INSTALL@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = $(program_transform_name)
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_triplet = @build@
62 host_triplet = @host@
63 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
64 $(srcdir)/Makefile.in $(srcdir)/curl-config.in \
65 $(srcdir)/libcurl.pc.in $(top_srcdir)/configure COPYING \
66 ChangeLog compile config.guess config.sub depcomp install-sh \
67 ltmain.sh missing mkinstalldirs
68 subdir = .
69 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-reentrant.m4 \
71 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
75 configure.lineno configure.status.lineno
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = $(top_builddir)/lib/config.h \
78 $(top_builddir)/src/config.h \
79 $(top_builddir)/include/curl/curlbuild.h
80 CONFIG_CLEAN_FILES = curl-config libcurl.pc
81 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
82 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
83 SCRIPTS = $(bin_SCRIPTS)
84 SOURCES =
85 DIST_SOURCES =
86 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87 html-recursive info-recursive install-data-recursive \
88 install-exec-recursive install-info-recursive \
89 install-recursive installcheck-recursive installdirs-recursive \
90 pdf-recursive ps-recursive uninstall-info-recursive \
91 uninstall-recursive
92 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93 am__vpath_adj = case $$p in \
94 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95 *) f=$$p;; \
96 esac;
97 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
98 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
99 DATA = $(pkgconfig_DATA)
100 ETAGS = etags
101 CTAGS = ctags
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 distdir = $(PACKAGE)-$(VERSION)
104 top_distdir = $(distdir)
105 am__remove_distdir = \
106 { test ! -d $(distdir) \
107 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
108 && rm -fr $(distdir); }; }
109 DIST_ARCHIVES = $(distdir).tar.gz
110 GZIP_ENV = --best
111 distuninstallcheck_listfiles = find . -type f -print
112 distcleancheck_listfiles = find . -type f -print
113 ACLOCAL = @ACLOCAL@
114 AMDEP_FALSE = @AMDEP_FALSE@
115 AMDEP_TRUE = @AMDEP_TRUE@
116 AMTAR = @AMTAR@
117 AR = @AR@
118 AS = @AS@
119 AUTOCONF = @AUTOCONF@
120 AUTOHEADER = @AUTOHEADER@
121 AUTOMAKE = @AUTOMAKE@
122 AWK = @AWK@
123 CC = @CC@
124 CCDEPMODE = @CCDEPMODE@
125 CFLAGS = @CFLAGS@
126 CPP = @CPP@
127 CPPFLAGS = @CPPFLAGS@
128 CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
129 CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
130 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
131 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
132 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
133 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
134 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
135 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
136 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
137 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
138 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
139 CURL_LIBS = @CURL_LIBS@
140 CYGPATH_W = @CYGPATH_W@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 DLLTOOL = @DLLTOOL@
144 DSYMUTIL = @DSYMUTIL@
145 ECHO = @ECHO@
146 ECHO_C = @ECHO_C@
147 ECHO_N = @ECHO_N@
148 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@
151 GREP = @GREP@
152 HAVE_ARES = @HAVE_ARES@
153 HAVE_LIBZ = @HAVE_LIBZ@
154 HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
155 HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
156 HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
157 IDN_ENABLED = @IDN_ENABLED@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 IPV6_ENABLED = @IPV6_ENABLED@
163 KRB4_ENABLED = @KRB4_ENABLED@
164 LDFLAGS = @LDFLAGS@
165 LIBCURL_LIBS = @LIBCURL_LIBS@
166 LIBOBJS = @LIBOBJS@
167 LIBS = @LIBS@
168 LIBTOOL = @LIBTOOL@
169 LN_S = @LN_S@
170 LTLIBOBJS = @LTLIBOBJS@
171 MAINT = @MAINT@
172 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
173 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
174 MAKEINFO = @MAKEINFO@
175 MANOPT = @MANOPT@
176 MIMPURE_FALSE = @MIMPURE_FALSE@
177 MIMPURE_TRUE = @MIMPURE_TRUE@
178 NMEDIT = @NMEDIT@
179 NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
180 NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
181 NROFF = @NROFF@
182 OBJDUMP = @OBJDUMP@
183 OBJEXT = @OBJEXT@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_SEPARATOR = @PATH_SEPARATOR@
191 PERL = @PERL@
192 PKGADD_NAME = @PKGADD_NAME@
193 PKGADD_PKG = @PKGADD_PKG@
194 PKGADD_VENDOR = @PKGADD_VENDOR@
195 PKGCONFIG = @PKGCONFIG@
196 RANDOM_FILE = @RANDOM_FILE@
197 RANLIB = @RANLIB@
198 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
199 SED = @SED@
200 SET_MAKE = @SET_MAKE@
201 SHELL = @SHELL@
202 SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
203 SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
204 SSL_ENABLED = @SSL_ENABLED@
205 STATICLIB_FALSE = @STATICLIB_FALSE@
206 STATICLIB_TRUE = @STATICLIB_TRUE@
207 STRIP = @STRIP@
208 TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
209 USE_GNUTLS = @USE_GNUTLS@
210 USE_LIBSSH2 = @USE_LIBSSH2@
211 USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
212 USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
213 USE_NSS = @USE_NSS@
214 USE_SSLEAY = @USE_SSLEAY@
215 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
216 VERSION = @VERSION@
217 VERSIONNUM = @VERSIONNUM@
218 ac_ct_CC = @ac_ct_CC@
219 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
220 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
221 am__include = @am__include@
222 am__leading_dot = @am__leading_dot@
223 am__quote = @am__quote@
224 am__tar = @am__tar@
225 am__untar = @am__untar@
226 bindir = @bindir@
227 build = @build@
228 build_alias = @build_alias@
229 build_cpu = @build_cpu@
230 build_os = @build_os@
231 build_vendor = @build_vendor@
232 datadir = @datadir@
233 datarootdir = @datarootdir@
234 docdir = @docdir@
235 dvidir = @dvidir@
236 exec_prefix = @exec_prefix@
237 host = @host@
238 host_alias = @host_alias@
239 host_cpu = @host_cpu@
240 host_os = @host_os@
241 host_vendor = @host_vendor@
242 htmldir = @htmldir@
243 includedir = @includedir@
244 infodir = @infodir@
245 install_sh = @install_sh@
246 libdir = @libdir@
247 libexecdir = @libexecdir@
248 libext = @libext@
249 localedir = @localedir@
250 localstatedir = @localstatedir@
251 mandir = @mandir@
252 mkdir_p = @mkdir_p@
253 oldincludedir = @oldincludedir@
254 pdfdir = @pdfdir@
255 prefix = @prefix@
256 program_transform_name = @program_transform_name@
257 psdir = @psdir@
258 sbindir = @sbindir@
259 sharedstatedir = @sharedstatedir@
260 subdirs = @subdirs@
261 sysconfdir = @sysconfdir@
262 target_alias = @target_alias@
263 AUTOMAKE_OPTIONS = foreign
264 ACLOCAL_AMFLAGS = -I m4
265 EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist curl-config.in \
266 curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat \
267 libcurl.pc.in vc6curl.dsw
269 bin_SCRIPTS = curl-config
270 SUBDIRS = lib src
271 DIST_SUBDIRS = $(SUBDIRS) tests include packages docs
272 pkgconfigdir = $(libdir)/pkgconfig
273 pkgconfig_DATA = libcurl.pc
274 all: all-recursive
276 .SUFFIXES:
277 am--refresh:
279 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
280 @for dep in $?; do \
281 case '$(am__configure_deps)' in \
282 *$$dep*) \
283 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
284 cd $(srcdir) && $(AUTOMAKE) --foreign \
285 && exit 0; \
286 exit 1;; \
287 esac; \
288 done; \
289 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
290 cd $(top_srcdir) && \
291 $(AUTOMAKE) --foreign Makefile
292 .PRECIOUS: Makefile
293 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294 @case '$?' in \
295 *config.status*) \
296 echo ' $(SHELL) ./config.status'; \
297 $(SHELL) ./config.status;; \
298 *) \
299 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
300 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
301 esac;
303 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304 $(SHELL) ./config.status --recheck
306 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
307 cd $(srcdir) && $(AUTOCONF)
308 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
310 curl-config: $(top_builddir)/config.status $(srcdir)/curl-config.in
311 cd $(top_builddir) && $(SHELL) ./config.status $@
312 libcurl.pc: $(top_builddir)/config.status $(srcdir)/libcurl.pc.in
313 cd $(top_builddir) && $(SHELL) ./config.status $@
314 install-binSCRIPTS: $(bin_SCRIPTS)
315 @$(NORMAL_INSTALL)
316 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
317 @list='$(bin_SCRIPTS)'; for p in $$list; do \
318 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
319 if test -f $$d$$p; then \
320 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
321 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
322 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
323 else :; fi; \
324 done
326 uninstall-binSCRIPTS:
327 @$(NORMAL_UNINSTALL)
328 @list='$(bin_SCRIPTS)'; for p in $$list; do \
329 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
330 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
331 rm -f "$(DESTDIR)$(bindir)/$$f"; \
332 done
334 mostlyclean-libtool:
335 -rm -f *.lo
337 clean-libtool:
338 -rm -rf .libs _libs
340 distclean-libtool:
341 -rm -f libtool
342 uninstall-info-am:
343 install-pkgconfigDATA: $(pkgconfig_DATA)
344 @$(NORMAL_INSTALL)
345 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
346 @list='$(pkgconfig_DATA)'; for p in $$list; do \
347 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
348 f=$(am__strip_dir) \
349 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
350 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
351 done
353 uninstall-pkgconfigDATA:
354 @$(NORMAL_UNINSTALL)
355 @list='$(pkgconfig_DATA)'; for p in $$list; do \
356 f=$(am__strip_dir) \
357 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
358 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
359 done
361 # This directory's subdirectories are mostly independent; you can cd
362 # into them and run `make' without going through this Makefile.
363 # To change the values of `make' variables: instead of editing Makefiles,
364 # (1) if the variable is set in `config.status', edit `config.status'
365 # (which will cause the Makefiles to be regenerated when you run `make');
366 # (2) otherwise, pass the desired values on the `make' command line.
367 $(RECURSIVE_TARGETS):
368 @failcom='exit 1'; \
369 for f in x $$MAKEFLAGS; do \
370 case $$f in \
371 *=* | --[!k]*);; \
372 *k*) failcom='fail=yes';; \
373 esac; \
374 done; \
375 dot_seen=no; \
376 target=`echo $@ | sed s/-recursive//`; \
377 list='$(SUBDIRS)'; for subdir in $$list; do \
378 echo "Making $$target in $$subdir"; \
379 if test "$$subdir" = "."; then \
380 dot_seen=yes; \
381 local_target="$$target-am"; \
382 else \
383 local_target="$$target"; \
384 fi; \
385 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386 || eval $$failcom; \
387 done; \
388 if test "$$dot_seen" = "no"; then \
389 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
390 fi; test -z "$$fail"
392 mostlyclean-recursive clean-recursive distclean-recursive \
393 maintainer-clean-recursive:
394 @failcom='exit 1'; \
395 for f in x $$MAKEFLAGS; do \
396 case $$f in \
397 *=* | --[!k]*);; \
398 *k*) failcom='fail=yes';; \
399 esac; \
400 done; \
401 dot_seen=no; \
402 case "$@" in \
403 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
404 *) list='$(SUBDIRS)' ;; \
405 esac; \
406 rev=''; for subdir in $$list; do \
407 if test "$$subdir" = "."; then :; else \
408 rev="$$subdir $$rev"; \
409 fi; \
410 done; \
411 rev="$$rev ."; \
412 target=`echo $@ | sed s/-recursive//`; \
413 for subdir in $$rev; do \
414 echo "Making $$target in $$subdir"; \
415 if test "$$subdir" = "."; then \
416 local_target="$$target-am"; \
417 else \
418 local_target="$$target"; \
419 fi; \
420 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
421 || eval $$failcom; \
422 done && test -z "$$fail"
423 tags-recursive:
424 list='$(SUBDIRS)'; for subdir in $$list; do \
425 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
426 done
427 ctags-recursive:
428 list='$(SUBDIRS)'; for subdir in $$list; do \
429 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
430 done
432 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434 unique=`for i in $$list; do \
435 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436 done | \
437 $(AWK) ' { files[$$0] = 1; } \
438 END { for (i in files) print i; }'`; \
439 mkid -fID $$unique
440 tags: TAGS
442 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
443 $(TAGS_FILES) $(LISP)
444 tags=; \
445 here=`pwd`; \
446 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
447 include_option=--etags-include; \
448 empty_fix=.; \
449 else \
450 include_option=--include; \
451 empty_fix=; \
452 fi; \
453 list='$(SUBDIRS)'; for subdir in $$list; do \
454 if test "$$subdir" = .; then :; else \
455 test ! -f $$subdir/TAGS || \
456 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
457 fi; \
458 done; \
459 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460 unique=`for i in $$list; do \
461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462 done | \
463 $(AWK) ' { files[$$0] = 1; } \
464 END { for (i in files) print i; }'`; \
465 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
466 test -n "$$unique" || unique=$$empty_fix; \
467 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468 $$tags $$unique; \
470 ctags: CTAGS
471 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
472 $(TAGS_FILES) $(LISP)
473 tags=; \
474 here=`pwd`; \
475 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
476 unique=`for i in $$list; do \
477 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478 done | \
479 $(AWK) ' { files[$$0] = 1; } \
480 END { for (i in files) print i; }'`; \
481 test -z "$(CTAGS_ARGS)$$tags$$unique" \
482 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483 $$tags $$unique
485 GTAGS:
486 here=`$(am__cd) $(top_builddir) && pwd` \
487 && cd $(top_srcdir) \
488 && gtags -i $(GTAGS_ARGS) $$here
490 distclean-tags:
491 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493 distdir: $(DISTFILES)
494 $(am__remove_distdir)
495 mkdir $(distdir)
496 $(mkdir_p) $(distdir)/. $(distdir)/m4 $(distdir)/packages/AIX/RPM $(distdir)/packages/EPM $(distdir)/packages/Linux/RPM
497 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
498 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
499 list='$(DISTFILES)'; for file in $$list; do \
500 case $$file in \
501 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
502 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
503 esac; \
504 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
506 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
507 dir="/$$dir"; \
508 $(mkdir_p) "$(distdir)$$dir"; \
509 else \
510 dir=''; \
511 fi; \
512 if test -d $$d/$$file; then \
513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
515 fi; \
516 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
517 else \
518 test -f $(distdir)/$$file \
519 || cp -p $$d/$$file $(distdir)/$$file \
520 || exit 1; \
521 fi; \
522 done
523 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524 if test "$$subdir" = .; then :; else \
525 test -d "$(distdir)/$$subdir" \
526 || $(mkdir_p) "$(distdir)/$$subdir" \
527 || exit 1; \
528 distdir=`$(am__cd) $(distdir) && pwd`; \
529 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
530 (cd $$subdir && \
531 $(MAKE) $(AM_MAKEFLAGS) \
532 top_distdir="$$top_distdir" \
533 distdir="$$distdir/$$subdir" \
534 distdir) \
535 || exit 1; \
536 fi; \
537 done
538 $(MAKE) $(AM_MAKEFLAGS) \
539 top_distdir="$(top_distdir)" distdir="$(distdir)" \
540 dist-hook
541 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
542 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
543 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
544 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
545 || chmod -R a+r $(distdir)
546 dist-gzip: distdir
547 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
548 $(am__remove_distdir)
550 dist-bzip2: distdir
551 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
552 $(am__remove_distdir)
554 dist-tarZ: distdir
555 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
556 $(am__remove_distdir)
558 dist-shar: distdir
559 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
560 $(am__remove_distdir)
562 dist-zip: distdir
563 -rm -f $(distdir).zip
564 zip -rq $(distdir).zip $(distdir)
565 $(am__remove_distdir)
567 dist dist-all: distdir
568 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
569 $(am__remove_distdir)
571 # This target untars the dist file and tries a VPATH configuration. Then
572 # it guarantees that the distribution is self-contained by making another
573 # tarfile.
574 distcheck: dist
575 case '$(DIST_ARCHIVES)' in \
576 *.tar.gz*) \
577 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
578 *.tar.bz2*) \
579 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
580 *.tar.Z*) \
581 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
582 *.shar.gz*) \
583 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
584 *.zip*) \
585 unzip $(distdir).zip ;;\
586 esac
587 chmod -R a-w $(distdir); chmod a+w $(distdir)
588 mkdir $(distdir)/_build
589 mkdir $(distdir)/_inst
590 chmod a-w $(distdir)
591 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
592 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
593 && cd $(distdir)/_build \
594 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
595 $(DISTCHECK_CONFIGURE_FLAGS) \
596 && $(MAKE) $(AM_MAKEFLAGS) \
597 && $(MAKE) $(AM_MAKEFLAGS) dvi \
598 && $(MAKE) $(AM_MAKEFLAGS) check \
599 && $(MAKE) $(AM_MAKEFLAGS) install \
600 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
601 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
602 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
603 distuninstallcheck \
604 && chmod -R a-w "$$dc_install_base" \
605 && ({ \
606 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
607 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
608 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
609 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
610 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
611 } || { rm -rf "$$dc_destdir"; exit 1; }) \
612 && rm -rf "$$dc_destdir" \
613 && $(MAKE) $(AM_MAKEFLAGS) dist \
614 && rm -rf $(DIST_ARCHIVES) \
615 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
616 $(am__remove_distdir)
617 @(echo "$(distdir) archives ready for distribution: "; \
618 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
619 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
620 distuninstallcheck:
621 @cd $(distuninstallcheck_dir) \
622 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
623 || { echo "ERROR: files left after uninstall:" ; \
624 if test -n "$(DESTDIR)"; then \
625 echo " (check DESTDIR support)"; \
626 fi ; \
627 $(distuninstallcheck_listfiles) ; \
628 exit 1; } >&2
629 distcleancheck: distclean
630 @if test '$(srcdir)' = . ; then \
631 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
632 exit 1 ; \
634 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
635 || { echo "ERROR: files left in build directory after distclean:" ; \
636 $(distcleancheck_listfiles) ; \
637 exit 1; } >&2
638 check-am: all-am
639 check: check-recursive
640 all-am: Makefile $(SCRIPTS) $(DATA)
641 installdirs: installdirs-recursive
642 installdirs-am:
643 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
644 test -z "$$dir" || $(mkdir_p) "$$dir"; \
645 done
646 install: install-recursive
647 install-exec: install-exec-recursive
648 install-data: install-data-recursive
649 uninstall: uninstall-recursive
651 install-am: all-am
652 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
654 installcheck: installcheck-recursive
655 install-strip:
656 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658 `test -z '$(STRIP)' || \
659 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
660 mostlyclean-generic:
662 clean-generic:
664 distclean-generic:
665 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
667 maintainer-clean-generic:
668 @echo "This command is intended for maintainers to use"
669 @echo "it deletes files that may require special tools to rebuild."
670 clean: clean-recursive
672 clean-am: clean-generic clean-libtool mostlyclean-am
674 distclean: distclean-recursive
675 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
676 -rm -f Makefile
677 distclean-am: clean-am distclean-generic distclean-libtool \
678 distclean-tags
680 dvi: dvi-recursive
682 dvi-am:
684 info: info-recursive
686 info-am:
688 install-data-am: install-pkgconfigDATA
689 @$(NORMAL_INSTALL)
690 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
692 install-exec-am: install-binSCRIPTS
694 install-info: install-info-recursive
696 install-man:
698 installcheck-am:
700 maintainer-clean: maintainer-clean-recursive
701 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
702 -rm -rf $(top_srcdir)/autom4te.cache
703 -rm -f Makefile
704 maintainer-clean-am: distclean-am maintainer-clean-generic
706 mostlyclean: mostlyclean-recursive
708 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
710 pdf-am:
712 ps: ps-recursive
714 ps-am:
716 uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
717 uninstall-pkgconfigDATA
718 @$(NORMAL_INSTALL)
719 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
721 uninstall-info: uninstall-info-recursive
723 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
724 check-am clean clean-generic clean-libtool clean-recursive \
725 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
726 dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
727 distclean-generic distclean-libtool distclean-recursive \
728 distclean-tags distcleancheck distdir distuninstallcheck dvi \
729 dvi-am html html-am info info-am install install-am \
730 install-binSCRIPTS install-data install-data-am \
731 install-data-hook install-exec install-exec-am install-info \
732 install-info-am install-man install-pkgconfigDATA \
733 install-strip installcheck installcheck-am installdirs \
734 installdirs-am maintainer-clean maintainer-clean-generic \
735 maintainer-clean-recursive mostlyclean mostlyclean-generic \
736 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
737 tags tags-recursive uninstall uninstall-am \
738 uninstall-binSCRIPTS uninstall-hook uninstall-info-am \
739 uninstall-pkgconfigDATA
742 dist-hook:
743 rm -rf $(top_builddir)/tests/log
744 find $(distdir) -name "*.dist" -exec rm {} \;
745 (distit=`find $(srcdir) -name "*.dist"`; \
746 for file in $$distit; do \
747 strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
748 cp $$file $(distdir)$$strip; \
749 done)
751 html:
752 cd docs; make html
754 pdf:
755 cd docs; make pdf
757 check: test examples
759 @CROSSCOMPILING_TRUE@test-full: test
760 @CROSSCOMPILING_TRUE@test-torture: test
762 @CROSSCOMPILING_TRUE@test:
763 @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't run the tests when cross-compiling!"
765 @CROSSCOMPILING_FALSE@test:
766 @CROSSCOMPILING_FALSE@ @(cd tests; $(MAKE) all quiet-test)
768 @CROSSCOMPILING_FALSE@test-full:
769 @CROSSCOMPILING_FALSE@ @(cd tests; $(MAKE) all full-test)
771 @CROSSCOMPILING_FALSE@test-torture:
772 @CROSSCOMPILING_FALSE@ @(cd tests; $(MAKE) all torture-test)
774 examples:
775 @(cd docs/examples; $(MAKE) check)
778 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
779 # must contain the following line:
780 # %_topdir /home/loic/local/rpm
781 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
783 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
785 # If additional configure flags are needed to build the package, add the
786 # following in ~/.rpmmacros
787 # %configure CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix} ${AM_CONFIGFLAGS}
788 # and run make rpm in the following way:
789 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
792 rpms:
793 $(MAKE) RPMDIST=curl rpm
794 $(MAKE) RPMDIST=curl-ssl rpm
796 rpm:
797 RPM_TOPDIR=`rpm --showrc | $(PERL) -n -e 'print if(s/.*_topdir\s+(.*)/$$1/)'` ; \
798 cp $(srcdir)/packages/Linux/RPM/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
799 cp $(PACKAGE)-$(VERSION).tar.gz $$RPM_TOPDIR/SOURCES ; \
800 rpm -ba --clean --rmsource $$RPM_TOPDIR/SPECS/$(RPMDIST).spec ; \
801 mv $$RPM_TOPDIR/RPMS/i386/$(RPMDIST)-*.rpm . ; \
802 mv $$RPM_TOPDIR/SRPMS/$(RPMDIST)-*.src.rpm .
805 # Build a Solaris pkkgadd format file
806 # run 'make pkgadd' once you've done './configure' and 'make' to make a Solaris pkgadd format
807 # file (which ends up back in this directory).
808 # The pkgadd file is in 'pkgtrans' format, so to install on Solaris, do
809 # pkgadd -d ./HAXXcurl-*
812 # gak - libtool requires an absoulte directory, hence the pwd below...
813 pkgadd:
814 umask 022 ; \
815 make install DESTDIR=`/bin/pwd`/packages/Solaris/root ; \
816 cat COPYING > $(srcdir)/packages/Solaris/copyright ; \
817 cd $(srcdir)/packages/Solaris && $(MAKE) package
820 # Build a cygwin binary tarball installation file
821 # resulting .tar.bz2 file will end up at packages/Win32/cygwin
822 cygwinbin:
823 $(MAKE) -C packages/Win32/cygwin cygwinbin
825 # We extend the standard install with a custom hook:
826 install-data-hook:
827 cd include && $(MAKE) install
828 cd docs && $(MAKE) install
830 # We extend the standard uninstall with a custom hook:
831 uninstall-hook:
832 cd include && $(MAKE) uninstall
833 cd docs && $(MAKE) uninstall
835 ca-bundle: lib/mk-ca-bundle.pl
836 @echo "generate a fresh ca-bundle.crt"
837 @perl $< -b -l -u lib/ca-bundle.crt
839 ca-firefox: lib/firefox-db2pem.sh
840 @echo "generate a fresh ca-bundle.crt"
841 ./lib/firefox-db2pem.sh lib/ca-bundle.crt
842 # Tell versions [3.59,3.63) of GNU make to not export all variables.
843 # Otherwise a system limit (for SysV at least) may be exceeded.
844 .NOEXPORT: