~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to tests/data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
CC = @CC@
71
71
CCDEPMODE = @CCDEPMODE@
72
72
CFLAGS = @CFLAGS@
 
73
CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
73
74
CPP = @CPP@
74
75
CPPFLAGS = @CPPFLAGS@
75
76
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
81
82
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
82
83
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
83
84
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
 
85
CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
84
86
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
85
87
CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
 
88
CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
86
89
CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
 
90
CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
 
91
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
87
92
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
88
93
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
89
94
CURL_LIBS = @CURL_LIBS@
100
105
EXEEXT = @EXEEXT@
101
106
FGREP = @FGREP@
102
107
GREP = @GREP@
103
 
HAVE_ARES = @HAVE_ARES@
 
108
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
104
109
HAVE_LIBZ = @HAVE_LIBZ@
105
110
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
106
111
HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
166
171
SUPPORT_FEATURES = @SUPPORT_FEATURES@
167
172
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
168
173
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
 
174
USE_ARES = @USE_ARES@
169
175
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
170
176
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
171
177
USE_GNUTLS = @USE_GNUTLS@
 
178
USE_LIBRTMP = @USE_LIBRTMP@
172
179
USE_LIBSSH2 = @USE_LIBSSH2@
173
180
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
174
181
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
175
182
USE_NSS = @USE_NSS@
 
183
USE_OPENLDAP = @USE_OPENLDAP@
 
184
USE_POLARSSL = @USE_POLARSSL@
176
185
USE_SSLEAY = @USE_SSLEAY@
177
186
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
178
187
VERSION = @VERSION@
282
291
 test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079   \
283
292
 test1080 test1081 test1082 test1083 test1084 test1085 test633 test634     \
284
293
 test635 test636 test637 test558 test559 test1086 test1087 test1088        \
 
294
 test574 test575 test576 test577 test1113 test1114 \
285
295
 test1089 test1090 test1091 test1092 test1093 test1094 test1095 test1096   \
286
296
 test1097 test560 test561 test1098 test1099 test562 test563 test1100       \
287
297
 test564 test1101 test1102 test1103 test1104 test299 test310 test311       \
288
 
 test312 test1105 test565
 
298
 test312 test1105 test565 test800 test1106 test801 test566 test802 test803 \
 
299
 test1107 test1108 test1109 test1110 test1111 test1112 test129 test567     \
 
300
 test568 test569 test570 test571 test572 test804 test805 test806 test807 \
 
301
 test573 test313 test1115
289
302
 
290
303
all: all-am
291
304
 
299
312
              exit 1;; \
300
313
          esac; \
301
314
        done; \
302
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/data/Makefile'; \
 
315
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/data/Makefile'; \
303
316
        cd $(top_srcdir) && \
304
 
          $(AUTOMAKE) --gnu  tests/data/Makefile
 
317
          $(AUTOMAKE) --foreign  tests/data/Makefile
305
318
.PRECIOUS: Makefile
306
319
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307
320
        @case '$?' in \
467
480
        RC=$$? ; \
468
481
        rm -rf test-place ; \
469
482
        exit $$RC
 
483
 
 
484
show:
 
485
        @echo $(EXTRA_DIST)
470
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
471
487
# Otherwise a system limit (for SysV at least) may be exceeded.
472
488
.NOEXPORT: