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

« back to all changes in this revision

Viewing changes to tests/data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
subdir = tests/data
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42
 
        $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
 
42
        $(top_srcdir)/m4/curl-confopts.m4 \
 
43
        $(top_srcdir)/m4/curl-functions.m4 \
 
44
        $(top_srcdir)/m4/curl-override.m4 \
 
45
        $(top_srcdir)/m4/curl-reentrant.m4 \
 
46
        $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
 
47
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
48
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
49
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
43
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
51
        $(ACLOCAL_M4)
45
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
53
CONFIG_HEADER = $(top_builddir)/lib/config.h \
47
 
        $(top_builddir)/src/config.h
 
54
        $(top_builddir)/src/config.h \
 
55
        $(top_builddir)/include/curl/curlbuild.h
48
56
CONFIG_CLEAN_FILES =
49
57
SOURCES =
50
58
DIST_SOURCES =
66
74
CPPFLAGS = @CPPFLAGS@
67
75
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
68
76
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
 
77
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
69
78
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
70
79
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
71
80
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
72
81
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
73
82
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
74
83
CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
 
84
CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
75
85
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
76
86
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
77
87
CURL_LIBS = @CURL_LIBS@
80
90
DEPDIR = @DEPDIR@
81
91
DLLTOOL = @DLLTOOL@
82
92
DSYMUTIL = @DSYMUTIL@
83
 
ECHO = @ECHO@
 
93
DUMPBIN = @DUMPBIN@
84
94
ECHO_C = @ECHO_C@
85
95
ECHO_N = @ECHO_N@
86
96
ECHO_T = @ECHO_T@
87
97
EGREP = @EGREP@
88
98
EXEEXT = @EXEEXT@
 
99
FGREP = @FGREP@
89
100
GREP = @GREP@
90
101
HAVE_ARES = @HAVE_ARES@
91
102
HAVE_LIBZ = @HAVE_LIBZ@
99
110
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100
111
IPV6_ENABLED = @IPV6_ENABLED@
101
112
KRB4_ENABLED = @KRB4_ENABLED@
 
113
LD = @LD@
102
114
LDFLAGS = @LDFLAGS@
103
115
LIBCURL_LIBS = @LIBCURL_LIBS@
104
116
LIBOBJS = @LIBOBJS@
105
117
LIBS = @LIBS@
106
118
LIBTOOL = @LIBTOOL@
 
119
LIPO = @LIPO@
107
120
LN_S = @LN_S@
108
121
LTLIBOBJS = @LTLIBOBJS@
109
122
MAINT = @MAINT@
113
126
MANOPT = @MANOPT@
114
127
MIMPURE_FALSE = @MIMPURE_FALSE@
115
128
MIMPURE_TRUE = @MIMPURE_TRUE@
 
129
NM = @NM@
116
130
NMEDIT = @NMEDIT@
117
131
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
118
132
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
119
133
NROFF = @NROFF@
120
134
OBJDUMP = @OBJDUMP@
121
135
OBJEXT = @OBJEXT@
 
136
OTOOL = @OTOOL@
 
137
OTOOL64 = @OTOOL64@
122
138
PACKAGE = @PACKAGE@
123
139
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124
140
PACKAGE_NAME = @PACKAGE_NAME@
125
141
PACKAGE_STRING = @PACKAGE_STRING@
126
142
PACKAGE_TARNAME = @PACKAGE_TARNAME@
127
143
PACKAGE_VERSION = @PACKAGE_VERSION@
 
144
PATH = @PATH@
128
145
PATH_SEPARATOR = @PATH_SEPARATOR@
129
146
PERL = @PERL@
130
147
PKGADD_NAME = @PKGADD_NAME@
137
154
SED = @SED@
138
155
SET_MAKE = @SET_MAKE@
139
156
SHELL = @SHELL@
 
157
SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
 
158
SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
140
159
SSL_ENABLED = @SSL_ENABLED@
141
160
STATICLIB_FALSE = @STATICLIB_FALSE@
142
161
STATICLIB_TRUE = @STATICLIB_TRUE@
143
162
STRIP = @STRIP@
 
163
SUPPORT_FEATURES = @SUPPORT_FEATURES@
 
164
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
144
165
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
145
166
USE_GNUTLS = @USE_GNUTLS@
146
167
USE_LIBSSH2 = @USE_LIBSSH2@
152
173
VERSION = @VERSION@
153
174
VERSIONNUM = @VERSIONNUM@
154
175
ac_ct_CC = @ac_ct_CC@
 
176
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
155
177
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156
178
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157
179
am__include = @am__include@
184
206
libext = @libext@
185
207
localedir = @localedir@
186
208
localstatedir = @localstatedir@
 
209
lt_ECHO = @lt_ECHO@
187
210
mandir = @mandir@
188
211
mkdir_p = @mkdir_p@
189
212
oldincludedir = @oldincludedir@
245
268
 test1021 test1022 test1023 test309 test616 test617 test618 test619        \
246
269
 test620 test621 test622 test623 test624 test625 test626 test627 test554   \
247
270
 test1024 test1025 test555 test1026 test1027 test1028 test1029 test1030    \
248
 
 test556 test1031
 
271
 test556 test557 test1031 test628 test629 test630 test631 test632 test1032 \
 
272
 test1033 test539 test1034 test1035 test1036 test1037 test1038 test1039    \
 
273
 test1040 test1041 test1042 test1043 test1044 test1045 test1046 test1047   \
 
274
 test1048 test1049 test1050 test1051 test1052 test1053 test1054 test1055   \
 
275
 test1056 test1057 test1058 test1059 test1060 test1061 test1062 test1063   \
 
276
 test1064 test1065 test1066 test1067 test1068 test1069 test1070 test1071   \
 
277
 test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079   \
 
278
 test1080 test1081 test1082 test1083 test1084 test1085 test633 test634     \
 
279
 test635 test636 test637 test558 test559 test1086 test1087 test1088        \
 
280
 test1089 test1090 test1091 test1092 test1093 test1094 test1095 test1096
249
281
 
250
282
all: all-am
251
283
 
416
448
        rm test-place/*~; \
417
449
        for f in $(EXTRA_DIST); do \
418
450
          if test -f "$(top_srcdir)/tests/data/$$f"; then \
419
 
            rm -f test-place/$$f; \
 
451
            rm -f "test-place/$$f"; \
420
452
          else \
421
453
            echo "$$f is listed but missing!"; \
422
454
          fi \
423
455
        done; \
424
456
        echo "Local files not present in EXTRA_DIST:" ; \
425
457
        ls test-place; \
426
 
        rm -rf test-place
 
458
        ! ls test-place | grep . >/dev/null ; \
 
459
        RC=$$? ; \
 
460
        rm -rf test-place ; \
 
461
        exit $$RC
427
462
# Tell versions [3.59,3.63) of GNU make to not export all variables.
428
463
# Otherwise a system limit (for SysV at least) may be exceeded.
429
464
.NOEXPORT: