诸暨麻将添加redis
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

569 行
17 KiB

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