Home | History | Annotate | Download | only in examples
      1 #***************************************************************************
      2 #                                  _   _ ____  _
      3 #  Project                     ___| | | |  _ \| |
      4 #                             / __| | | | |_) | |
      5 #                            | (__| |_| |  _ <| |___
      6 #                             \___|\___/|_| \_\_____|
      7 #
      8 # Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel (a] 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   persistant post-callback postit2 sepheaders simple simplepost simplessl  \
     28   sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard      \
     29   smtp-mail smtp-multi smtp-ssl smtp-tls smtp-vrfy smtp-expn rtsp          \
     30   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
     36 
     37 # These examples require external dependencies that may not be commonly
     38 # available on POSIX systems, so don't bother attempting to compile them here.
     39 COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp cacertinmem.c       \
     40   ftpuploadresume.c ghiper.c hiperfifo.c htmltidy.c multithread.c          \
     41   opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
     42   smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp      \
     43   multi-uv.c xmlstream.c usercertinmem.c sessioninfo.c
     44