Annotation of embedaddon/curl/docs/examples/Makefile.inc, revision 1.1

1.1     ! misho       1: #***************************************************************************
        !             2: #                                  _   _ ____  _
        !             3: #  Project                     ___| | | |  _ \| |
        !             4: #                             / __| | | | |_) | |
        !             5: #                            | (__| |_| |  _ <| |___
        !             6: #                             \___|\___/|_| \_\_____|
        !             7: #
        !             8: # Copyright (C) 1998 - 2019, 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: # These are all libcurl example programs to be test compiled
        !            24: check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
        !            25:   fopen ftpget ftpgetresp ftpupload getinfo getinmemory http-post httpput  \
        !            26:   https multi-app multi-debugcallback multi-double multi-post multi-single \
        !            27:   persistent post-callback postit2 sepheaders simple simplepost simplessl  \
        !            28:   sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard      \
        !            29:   smtp-mail smtp-mime smtp-multi smtp-ssl smtp-tls smtp-vrfy smtp-expn     \
        !            30:   rtsp externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl   \
        !            31:   pop3-dele pop3-top pop3-stat pop3-noop pop3-ssl pop3-tls pop3-multi      \
        !            32:   imap-list imap-lsub imap-fetch imap-store imap-append imap-examine       \
        !            33:   imap-search imap-create imap-delete imap-copy imap-noop imap-ssl         \
        !            34:   imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
        !            35:   http2-upload http2-serverpush getredirect ftpuploadfrommem               \
        !            36:   ftpuploadresume sslbackend postit2-formadd multi-formadd                 \
        !            37:   shared-connection-cache sftpuploadresume http2-pushinmemory parseurl     \
        !            38:   urlapi imap-authzid pop3-authzid smtp-authzid http3 altsvc               \
        !            39:   http3-present multi-poll
        !            40: 
        !            41: # These examples require external dependencies that may not be commonly
        !            42: # available on POSIX systems, so don't bother attempting to compile them here.
        !            43: COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp cacertinmem.c \
        !            44:   ghiper.c hiperfifo.c htmltidy.c multithread.c opensslthreadlock.c \
        !            45:   sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
        !            46:   smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp \
        !            47:   multi-uv.c xmlstream.c usercertinmem.c sessioninfo.c \
        !            48:   threaded-shared-conn.c crawler.c ephiperfifo.c multi-event.c

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