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

« back to all changes in this revision

Viewing changes to tests/unit/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:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# these files are used in every single unit test program
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ../..
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
 
40
host_triplet = @host@
 
41
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
42
        $(srcdir)/Makefile.inc
 
43
@CURLDEBUG_TRUE@noinst_PROGRAMS = unit1300$(EXEEXT) unit1301$(EXEEXT) \
 
44
@CURLDEBUG_TRUE@        unit1302$(EXEEXT) unit1303$(EXEEXT) \
 
45
@CURLDEBUG_TRUE@        unit1304$(EXEEXT)
 
46
subdir = tests/unit
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
 
49
        $(top_srcdir)/m4/curl-confopts.m4 \
 
50
        $(top_srcdir)/m4/curl-functions.m4 \
 
51
        $(top_srcdir)/m4/curl-override.m4 \
 
52
        $(top_srcdir)/m4/curl-reentrant.m4 \
 
53
        $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
 
54
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
55
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
56
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
57
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
58
        $(ACLOCAL_M4)
 
59
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
60
CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
 
61
        $(top_builddir)/src/curl_config.h \
 
62
        $(top_builddir)/include/curl/curlbuild.h
 
63
CONFIG_CLEAN_FILES =
 
64
PROGRAMS = $(noinst_PROGRAMS)
 
65
am__unit1300_SOURCES_DIST = unit1300.c curlcheck.h
 
66
am__objects_1 =
 
67
@CURLDEBUG_TRUE@am_unit1300_OBJECTS = unit1300.$(OBJEXT) \
 
68
@CURLDEBUG_TRUE@        $(am__objects_1)
 
69
unit1300_OBJECTS = $(am_unit1300_OBJECTS)
 
70
unit1300_LDADD = $(LDADD)
 
71
@CURLDEBUG_TRUE@unit1300_DEPENDENCIES =  \
 
72
@CURLDEBUG_TRUE@        $(top_builddir)/tests/libtest/first.o \
 
73
@CURLDEBUG_TRUE@        $(top_builddir)/lib/libcurlu.la
 
74
am__unit1301_SOURCES_DIST = unit1301.c curlcheck.h
 
75
@CURLDEBUG_TRUE@am_unit1301_OBJECTS = unit1301.$(OBJEXT) \
 
76
@CURLDEBUG_TRUE@        $(am__objects_1)
 
77
unit1301_OBJECTS = $(am_unit1301_OBJECTS)
 
78
unit1301_LDADD = $(LDADD)
 
79
@CURLDEBUG_TRUE@unit1301_DEPENDENCIES =  \
 
80
@CURLDEBUG_TRUE@        $(top_builddir)/tests/libtest/first.o \
 
81
@CURLDEBUG_TRUE@        $(top_builddir)/lib/libcurlu.la
 
82
am__unit1302_SOURCES_DIST = unit1302.c curlcheck.h
 
83
@CURLDEBUG_TRUE@am_unit1302_OBJECTS = unit1302.$(OBJEXT) \
 
84
@CURLDEBUG_TRUE@        $(am__objects_1)
 
85
unit1302_OBJECTS = $(am_unit1302_OBJECTS)
 
86
unit1302_LDADD = $(LDADD)
 
87
@CURLDEBUG_TRUE@unit1302_DEPENDENCIES =  \
 
88
@CURLDEBUG_TRUE@        $(top_builddir)/tests/libtest/first.o \
 
89
@CURLDEBUG_TRUE@        $(top_builddir)/lib/libcurlu.la
 
90
am__unit1303_SOURCES_DIST = unit1303.c curlcheck.h
 
91
@CURLDEBUG_TRUE@am_unit1303_OBJECTS = unit1303.$(OBJEXT) \
 
92
@CURLDEBUG_TRUE@        $(am__objects_1)
 
93
unit1303_OBJECTS = $(am_unit1303_OBJECTS)
 
94
unit1303_LDADD = $(LDADD)
 
95
@CURLDEBUG_TRUE@unit1303_DEPENDENCIES =  \
 
96
@CURLDEBUG_TRUE@        $(top_builddir)/tests/libtest/first.o \
 
97
@CURLDEBUG_TRUE@        $(top_builddir)/lib/libcurlu.la
 
98
am__unit1304_SOURCES_DIST = unit1304.c curlcheck.h
 
99
@CURLDEBUG_TRUE@am_unit1304_OBJECTS = unit1304.$(OBJEXT) \
 
100
@CURLDEBUG_TRUE@        $(am__objects_1)
 
101
unit1304_OBJECTS = $(am_unit1304_OBJECTS)
 
102
unit1304_LDADD = $(LDADD)
 
103
@CURLDEBUG_TRUE@unit1304_DEPENDENCIES =  \
 
104
@CURLDEBUG_TRUE@        $(top_builddir)/tests/libtest/first.o \
 
105
@CURLDEBUG_TRUE@        $(top_builddir)/lib/libcurlu.la
 
106
DEFAULT_INCLUDES = 
 
107
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
108
am__depfiles_maybe = depfiles
 
109
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
110
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
111
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
112
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
113
        $(AM_CFLAGS) $(CFLAGS)
 
114
CCLD = $(CC)
 
115
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
116
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
117
SOURCES = $(unit1300_SOURCES) $(unit1301_SOURCES) $(unit1302_SOURCES) \
 
118
        $(unit1303_SOURCES) $(unit1304_SOURCES)
 
119
DIST_SOURCES = $(am__unit1300_SOURCES_DIST) \
 
120
        $(am__unit1301_SOURCES_DIST) $(am__unit1302_SOURCES_DIST) \
 
121
        $(am__unit1303_SOURCES_DIST) $(am__unit1304_SOURCES_DIST)
 
122
ETAGS = etags
 
123
CTAGS = ctags
 
124
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
125
ACLOCAL = @ACLOCAL@
 
126
AMDEP_FALSE = @AMDEP_FALSE@
 
127
AMDEP_TRUE = @AMDEP_TRUE@
 
128
AMTAR = @AMTAR@
 
129
AR = @AR@
 
130
AS = @AS@
 
131
AUTOCONF = @AUTOCONF@
 
132
AUTOHEADER = @AUTOHEADER@
 
133
AUTOMAKE = @AUTOMAKE@
 
134
AWK = @AWK@
 
135
BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
 
136
BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
 
137
CC = @CC@
 
138
CCDEPMODE = @CCDEPMODE@
 
139
CFLAGS = @CFLAGS@
 
140
CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
 
141
CPP = @CPP@
 
142
CPPFLAGS = @CPPFLAGS@
 
143
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
 
144
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
 
145
CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
 
146
CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
 
147
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
 
148
CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
 
149
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
 
150
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
 
151
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
 
152
CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
 
153
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
 
154
CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
 
155
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
 
156
CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
 
157
CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
 
158
CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
 
159
CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
 
160
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
 
161
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
 
162
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
 
163
CURL_LIBS = @CURL_LIBS@
 
164
CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
 
165
CYGPATH_W = @CYGPATH_W@
 
166
DEFS = @DEFS@
 
167
DEPDIR = @DEPDIR@
 
168
DLLTOOL = @DLLTOOL@
 
169
DSYMUTIL = @DSYMUTIL@
 
170
DUMPBIN = @DUMPBIN@
 
171
ECHO_C = @ECHO_C@
 
172
ECHO_N = @ECHO_N@
 
173
ECHO_T = @ECHO_T@
 
174
EGREP = @EGREP@
 
175
ENABLE_SHARED = @ENABLE_SHARED@
 
176
EXEEXT = @EXEEXT@
 
177
FGREP = @FGREP@
 
178
GREP = @GREP@
 
179
HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
 
180
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
 
181
HAVE_LIBZ = @HAVE_LIBZ@
 
182
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
 
183
HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
 
184
HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
 
185
IDN_ENABLED = @IDN_ENABLED@
 
186
INSTALL_DATA = @INSTALL_DATA@
 
187
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
188
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
189
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
190
IPV6_ENABLED = @IPV6_ENABLED@
 
191
KRB4_ENABLED = @KRB4_ENABLED@
 
192
LD = @LD@
 
193
LDFLAGS = @LDFLAGS@
 
194
LIBCURL_LIBS = @LIBCURL_LIBS@
 
195
LIBOBJS = @LIBOBJS@
 
196
LIBS = @LIBS@
 
197
LIBTOOL = @LIBTOOL@
 
198
LIPO = @LIPO@
 
199
LN_S = @LN_S@
 
200
LTLIBOBJS = @LTLIBOBJS@
 
201
MAINT = @MAINT@
 
202
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
203
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
204
MAKEINFO = @MAKEINFO@
 
205
MANOPT = @MANOPT@
 
206
MIMPURE_FALSE = @MIMPURE_FALSE@
 
207
MIMPURE_TRUE = @MIMPURE_TRUE@
 
208
NM = @NM@
 
209
NMEDIT = @NMEDIT@
 
210
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
 
211
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
 
212
NROFF = @NROFF@
 
213
OBJDUMP = @OBJDUMP@
 
214
OBJEXT = @OBJEXT@
 
215
OTOOL = @OTOOL@
 
216
OTOOL64 = @OTOOL64@
 
217
PACKAGE = @PACKAGE@
 
218
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
219
PACKAGE_NAME = @PACKAGE_NAME@
 
220
PACKAGE_STRING = @PACKAGE_STRING@
 
221
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
222
PACKAGE_URL = @PACKAGE_URL@
 
223
PACKAGE_VERSION = @PACKAGE_VERSION@
 
224
PATH = @PATH@
 
225
PATH_SEPARATOR = @PATH_SEPARATOR@
 
226
PERL = @PERL@
 
227
PKGADD_NAME = @PKGADD_NAME@
 
228
PKGADD_PKG = @PKGADD_PKG@
 
229
PKGADD_VENDOR = @PKGADD_VENDOR@
 
230
PKGCONFIG = @PKGCONFIG@
 
231
RANDOM_FILE = @RANDOM_FILE@
 
232
RANLIB = @RANLIB@
 
233
REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
 
234
SED = @SED@
 
235
SET_MAKE = @SET_MAKE@
 
236
SHELL = @SHELL@
 
237
SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
 
238
SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
 
239
SSL_ENABLED = @SSL_ENABLED@
 
240
STATICLIB_FALSE = @STATICLIB_FALSE@
 
241
STATICLIB_TRUE = @STATICLIB_TRUE@
 
242
STRIP = @STRIP@
 
243
SUPPORT_FEATURES = @SUPPORT_FEATURES@
 
244
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
 
245
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
 
246
USE_ARES = @USE_ARES@
 
247
USE_AXTLS = @USE_AXTLS@
 
248
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
 
249
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
 
250
USE_GNUTLS = @USE_GNUTLS@
 
251
USE_LIBRTMP = @USE_LIBRTMP@
 
252
USE_LIBSSH2 = @USE_LIBSSH2@
 
253
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
 
254
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
 
255
USE_NSS = @USE_NSS@
 
256
USE_OPENLDAP = @USE_OPENLDAP@
 
257
USE_POLARSSL = @USE_POLARSSL@
 
258
USE_SSLEAY = @USE_SSLEAY@
 
259
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
 
260
VERSION = @VERSION@
 
261
VERSIONNUM = @VERSIONNUM@
 
262
ac_ct_CC = @ac_ct_CC@
 
263
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
264
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
265
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
266
am__include = @am__include@
 
267
am__leading_dot = @am__leading_dot@
 
268
am__quote = @am__quote@
 
269
am__tar = @am__tar@
 
270
am__untar = @am__untar@
 
271
bindir = @bindir@
 
272
build = @build@
 
273
build_alias = @build_alias@
 
274
build_cpu = @build_cpu@
 
275
build_os = @build_os@
 
276
build_vendor = @build_vendor@
 
277
datadir = @datadir@
 
278
datarootdir = @datarootdir@
 
279
docdir = @docdir@
 
280
dvidir = @dvidir@
 
281
exec_prefix = @exec_prefix@
 
282
host = @host@
 
283
host_alias = @host_alias@
 
284
host_cpu = @host_cpu@
 
285
host_os = @host_os@
 
286
host_vendor = @host_vendor@
 
287
htmldir = @htmldir@
 
288
includedir = @includedir@
 
289
infodir = @infodir@
 
290
install_sh = @install_sh@
 
291
libdir = @libdir@
 
292
libexecdir = @libexecdir@
 
293
libext = @libext@
 
294
localedir = @localedir@
 
295
localstatedir = @localstatedir@
 
296
lt_ECHO = @lt_ECHO@
 
297
mandir = @mandir@
 
298
mkdir_p = @mkdir_p@
 
299
oldincludedir = @oldincludedir@
 
300
pdfdir = @pdfdir@
 
301
prefix = @prefix@
 
302
program_transform_name = @program_transform_name@
 
303
psdir = @psdir@
 
304
sbindir = @sbindir@
 
305
sharedstatedir = @sharedstatedir@
 
306
subdirs = @subdirs@
 
307
sysconfdir = @sysconfdir@
 
308
target_alias = @target_alias@
 
309
 
 
310
#***************************************************************************
 
311
#                                  _   _ ____  _
 
312
#  Project                     ___| | | |  _ \| |
 
313
#                             / __| | | | |_) | |
 
314
#                            | (__| |_| |  _ <| |___
 
315
#                             \___|\___/|_| \_\_____|
 
316
#
 
317
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
318
#
 
319
# This software is licensed as described in the file COPYING, which
 
320
# you should have received as part of this distribution. The terms
 
321
# are also available at http://curl.haxx.se/docs/copyright.html.
 
322
#
 
323
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
 
324
# copies of the Software, and permit persons to whom the Software is
 
325
# furnished to do so, under the terms of the COPYING file.
 
326
#
 
327
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 
328
# KIND, either express or implied.
 
329
#
 
330
###########################################################################
 
331
AUTOMAKE_OPTIONS = foreign nostdinc
 
332
@USE_EMBEDDED_ARES_FALSE@INCLUDES = -I$(top_builddir)/include/curl \
 
333
@USE_EMBEDDED_ARES_FALSE@           -I$(top_builddir)/include      \
 
334
@USE_EMBEDDED_ARES_FALSE@           -I$(top_srcdir)/include        \
 
335
@USE_EMBEDDED_ARES_FALSE@           -I$(top_builddir)/lib          \
 
336
@USE_EMBEDDED_ARES_FALSE@           -I$(top_srcdir)/lib                   \
 
337
@USE_EMBEDDED_ARES_FALSE@          -I$(top_srcdir)/tests/libtest
 
338
 
 
339
 
 
340
# Specify our include paths here, and do it relative to $(top_srcdir) and
 
341
# $(top_builddir), to ensure that these paths which belong to the library
 
342
# being currently built and tested are searched before the library which
 
343
# might possibly already be installed in the system.
 
344
#
 
345
# $(top_builddir)/include/curl for generated curlbuild.h included from curl.h
 
346
# $(top_builddir)/include for generated curlbuild.h included from lib/setup.h
 
347
# $(top_srcdir)/include is for libcurl's external include files
 
348
# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
 
349
# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
 
350
# $(top_builddir)/ares is for in-tree c-ares's generated ares_build.h file
 
351
# $(top_srcdir)/ares is for in-tree c-ares's external include files
 
352
@USE_EMBEDDED_ARES_TRUE@INCLUDES = -I$(top_builddir)/include/curl \
 
353
@USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/include      \
 
354
@USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/include        \
 
355
@USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/lib          \
 
356
@USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/lib            \
 
357
@USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/tests/libtest  \
 
358
@USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/ares         \
 
359
@USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/ares
 
360
 
 
361
@CURLDEBUG_TRUE@EXTRA_DIST = Makefile.inc
 
362
@CURLDEBUG_TRUE@LDADD = $(top_builddir)/tests/libtest/first.o $(top_builddir)/lib/libcurlu.la \
 
363
@CURLDEBUG_TRUE@        @CURL_LIBS@
 
364
 
 
365
@CURLDEBUG_TRUE@DEPENDENCIES = $(top_builddir)/lib/libcurlu.la
 
366
@CURLDEBUG_TRUE@UNITFILES = curlcheck.h
 
367
@CURLDEBUG_TRUE@unit1300_SOURCES = unit1300.c $(UNITFILES)
 
368
@CURLDEBUG_TRUE@unit1301_SOURCES = unit1301.c $(UNITFILES)
 
369
@CURLDEBUG_TRUE@unit1302_SOURCES = unit1302.c $(UNITFILES)
 
370
@CURLDEBUG_TRUE@unit1303_SOURCES = unit1303.c $(UNITFILES)
 
371
@CURLDEBUG_TRUE@unit1304_SOURCES = unit1304.c $(UNITFILES)
 
372
 
 
373
# Makefile.inc provides the source defines (TESTUTIL, SUPPORTFILES,
 
374
# noinst_PROGRAMS, lib*_SOURCES, and lib*_CFLAGS)
 
375
 
 
376
# The -no-undefined flag is crucial to build fine on some platforms
 
377
@CURLDEBUG_TRUE@@NO_UNDEFINED_TRUE@UNDEF = -no-undefined
 
378
all: all-am
 
379
 
 
380
.SUFFIXES:
 
381
.SUFFIXES: .c .lo .o .obj
 
382
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
 
383
        @for dep in $?; do \
 
384
          case '$(am__configure_deps)' in \
 
385
            *$$dep*) \
 
386
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
387
                && exit 0; \
 
388
              exit 1;; \
 
389
          esac; \
 
390
        done; \
 
391
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/unit/Makefile'; \
 
392
        cd $(top_srcdir) && \
 
393
          $(AUTOMAKE) --foreign  tests/unit/Makefile
 
394
.PRECIOUS: Makefile
 
395
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
396
        @case '$?' in \
 
397
          *config.status*) \
 
398
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
399
          *) \
 
400
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
401
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
402
        esac;
 
403
 
 
404
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
405
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
406
 
 
407
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
408
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
409
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
410
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
411
 
 
412
clean-noinstPROGRAMS:
 
413
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
414
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
415
          echo " rm -f $$p $$f"; \
 
416
          rm -f $$p $$f ; \
 
417
        done
 
418
unit1300$(EXEEXT): $(unit1300_OBJECTS) $(unit1300_DEPENDENCIES) 
 
419
        @rm -f unit1300$(EXEEXT)
 
420
        $(LINK) $(unit1300_LDFLAGS) $(unit1300_OBJECTS) $(unit1300_LDADD) $(LIBS)
 
421
unit1301$(EXEEXT): $(unit1301_OBJECTS) $(unit1301_DEPENDENCIES) 
 
422
        @rm -f unit1301$(EXEEXT)
 
423
        $(LINK) $(unit1301_LDFLAGS) $(unit1301_OBJECTS) $(unit1301_LDADD) $(LIBS)
 
424
unit1302$(EXEEXT): $(unit1302_OBJECTS) $(unit1302_DEPENDENCIES) 
 
425
        @rm -f unit1302$(EXEEXT)
 
426
        $(LINK) $(unit1302_LDFLAGS) $(unit1302_OBJECTS) $(unit1302_LDADD) $(LIBS)
 
427
unit1303$(EXEEXT): $(unit1303_OBJECTS) $(unit1303_DEPENDENCIES) 
 
428
        @rm -f unit1303$(EXEEXT)
 
429
        $(LINK) $(unit1303_LDFLAGS) $(unit1303_OBJECTS) $(unit1303_LDADD) $(LIBS)
 
430
unit1304$(EXEEXT): $(unit1304_OBJECTS) $(unit1304_DEPENDENCIES) 
 
431
        @rm -f unit1304$(EXEEXT)
 
432
        $(LINK) $(unit1304_LDFLAGS) $(unit1304_OBJECTS) $(unit1304_LDADD) $(LIBS)
 
433
 
 
434
mostlyclean-compile:
 
435
        -rm -f *.$(OBJEXT)
 
436
 
 
437
distclean-compile:
 
438
        -rm -f *.tab.c
 
439
 
 
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit1300.Po@am__quote@
 
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit1301.Po@am__quote@
 
442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit1302.Po@am__quote@
 
443
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit1303.Po@am__quote@
 
444
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit1304.Po@am__quote@
 
445
 
 
446
.c.o:
 
447
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
448
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
452
 
 
453
.c.obj:
 
454
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
455
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
458
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
459
 
 
460
.c.lo:
 
461
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
462
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
465
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
466
 
 
467
mostlyclean-libtool:
 
468
        -rm -f *.lo
 
469
 
 
470
clean-libtool:
 
471
        -rm -rf .libs _libs
 
472
 
 
473
distclean-libtool:
 
474
        -rm -f libtool
 
475
uninstall-info-am:
 
476
 
 
477
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
478
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
479
        unique=`for i in $$list; do \
 
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
481
          done | \
 
482
          $(AWK) '    { files[$$0] = 1; } \
 
483
               END { for (i in files) print i; }'`; \
 
484
        mkid -fID $$unique
 
485
tags: TAGS
 
486
 
 
487
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
488
                $(TAGS_FILES) $(LISP)
 
489
        tags=; \
 
490
        here=`pwd`; \
 
491
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
492
        unique=`for i in $$list; do \
 
493
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
494
          done | \
 
495
          $(AWK) '    { files[$$0] = 1; } \
 
496
               END { for (i in files) print i; }'`; \
 
497
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
498
          test -n "$$unique" || unique=$$empty_fix; \
 
499
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
500
            $$tags $$unique; \
 
501
        fi
 
502
ctags: CTAGS
 
503
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
504
                $(TAGS_FILES) $(LISP)
 
505
        tags=; \
 
506
        here=`pwd`; \
 
507
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
508
        unique=`for i in $$list; do \
 
509
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
510
          done | \
 
511
          $(AWK) '    { files[$$0] = 1; } \
 
512
               END { for (i in files) print i; }'`; \
 
513
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
514
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
515
             $$tags $$unique
 
516
 
 
517
GTAGS:
 
518
        here=`$(am__cd) $(top_builddir) && pwd` \
 
519
          && cd $(top_srcdir) \
 
520
          && gtags -i $(GTAGS_ARGS) $$here
 
521
 
 
522
distclean-tags:
 
523
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
524
 
 
525
distdir: $(DISTFILES)
 
526
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
527
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
528
        list='$(DISTFILES)'; for file in $$list; do \
 
529
          case $$file in \
 
530
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
531
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
532
          esac; \
 
533
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
534
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
535
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
536
            dir="/$$dir"; \
 
537
            $(mkdir_p) "$(distdir)$$dir"; \
 
538
          else \
 
539
            dir=''; \
 
540
          fi; \
 
541
          if test -d $$d/$$file; then \
 
542
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
543
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
544
            fi; \
 
545
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
546
          else \
 
547
            test -f $(distdir)/$$file \
 
548
            || cp -p $$d/$$file $(distdir)/$$file \
 
549
            || exit 1; \
 
550
          fi; \
 
551
        done
 
552
check-am: all-am
 
553
check: check-am
 
554
all-am: Makefile $(PROGRAMS)
 
555
installdirs:
 
556
install: install-am
 
557
install-exec: install-exec-am
 
558
install-data: install-data-am
 
559
uninstall: uninstall-am
 
560
 
 
561
install-am: all-am
 
562
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
563
 
 
564
installcheck: installcheck-am
 
565
install-strip:
 
566
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
567
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
568
          `test -z '$(STRIP)' || \
 
569
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
570
mostlyclean-generic:
 
571
 
 
572
clean-generic:
 
573
 
 
574
distclean-generic:
 
575
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
576
 
 
577
maintainer-clean-generic:
 
578
        @echo "This command is intended for maintainers to use"
 
579
        @echo "it deletes files that may require special tools to rebuild."
 
580
clean: clean-am
 
581
 
 
582
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
583
        mostlyclean-am
 
584
 
 
585
distclean: distclean-am
 
586
        -rm -rf ./$(DEPDIR)
 
587
        -rm -f Makefile
 
588
distclean-am: clean-am distclean-compile distclean-generic \
 
589
        distclean-libtool distclean-tags
 
590
 
 
591
dvi: dvi-am
 
592
 
 
593
dvi-am:
 
594
 
 
595
html: html-am
 
596
 
 
597
info: info-am
 
598
 
 
599
info-am:
 
600
 
 
601
install-data-am:
 
602
 
 
603
install-exec-am:
 
604
 
 
605
install-info: install-info-am
 
606
 
 
607
install-man:
 
608
 
 
609
installcheck-am:
 
610
 
 
611
maintainer-clean: maintainer-clean-am
 
612
        -rm -rf ./$(DEPDIR)
 
613
        -rm -f Makefile
 
614
maintainer-clean-am: distclean-am maintainer-clean-generic
 
615
 
 
616
mostlyclean: mostlyclean-am
 
617
 
 
618
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
619
        mostlyclean-libtool
 
620
 
 
621
pdf: pdf-am
 
622
 
 
623
pdf-am:
 
624
 
 
625
ps: ps-am
 
626
 
 
627
ps-am:
 
628
 
 
629
uninstall-am: uninstall-info-am
 
630
 
 
631
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
632
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
633
        distclean-compile distclean-generic distclean-libtool \
 
634
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
635
        install install-am install-data install-data-am install-exec \
 
636
        install-exec-am install-info install-info-am install-man \
 
637
        install-strip installcheck installcheck-am installdirs \
 
638
        maintainer-clean maintainer-clean-generic mostlyclean \
 
639
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
640
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
641
        uninstall-info-am
 
642
 
 
643
 
 
644
# do nothing if debug was not enabled
 
645
@CURLDEBUG_FALSE@all:
 
646
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
647
# Otherwise a system limit (for SysV at least) may be exceeded.
 
648
.NOEXPORT: