File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / libcurl / Makefile.inc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: #***************************************************************************
    2: #                                  _   _ ____  _
    3: #  Project                     ___| | | |  _ \| |
    4: #                             / __| | | | |_) | |
    5: #                            | (__| |_| |  _ <| |___
    6: #                             \___|\___/|_| \_\_____|
    7: #
    8: # Copyright (C) 2008 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
    9: #
   10: # This software is licensed as described in the file COPYING, which
   11: # you should have received as part of this distribution. The terms
   12: # are also available at https://curl.haxx.se/docs/copyright.html.
   13: #
   14: # You may opt to use, copy, modify, merge, publish, distribute and/or sell
   15: # copies of the Software, and permit persons to whom the Software is
   16: # furnished to do so, under the terms of the COPYING file.
   17: #
   18: # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
   19: # KIND, either express or implied.
   20: #
   21: ###########################################################################
   22: 
   23: # Shared between Makefile.am and CMakeLists.txt
   24: 
   25: man_MANS = \
   26:  curl_easy_cleanup.3 \
   27:  curl_easy_duphandle.3 \
   28:  curl_easy_escape.3 \
   29:  curl_easy_getinfo.3 \
   30:  curl_easy_init.3 \
   31:  curl_easy_pause.3 \
   32:  curl_easy_perform.3 \
   33:  curl_easy_recv.3 \
   34:  curl_easy_reset.3 \
   35:  curl_easy_send.3 \
   36:  curl_easy_setopt.3 \
   37:  curl_easy_strerror.3 \
   38:  curl_easy_unescape.3 \
   39:  curl_easy_upkeep.3 \
   40:  curl_escape.3 \
   41:  curl_formadd.3 \
   42:  curl_formfree.3 \
   43:  curl_formget.3 \
   44:  curl_free.3 \
   45:  curl_getdate.3 \
   46:  curl_getenv.3 \
   47:  curl_global_cleanup.3 \
   48:  curl_global_init.3 \
   49:  curl_global_init_mem.3 \
   50:  curl_global_sslset.3 \
   51:  curl_mime_addpart.3 \
   52:  curl_mime_data.3 \
   53:  curl_mime_data_cb.3 \
   54:  curl_mime_encoder.3 \
   55:  curl_mime_filedata.3 \
   56:  curl_mime_filename.3 \
   57:  curl_mime_free.3 \
   58:  curl_mime_headers.3 \
   59:  curl_mime_init.3 \
   60:  curl_mime_name.3 \
   61:  curl_mime_subparts.3 \
   62:  curl_mime_type.3 \
   63:  curl_mprintf.3 \
   64:  curl_multi_add_handle.3 \
   65:  curl_multi_assign.3 \
   66:  curl_multi_cleanup.3 \
   67:  curl_multi_fdset.3 \
   68:  curl_multi_info_read.3 \
   69:  curl_multi_init.3 \
   70:  curl_multi_perform.3 \
   71:  curl_multi_poll.3 \
   72:  curl_multi_remove_handle.3 \
   73:  curl_multi_setopt.3 \
   74:  curl_multi_socket.3 \
   75:  curl_multi_socket_action.3 \
   76:  curl_multi_socket_all.3 \
   77:  curl_multi_strerror.3 \
   78:  curl_multi_timeout.3 \
   79:  curl_multi_wakeup.3 \
   80:  curl_multi_wait.3 \
   81:  curl_share_cleanup.3 \
   82:  curl_share_init.3 \
   83:  curl_share_setopt.3 \
   84:  curl_share_strerror.3 \
   85:  curl_slist_append.3 \
   86:  curl_slist_free_all.3 \
   87:  curl_strequal.3 \
   88:  curl_strnequal.3 \
   89:  curl_unescape.3 \
   90:  curl_url.3 \
   91:  curl_url_cleanup.3 \
   92:  curl_url_dup.3 \
   93:  curl_url_get.3 \
   94:  curl_url_set.3 \
   95:  curl_version.3 \
   96:  curl_version_info.3 \
   97:  libcurl-easy.3 \
   98:  libcurl-env.3 \
   99:  libcurl-errors.3 \
  100:  libcurl-multi.3 \
  101:  libcurl-security.3 \
  102:  libcurl-share.3 \
  103:  libcurl-symbols.3 \
  104:  libcurl-thread.3 \
  105:  libcurl-tutorial.3 \
  106:  libcurl-url.3 \
  107:  libcurl.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>