~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#                            | (__| |_| |  _ <| |___
22
22
#                             \___|\___/|_| \_\_____|
23
23
#
24
 
# Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
 
24
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
25
25
#
26
26
# This software is licensed as described in the file COPYING, which
27
27
# you should have received as part of this distribution. The terms
142
142
EXEEXT = @EXEEXT@
143
143
FGREP = @FGREP@
144
144
GREP = @GREP@
 
145
HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
145
146
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
146
147
HAVE_LIBZ = @HAVE_LIBZ@
147
148
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
209
210
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
210
211
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
211
212
USE_ARES = @USE_ARES@
 
213
USE_AXTLS = @USE_AXTLS@
212
214
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
213
215
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
214
216
USE_GNUTLS = @USE_GNUTLS@
276
278
 FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm   \
277
279
 sshserver.pl sshhelp.pm testcurl.1 runtests.1 $(HTMLPAGES) $(PDFPAGES) \
278
280
 CMakeLists.txt certs/scripts/*.sh certs/Server* certs/EdelCurlRoot* \
279
 
 serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl
 
281
 serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
 
282
 certs/srp-verifier-conf certs/srp-verifier-db
280
283
 
281
 
SUBDIRS = data server libtest
 
284
SUBDIRS = data server libtest unit
282
285
PERLFLAGS = -I$(srcdir)
283
286
CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid
284
287
MAN2HTML = roffit < $< >$@