Makefile.in 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 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 = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = packages
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
  89. $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
  90. $(top_srcdir)/m4/curl-compilers.m4 \
  91. $(top_srcdir)/m4/curl-confopts.m4 \
  92. $(top_srcdir)/m4/curl-functions.m4 \
  93. $(top_srcdir)/m4/curl-openssl.m4 \
  94. $(top_srcdir)/m4/curl-override.m4 \
  95. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  96. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  97. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  98. $(top_srcdir)/m4/xc-am-iface.m4 \
  99. $(top_srcdir)/m4/xc-cc-check.m4 \
  100. $(top_srcdir)/m4/xc-lt-iface.m4 \
  101. $(top_srcdir)/m4/xc-translit.m4 \
  102. $(top_srcdir)/m4/xc-val-flgs.m4 \
  103. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  104. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  105. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  106. $(top_srcdir)/configure.ac
  107. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108. $(ACLOCAL_M4)
  109. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  110. mkinstalldirs = $(install_sh) -d
  111. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  112. CONFIG_CLEAN_FILES =
  113. CONFIG_CLEAN_VPATH_FILES =
  114. AM_V_P = $(am__v_P_@AM_V@)
  115. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_@AM_V@)
  119. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_@AM_V@)
  123. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  124. am__v_at_0 = @
  125. am__v_at_1 =
  126. SOURCES =
  127. DIST_SOURCES =
  128. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  129. ctags-recursive dvi-recursive html-recursive info-recursive \
  130. install-data-recursive install-dvi-recursive \
  131. install-exec-recursive install-html-recursive \
  132. install-info-recursive install-pdf-recursive \
  133. install-ps-recursive install-recursive installcheck-recursive \
  134. installdirs-recursive pdf-recursive ps-recursive \
  135. tags-recursive uninstall-recursive
  136. am__can_run_installinfo = \
  137. case $$AM_UPDATE_INFO_DIR in \
  138. n|no|NO) false;; \
  139. *) (install-info --version) >/dev/null 2>&1;; \
  140. esac
  141. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  142. distclean-recursive maintainer-clean-recursive
  143. am__recursive_targets = \
  144. $(RECURSIVE_TARGETS) \
  145. $(RECURSIVE_CLEAN_TARGETS) \
  146. $(am__extra_recursive_targets)
  147. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  148. distdir distdir-am
  149. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  150. # Read a list of newline-separated strings from the standard input,
  151. # and print each of them once, without duplicates. Input order is
  152. # *not* preserved.
  153. am__uniquify_input = $(AWK) '\
  154. BEGIN { nonempty = 0; } \
  155. { items[$$0] = 1; nonempty = 1; } \
  156. END { if (nonempty) { for (i in items) print i; }; } \
  157. '
  158. # Make sure the list of sources is unique. This is necessary because,
  159. # e.g., the same source file might be shared among _SOURCES variables
  160. # for different programs/libraries.
  161. am__define_uniq_tagged_files = \
  162. list='$(am__tagged_files)'; \
  163. unique=`for i in $$list; do \
  164. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  165. done | $(am__uniquify_input)`
  166. ETAGS = etags
  167. CTAGS = ctags
  168. DIST_SUBDIRS = $(SUBDIRS)
  169. am__DIST_COMMON = $(srcdir)/Makefile.in README
  170. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  171. am__relativize = \
  172. dir0=`pwd`; \
  173. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  174. sed_rest='s,^[^/]*/*,,'; \
  175. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  176. sed_butlast='s,/*[^/]*$$,,'; \
  177. while test -n "$$dir1"; do \
  178. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  179. if test "$$first" != "."; then \
  180. if test "$$first" = ".."; then \
  181. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  182. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  183. else \
  184. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  185. if test "$$first2" = "$$first"; then \
  186. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  187. else \
  188. dir2="../$$dir2"; \
  189. fi; \
  190. dir0="$$dir0"/"$$first"; \
  191. fi; \
  192. fi; \
  193. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  194. done; \
  195. reldir="$$dir2"
  196. ACLOCAL = @ACLOCAL@
  197. AMTAR = @AMTAR@
  198. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  199. AR = @AR@
  200. AR_FLAGS = @AR_FLAGS@
  201. AS = @AS@
  202. AUTOCONF = @AUTOCONF@
  203. AUTOHEADER = @AUTOHEADER@
  204. AUTOMAKE = @AUTOMAKE@
  205. AWK = @AWK@
  206. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  207. CC = @CC@
  208. CCDEPMODE = @CCDEPMODE@
  209. CFLAGS = @CFLAGS@
  210. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  211. CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
  212. CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
  213. CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
  214. CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
  215. CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
  216. CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
  217. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  218. CPP = @CPP@
  219. CPPFLAGS = @CPPFLAGS@
  220. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  221. CURLVERSION = @CURLVERSION@
  222. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  223. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  224. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  225. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  226. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  227. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  228. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  229. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  230. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  231. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  232. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  233. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  234. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  235. CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
  236. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  237. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  238. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  239. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  240. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  241. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  242. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  243. CYGPATH_W = @CYGPATH_W@
  244. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  245. DEFS = @DEFS@
  246. DEPDIR = @DEPDIR@
  247. DLLTOOL = @DLLTOOL@
  248. DSYMUTIL = @DSYMUTIL@
  249. DUMPBIN = @DUMPBIN@
  250. ECHO_C = @ECHO_C@
  251. ECHO_N = @ECHO_N@
  252. ECHO_T = @ECHO_T@
  253. EGREP = @EGREP@
  254. ENABLE_SHARED = @ENABLE_SHARED@
  255. ENABLE_STATIC = @ENABLE_STATIC@
  256. EXEEXT = @EXEEXT@
  257. FGREP = @FGREP@
  258. GCOV = @GCOV@
  259. GENHTML = @GENHTML@
  260. GREP = @GREP@
  261. HAVE_BROTLI = @HAVE_BROTLI@
  262. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  263. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  264. HAVE_LIBZ = @HAVE_LIBZ@
  265. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  266. IDN_ENABLED = @IDN_ENABLED@
  267. INSTALL = @INSTALL@
  268. INSTALL_DATA = @INSTALL_DATA@
  269. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  270. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  271. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  272. IPV6_ENABLED = @IPV6_ENABLED@
  273. LCOV = @LCOV@
  274. LD = @LD@
  275. LDFLAGS = @LDFLAGS@
  276. LIBCURL_LIBS = @LIBCURL_LIBS@
  277. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  278. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  279. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  280. LIBOBJS = @LIBOBJS@
  281. LIBS = @LIBS@
  282. LIBTOOL = @LIBTOOL@
  283. LIPO = @LIPO@
  284. LN_S = @LN_S@
  285. LTLIBOBJS = @LTLIBOBJS@
  286. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  287. MAINT = @MAINT@
  288. MAKEINFO = @MAKEINFO@
  289. MANIFEST_TOOL = @MANIFEST_TOOL@
  290. MANOPT = @MANOPT@
  291. MKDIR_P = @MKDIR_P@
  292. NM = @NM@
  293. NMEDIT = @NMEDIT@
  294. NROFF = @NROFF@
  295. NSS_LIBS = @NSS_LIBS@
  296. OBJDUMP = @OBJDUMP@
  297. OBJEXT = @OBJEXT@
  298. OTOOL = @OTOOL@
  299. OTOOL64 = @OTOOL64@
  300. PACKAGE = @PACKAGE@
  301. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  302. PACKAGE_NAME = @PACKAGE_NAME@
  303. PACKAGE_STRING = @PACKAGE_STRING@
  304. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  305. PACKAGE_URL = @PACKAGE_URL@
  306. PACKAGE_VERSION = @PACKAGE_VERSION@
  307. PATH_SEPARATOR = @PATH_SEPARATOR@
  308. PERL = @PERL@
  309. PKGADD_NAME = @PKGADD_NAME@
  310. PKGADD_PKG = @PKGADD_PKG@
  311. PKGADD_VENDOR = @PKGADD_VENDOR@
  312. PKGCONFIG = @PKGCONFIG@
  313. RANDOM_FILE = @RANDOM_FILE@
  314. RANLIB = @RANLIB@
  315. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  316. SED = @SED@
  317. SET_MAKE = @SET_MAKE@
  318. SHELL = @SHELL@
  319. SSL_BACKENDS = @SSL_BACKENDS@
  320. SSL_ENABLED = @SSL_ENABLED@
  321. SSL_LIBS = @SSL_LIBS@
  322. STRIP = @STRIP@
  323. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  324. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  325. USE_ARES = @USE_ARES@
  326. USE_AXTLS = @USE_AXTLS@
  327. USE_CYASSL = @USE_CYASSL@
  328. USE_DARWINSSL = @USE_DARWINSSL@
  329. USE_GNUTLS = @USE_GNUTLS@
  330. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  331. USE_LIBRTMP = @USE_LIBRTMP@
  332. USE_LIBSSH = @USE_LIBSSH@
  333. USE_LIBSSH2 = @USE_LIBSSH2@
  334. USE_MBEDTLS = @USE_MBEDTLS@
  335. USE_NGHTTP2 = @USE_NGHTTP2@
  336. USE_NSS = @USE_NSS@
  337. USE_OPENLDAP = @USE_OPENLDAP@
  338. USE_POLARSSL = @USE_POLARSSL@
  339. USE_SCHANNEL = @USE_SCHANNEL@
  340. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  341. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  342. VERSION = @VERSION@
  343. VERSIONNUM = @VERSIONNUM@
  344. ZLIB_LIBS = @ZLIB_LIBS@
  345. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  346. abs_builddir = @abs_builddir@
  347. abs_srcdir = @abs_srcdir@
  348. abs_top_builddir = @abs_top_builddir@
  349. abs_top_srcdir = @abs_top_srcdir@
  350. ac_ct_AR = @ac_ct_AR@
  351. ac_ct_CC = @ac_ct_CC@
  352. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  353. am__include = @am__include@
  354. am__leading_dot = @am__leading_dot@
  355. am__quote = @am__quote@
  356. am__tar = @am__tar@
  357. am__untar = @am__untar@
  358. bindir = @bindir@
  359. build = @build@
  360. build_alias = @build_alias@
  361. build_cpu = @build_cpu@
  362. build_os = @build_os@
  363. build_vendor = @build_vendor@
  364. builddir = @builddir@
  365. datadir = @datadir@
  366. datarootdir = @datarootdir@
  367. docdir = @docdir@
  368. dvidir = @dvidir@
  369. exec_prefix = @exec_prefix@
  370. host = @host@
  371. host_alias = @host_alias@
  372. host_cpu = @host_cpu@
  373. host_os = @host_os@
  374. host_vendor = @host_vendor@
  375. htmldir = @htmldir@
  376. includedir = @includedir@
  377. infodir = @infodir@
  378. install_sh = @install_sh@
  379. libdir = @libdir@
  380. libexecdir = @libexecdir@
  381. libext = @libext@
  382. localedir = @localedir@
  383. localstatedir = @localstatedir@
  384. mandir = @mandir@
  385. mkdir_p = @mkdir_p@
  386. oldincludedir = @oldincludedir@
  387. pdfdir = @pdfdir@
  388. prefix = @prefix@
  389. program_transform_name = @program_transform_name@
  390. psdir = @psdir@
  391. runstatedir = @runstatedir@
  392. sbindir = @sbindir@
  393. sharedstatedir = @sharedstatedir@
  394. srcdir = @srcdir@
  395. subdirs = @subdirs@
  396. sysconfdir = @sysconfdir@
  397. target_alias = @target_alias@
  398. top_build_prefix = @top_build_prefix@
  399. top_builddir = @top_builddir@
  400. top_srcdir = @top_srcdir@
  401. SUBDIRS = Win32 Linux Solaris EPM AIX vms
  402. EXTRA_DIST = README \
  403. DOS/README \
  404. DOS/common.dj \
  405. NetWare/get_ver.awk \
  406. NetWare/get_exp.awk \
  407. OS400/README.OS400 \
  408. OS400/ccsidcurl.c \
  409. OS400/ccsidcurl.h \
  410. OS400/curl.inc.in \
  411. OS400/initscript.sh \
  412. OS400/make-include.sh \
  413. OS400/make-lib.sh \
  414. OS400/make-src.sh \
  415. OS400/make-tests.sh \
  416. OS400/makefile.sh \
  417. OS400/os400sys.c \
  418. OS400/os400sys.h \
  419. Symbian/bwins/libcurlu.def \
  420. Symbian/eabi/libcurlu.def \
  421. Symbian/group/bld.inf \
  422. Symbian/group/curl.iby \
  423. Symbian/group/curl.mmp \
  424. Symbian/group/curl.pkg \
  425. Symbian/group/libcurl.iby \
  426. Symbian/group/libcurl.mmp \
  427. Symbian/group/libcurl.pkg \
  428. Symbian/readme.txt \
  429. TPF/curl.mak \
  430. TPF/maketpf.env_curl \
  431. TPF/maketpf.env_curllib \
  432. Android/Android.mk
  433. all: all-recursive
  434. .SUFFIXES:
  435. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  436. @for dep in $?; do \
  437. case '$(am__configure_deps)' in \
  438. *$$dep*) \
  439. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  440. && { if test -f $@; then exit 0; else break; fi; }; \
  441. exit 1;; \
  442. esac; \
  443. done; \
  444. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Makefile'; \
  445. $(am__cd) $(top_srcdir) && \
  446. $(AUTOMAKE) --foreign packages/Makefile
  447. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  448. @case '$?' in \
  449. *config.status*) \
  450. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  451. *) \
  452. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  453. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  454. esac;
  455. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  456. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  457. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  458. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  459. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  460. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  461. $(am__aclocal_m4_deps):
  462. mostlyclean-libtool:
  463. -rm -f *.lo
  464. clean-libtool:
  465. -rm -rf .libs _libs
  466. # This directory's subdirectories are mostly independent; you can cd
  467. # into them and run 'make' without going through this Makefile.
  468. # To change the values of 'make' variables: instead of editing Makefiles,
  469. # (1) if the variable is set in 'config.status', edit 'config.status'
  470. # (which will cause the Makefiles to be regenerated when you run 'make');
  471. # (2) otherwise, pass the desired values on the 'make' command line.
  472. $(am__recursive_targets):
  473. @fail=; \
  474. if $(am__make_keepgoing); then \
  475. failcom='fail=yes'; \
  476. else \
  477. failcom='exit 1'; \
  478. fi; \
  479. dot_seen=no; \
  480. target=`echo $@ | sed s/-recursive//`; \
  481. case "$@" in \
  482. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  483. *) list='$(SUBDIRS)' ;; \
  484. esac; \
  485. for subdir in $$list; do \
  486. echo "Making $$target in $$subdir"; \
  487. if test "$$subdir" = "."; then \
  488. dot_seen=yes; \
  489. local_target="$$target-am"; \
  490. else \
  491. local_target="$$target"; \
  492. fi; \
  493. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  494. || eval $$failcom; \
  495. done; \
  496. if test "$$dot_seen" = "no"; then \
  497. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  498. fi; test -z "$$fail"
  499. ID: $(am__tagged_files)
  500. $(am__define_uniq_tagged_files); mkid -fID $$unique
  501. tags: tags-recursive
  502. TAGS: tags
  503. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  504. set x; \
  505. here=`pwd`; \
  506. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  507. include_option=--etags-include; \
  508. empty_fix=.; \
  509. else \
  510. include_option=--include; \
  511. empty_fix=; \
  512. fi; \
  513. list='$(SUBDIRS)'; for subdir in $$list; do \
  514. if test "$$subdir" = .; then :; else \
  515. test ! -f $$subdir/TAGS || \
  516. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  517. fi; \
  518. done; \
  519. $(am__define_uniq_tagged_files); \
  520. shift; \
  521. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  522. test -n "$$unique" || unique=$$empty_fix; \
  523. if test $$# -gt 0; then \
  524. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  525. "$$@" $$unique; \
  526. else \
  527. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  528. $$unique; \
  529. fi; \
  530. fi
  531. ctags: ctags-recursive
  532. CTAGS: ctags
  533. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  534. $(am__define_uniq_tagged_files); \
  535. test -z "$(CTAGS_ARGS)$$unique" \
  536. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  537. $$unique
  538. GTAGS:
  539. here=`$(am__cd) $(top_builddir) && pwd` \
  540. && $(am__cd) $(top_srcdir) \
  541. && gtags -i $(GTAGS_ARGS) "$$here"
  542. cscopelist: cscopelist-recursive
  543. cscopelist-am: $(am__tagged_files)
  544. list='$(am__tagged_files)'; \
  545. case "$(srcdir)" in \
  546. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  547. *) sdir=$(subdir)/$(srcdir) ;; \
  548. esac; \
  549. for i in $$list; do \
  550. if test -f "$$i"; then \
  551. echo "$(subdir)/$$i"; \
  552. else \
  553. echo "$$sdir/$$i"; \
  554. fi; \
  555. done >> $(top_builddir)/cscope.files
  556. distclean-tags:
  557. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  558. distdir: $(BUILT_SOURCES)
  559. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  560. distdir-am: $(DISTFILES)
  561. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  562. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  563. list='$(DISTFILES)'; \
  564. dist_files=`for file in $$list; do echo $$file; done | \
  565. sed -e "s|^$$srcdirstrip/||;t" \
  566. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  567. case $$dist_files in \
  568. */*) $(MKDIR_P) `echo "$$dist_files" | \
  569. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  570. sort -u` ;; \
  571. esac; \
  572. for file in $$dist_files; do \
  573. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  574. if test -d $$d/$$file; then \
  575. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  576. if test -d "$(distdir)/$$file"; then \
  577. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  578. fi; \
  579. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  580. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  581. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  582. fi; \
  583. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  584. else \
  585. test -f "$(distdir)/$$file" \
  586. || cp -p $$d/$$file "$(distdir)/$$file" \
  587. || exit 1; \
  588. fi; \
  589. done
  590. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  591. if test "$$subdir" = .; then :; else \
  592. $(am__make_dryrun) \
  593. || test -d "$(distdir)/$$subdir" \
  594. || $(MKDIR_P) "$(distdir)/$$subdir" \
  595. || exit 1; \
  596. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  597. $(am__relativize); \
  598. new_distdir=$$reldir; \
  599. dir1=$$subdir; dir2="$(top_distdir)"; \
  600. $(am__relativize); \
  601. new_top_distdir=$$reldir; \
  602. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  603. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  604. ($(am__cd) $$subdir && \
  605. $(MAKE) $(AM_MAKEFLAGS) \
  606. top_distdir="$$new_top_distdir" \
  607. distdir="$$new_distdir" \
  608. am__remove_distdir=: \
  609. am__skip_length_check=: \
  610. am__skip_mode_fix=: \
  611. distdir) \
  612. || exit 1; \
  613. fi; \
  614. done
  615. check-am: all-am
  616. check: check-recursive
  617. all-am: Makefile
  618. installdirs: installdirs-recursive
  619. installdirs-am:
  620. install: install-recursive
  621. install-exec: install-exec-recursive
  622. install-data: install-data-recursive
  623. uninstall: uninstall-recursive
  624. install-am: all-am
  625. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  626. installcheck: installcheck-recursive
  627. install-strip:
  628. if test -z '$(STRIP)'; then \
  629. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  630. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  631. install; \
  632. else \
  633. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  634. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  635. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  636. fi
  637. mostlyclean-generic:
  638. clean-generic:
  639. distclean-generic:
  640. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  641. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  642. maintainer-clean-generic:
  643. @echo "This command is intended for maintainers to use"
  644. @echo "it deletes files that may require special tools to rebuild."
  645. clean: clean-recursive
  646. clean-am: clean-generic clean-libtool mostlyclean-am
  647. distclean: distclean-recursive
  648. -rm -f Makefile
  649. distclean-am: clean-am distclean-generic distclean-tags
  650. dvi: dvi-recursive
  651. dvi-am:
  652. html: html-recursive
  653. html-am:
  654. info: info-recursive
  655. info-am:
  656. install-data-am:
  657. install-dvi: install-dvi-recursive
  658. install-dvi-am:
  659. install-exec-am:
  660. install-html: install-html-recursive
  661. install-html-am:
  662. install-info: install-info-recursive
  663. install-info-am:
  664. install-man:
  665. install-pdf: install-pdf-recursive
  666. install-pdf-am:
  667. install-ps: install-ps-recursive
  668. install-ps-am:
  669. installcheck-am:
  670. maintainer-clean: maintainer-clean-recursive
  671. -rm -f Makefile
  672. maintainer-clean-am: distclean-am maintainer-clean-generic
  673. mostlyclean: mostlyclean-recursive
  674. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  675. pdf: pdf-recursive
  676. pdf-am:
  677. ps: ps-recursive
  678. ps-am:
  679. uninstall-am:
  680. .MAKE: $(am__recursive_targets) install-am install-strip
  681. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  682. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  683. ctags-am distclean distclean-generic distclean-libtool \
  684. distclean-tags distdir dvi dvi-am html html-am info info-am \
  685. install install-am install-data install-data-am install-dvi \
  686. install-dvi-am install-exec install-exec-am install-html \
  687. install-html-am install-info install-info-am install-man \
  688. install-pdf install-pdf-am install-ps install-ps-am \
  689. install-strip installcheck installcheck-am installdirs \
  690. installdirs-am maintainer-clean maintainer-clean-generic \
  691. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  692. ps ps-am tags tags-am uninstall uninstall-am
  693. .PRECIOUS: Makefile
  694. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  695. # Otherwise a system limit (for SysV at least) may be exceeded.
  696. .NOEXPORT: