4e7f754bf9f3daaf35dc1a99286f241d6003e513
[platform/upstream/curl.git] / packages / Win32 / cygwin / Makefile.in
1 # Makefile.in generated by automake 1.13.3 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@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__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
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = packages/Win32/cygwin
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82         $(top_srcdir)/mkinstalldirs README
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__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
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
105         $(top_builddir)/include/curl/curlbuild.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 AM_V_P = $(am__v_P_@AM_V@)
109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110 am__v_P_0 = false
111 am__v_P_1 = :
112 AM_V_GEN = $(am__v_GEN_@AM_V@)
113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114 am__v_GEN_0 = @echo "  GEN     " $@;
115 am__v_GEN_1 = 
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 am__v_at_1 = 
120 SOURCES =
121 DIST_SOURCES =
122 am__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
127 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 ACLOCAL = @ACLOCAL@
130 AMTAR = @AMTAR@
131 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132 AR = @AR@
133 AS = @AS@
134 AUTOCONF = @AUTOCONF@
135 AUTOHEADER = @AUTOHEADER@
136 AUTOMAKE = @AUTOMAKE@
137 AWK = @AWK@
138 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
139 CC = @CC@
140 CCDEPMODE = @CCDEPMODE@
141 CFLAGS = @CFLAGS@
142 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
143 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
144 CPP = @CPP@
145 CPPFLAGS = @CPPFLAGS@
146 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
147 CURLVERSION = @CURLVERSION@
148 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
149 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
150 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
151 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
152 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
153 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
154 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
155 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
156 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
157 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
158 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
159 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
160 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
161 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
162 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
163 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
164 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
165 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
166 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
167 CYGPATH_W = @CYGPATH_W@
168 DEFS = @DEFS@
169 DEPDIR = @DEPDIR@
170 DLLTOOL = @DLLTOOL@
171 DSYMUTIL = @DSYMUTIL@
172 DUMPBIN = @DUMPBIN@
173 ECHO_C = @ECHO_C@
174 ECHO_N = @ECHO_N@
175 ECHO_T = @ECHO_T@
176 EGREP = @EGREP@
177 ENABLE_SHARED = @ENABLE_SHARED@
178 ENABLE_STATIC = @ENABLE_STATIC@
179 EXEEXT = @EXEEXT@
180 FGREP = @FGREP@
181 GREP = @GREP@
182 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
183 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
184 HAVE_LIBZ = @HAVE_LIBZ@
185 HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
186 HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
187 IDN_ENABLED = @IDN_ENABLED@
188 INSTALL = @INSTALL@
189 INSTALL_DATA = @INSTALL_DATA@
190 INSTALL_PROGRAM = @INSTALL_PROGRAM@
191 INSTALL_SCRIPT = @INSTALL_SCRIPT@
192 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193 IPV6_ENABLED = @IPV6_ENABLED@
194 KRB4_ENABLED = @KRB4_ENABLED@
195 LD = @LD@
196 LDFLAGS = @LDFLAGS@
197 LIBCURL_LIBS = @LIBCURL_LIBS@
198 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
199 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
200 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
201 LIBOBJS = @LIBOBJS@
202 LIBS = @LIBS@
203 LIBTOOL = @LIBTOOL@
204 LIPO = @LIPO@
205 LN_S = @LN_S@
206 LTLIBOBJS = @LTLIBOBJS@
207 MAINT = @MAINT@
208 MAKEINFO = @MAKEINFO@
209 MANIFEST_TOOL = @MANIFEST_TOOL@
210 MANOPT = @MANOPT@
211 MKDIR_P = @MKDIR_P@
212 NM = @NM@
213 NMEDIT = @NMEDIT@
214 NROFF = @NROFF@
215 OBJDUMP = @OBJDUMP@
216 OBJEXT = @OBJEXT@
217 OTOOL = @OTOOL@
218 OTOOL64 = @OTOOL64@
219 PACKAGE = @PACKAGE@
220 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221 PACKAGE_NAME = @PACKAGE_NAME@
222 PACKAGE_STRING = @PACKAGE_STRING@
223 PACKAGE_TARNAME = @PACKAGE_TARNAME@
224 PACKAGE_URL = @PACKAGE_URL@
225 PACKAGE_VERSION = @PACKAGE_VERSION@
226 PATH_SEPARATOR = @PATH_SEPARATOR@
227 PERL = @PERL@
228 PKGADD_NAME = @PKGADD_NAME@
229 PKGADD_PKG = @PKGADD_PKG@
230 PKGADD_VENDOR = @PKGADD_VENDOR@
231 PKGCONFIG = @PKGCONFIG@
232 RANDOM_FILE = @RANDOM_FILE@
233 RANLIB = @RANLIB@
234 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
235 SED = @SED@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 SSL_ENABLED = @SSL_ENABLED@
239 STRIP = @STRIP@
240 SUPPORT_FEATURES = @SUPPORT_FEATURES@
241 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
242 USE_ARES = @USE_ARES@
243 USE_AXTLS = @USE_AXTLS@
244 USE_CYASSL = @USE_CYASSL@
245 USE_DARWINSSL = @USE_DARWINSSL@
246 USE_GNUTLS = @USE_GNUTLS@
247 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
248 USE_LIBRTMP = @USE_LIBRTMP@
249 USE_LIBSSH2 = @USE_LIBSSH2@
250 USE_NSS = @USE_NSS@
251 USE_OPENLDAP = @USE_OPENLDAP@
252 USE_POLARSSL = @USE_POLARSSL@
253 USE_SCHANNEL = @USE_SCHANNEL@
254 USE_SSLEAY = @USE_SSLEAY@
255 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
256 VERSION = @VERSION@
257 VERSIONNUM = @VERSIONNUM@
258 ZLIB_LIBS = @ZLIB_LIBS@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_AR = @ac_ct_AR@
264 ac_ct_CC = @ac_ct_CC@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 docdir = @docdir@
281 dvidir = @dvidir@
282 exec_prefix = @exec_prefix@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 libdir = @libdir@
293 libexecdir = @libexecdir@
294 libext = @libext@
295 localedir = @localedir@
296 localstatedir = @localstatedir@
297 mandir = @mandir@
298 mkdir_p = @mkdir_p@
299 oldincludedir = @oldincludedir@
300 pdfdir = @pdfdir@
301 prefix = @prefix@
302 program_transform_name = @program_transform_name@
303 psdir = @psdir@
304 sbindir = @sbindir@
305 sharedstatedir = @sharedstatedir@
306 srcdir = @srcdir@
307 subdirs = @subdirs@
308 sysconfdir = @sysconfdir@
309 target_alias = @target_alias@
310 top_build_prefix = @top_build_prefix@
311 top_builddir = @top_builddir@
312 top_srcdir = @top_srcdir@
313 EXTRA_DIST = README
314
315 #
316 # Build a Cygwin binary tar ball
317 #
318 # Read the README file for details on using this Makefile
319 #
320 # NOTE: As I'm not particularly familiar with Makefiles, this was the
321 #  best I could come up with. It should probably be enhanced someday
322 #  to actually use the correct target and pre-requisite names, etc...
323 #  If anyone else wants to volunteer, feel free ;-)
324 #
325
326 # Cygwin build number (default to "1")
327 CYGBUILD = 1
328
329 # Cygwin tarball build dir (fully-qualified name, gets deleted when done)
330 cygwintmp = $(CURDIR)/tmp_binbuild
331 all: all-am
332
333 .SUFFIXES:
334 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339                 && { if test -f $@; then exit 0; else break; fi; }; \
340               exit 1;; \
341           esac; \
342         done; \
343         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Win32/cygwin/Makefile'; \
344         $(am__cd) $(top_srcdir) && \
345           $(AUTOMAKE) --foreign packages/Win32/cygwin/Makefile
346 .PRECIOUS: Makefile
347 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348         @case '$?' in \
349           *config.status*) \
350             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351           *) \
352             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354         esac;
355
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(am__aclocal_m4_deps):
364
365 mostlyclean-libtool:
366         -rm -f *.lo
367
368 clean-libtool:
369         -rm -rf .libs _libs
370 tags TAGS:
371
372 ctags CTAGS:
373
374 cscope cscopelist:
375
376
377 distdir: $(DISTFILES)
378         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380         list='$(DISTFILES)'; \
381           dist_files=`for file in $$list; do echo $$file; done | \
382           sed -e "s|^$$srcdirstrip/||;t" \
383               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
384         case $$dist_files in \
385           */*) $(MKDIR_P) `echo "$$dist_files" | \
386                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
387                            sort -u` ;; \
388         esac; \
389         for file in $$dist_files; do \
390           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
391           if test -d $$d/$$file; then \
392             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
393             if test -d "$(distdir)/$$file"; then \
394               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
395             fi; \
396             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
397               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
398               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399             fi; \
400             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401           else \
402             test -f "$(distdir)/$$file" \
403             || cp -p $$d/$$file "$(distdir)/$$file" \
404             || exit 1; \
405           fi; \
406         done
407 check-am: all-am
408 check: check-am
409 all-am: Makefile
410 installdirs:
411 install: install-am
412 install-exec: install-exec-am
413 install-data: install-data-am
414 uninstall: uninstall-am
415
416 install-am: all-am
417         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418
419 installcheck: installcheck-am
420 install-strip:
421         if test -z '$(STRIP)'; then \
422           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
423             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
424               install; \
425         else \
426           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
429         fi
430 mostlyclean-generic:
431
432 clean-generic:
433
434 distclean-generic:
435         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
436         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
437
438 maintainer-clean-generic:
439         @echo "This command is intended for maintainers to use"
440         @echo "it deletes files that may require special tools to rebuild."
441 clean: clean-am
442
443 clean-am: clean-generic clean-libtool mostlyclean-am
444
445 distclean: distclean-am
446         -rm -f Makefile
447 distclean-am: clean-am distclean-generic
448
449 dvi: dvi-am
450
451 dvi-am:
452
453 html: html-am
454
455 html-am:
456
457 info: info-am
458
459 info-am:
460
461 install-data-am:
462
463 install-dvi: install-dvi-am
464
465 install-dvi-am:
466
467 install-exec-am:
468
469 install-html: install-html-am
470
471 install-html-am:
472
473 install-info: install-info-am
474
475 install-info-am:
476
477 install-man:
478
479 install-pdf: install-pdf-am
480
481 install-pdf-am:
482
483 install-ps: install-ps-am
484
485 install-ps-am:
486
487 installcheck-am:
488
489 maintainer-clean: maintainer-clean-am
490         -rm -f Makefile
491 maintainer-clean-am: distclean-am maintainer-clean-generic
492
493 mostlyclean: mostlyclean-am
494
495 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
496
497 pdf: pdf-am
498
499 pdf-am:
500
501 ps: ps-am
502
503 ps-am:
504
505 uninstall-am:
506
507 .MAKE: install-am install-strip
508
509 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
510         cscopelist-am ctags-am distclean distclean-generic \
511         distclean-libtool distdir dvi dvi-am html html-am info info-am \
512         install install-am install-data install-data-am install-dvi \
513         install-dvi-am install-exec install-exec-am install-html \
514         install-html-am install-info install-info-am install-man \
515         install-pdf install-pdf-am install-ps install-ps-am \
516         install-strip installcheck installcheck-am installdirs \
517         maintainer-clean maintainer-clean-generic mostlyclean \
518         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
519         tags-am uninstall uninstall-am
520
521
522 cygwinbin:
523         rm -rf $(cygwintmp)
524         rm -rf $(cygwintmp)-dev
525         $(MAKE) -C $(top_builddir) DESTDIR=$(cygwintmp) install-strip
526 # $(STRIP) $(cygwintmp)/usr/bin/cygcurl-?.dll
527         $(mkinstalldirs) \
528           $(cygwintmp)$(datadir)/doc/Cygwin \
529           $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION) \
530           $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/libcurl \
531           $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples \
532           $(cygwintmp)-dev$(mandir)
533 #
534 # copy some files into the binary install dir
535         cp $(srcdir)/README \
536           $(cygwintmp)$(datadir)/doc/Cygwin/$(PACKAGE)-$(VERSION)-$(CYGBUILD).README
537         cd $(top_srcdir) ; cp CHANGES COPYING README RELEASE-NOTES docs/* \
538           $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION) ; pwd
539         cd $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION) ; rm *.1 Makefile*
540 #
541 # copy some files into the -dev install dir, remove some from binary
542         cp $(top_srcdir)/docs/libcurl/*.html \
543           $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/libcurl
544         cp $(top_srcdir)/docs/examples/* \
545           $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples
546         rm $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples/Makefile*
547         cp $(top_srcdir)/docs/examples/Makefile.example \
548           $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)/examples
549         mv $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION)/BINDINGS \
550            $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)
551         mv $(cygwintmp)$(datadir)/doc/$(PACKAGE)-$(VERSION)/INTERNALS \
552            $(cygwintmp)-dev$(datadir)/doc/$(PACKAGE)-$(VERSION)
553         mv $(cygwintmp)/usr/include $(cygwintmp)-dev/usr
554         mv $(cygwintmp)/usr/lib $(cygwintmp)-dev/usr
555         mv $(cygwintmp)$(mandir)/man3 $(cygwintmp)-dev$(mandir)
556 #
557 # create both tar files, and delete tmp folders
558         cd $(cygwintmp) ; tar cjf \
559           $(PACKAGE)-$(VERSION)-$(CYGBUILD).tar.bz2 usr
560         mv $(cygwintmp)/*.tar.bz2 . && rm -rf $(cygwintmp)
561 #
562         cd $(cygwintmp)-dev ; tar cjf \
563           $(PACKAGE)-devel-$(VERSION)-$(CYGBUILD).tar.bz2 usr
564         mv $(cygwintmp)-dev/*.tar.bz2 . && rm -rf $(cygwintmp)-dev
565
566 # Tell versions [3.59,3.63) of GNU make to not export all variables.
567 # Otherwise a system limit (for SysV at least) may be exceeded.
568 .NOEXPORT: