~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/libtest/Makefile.am

  • 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:
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: Makefile.am,v 1.70 2008-05-13 21:42:08 bagder Exp $
 
21
# $Id: Makefile.am,v 1.78 2008-11-11 21:59:25 bagder Exp $
22
22
###########################################################################
23
23
AUTOMAKE_OPTIONS = foreign nostdinc
24
24
 
25
 
# $(top_srcdir)/include/curl is for the main curl include files, to make it
26
 
# easier to include this specific set of curl headers, and NOT the ones
27
 
# possibly already installed in the system.
28
 
# -I$(top_srcdir)/lib is for the setup.h file, included by test.h
29
 
# -I$(top_builddir)/lib is for the config.h file, possibly included by the
30
 
# setup.h file
 
25
# Specify our include paths here, and do it relative to $(top_srcdir) and
 
26
# $(top_builddir), to ensure that these paths which belong to the library
 
27
# being currently built and tested are searched before the library which
 
28
# might possibly already be installed in the system.
 
29
#
 
30
# $(top_builddir)/include is for libcurl's generated curl/curlbuild.h file
 
31
# $(top_srcdir)/include is for libcurl's external include files
 
32
# $(top_builddir)/lib is for libcurl's generated lib/config.h file
 
33
# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
31
34
 
32
 
INCLUDES = -I$(top_srcdir)/include/curl \
33
 
           -I$(top_builddir)/lib   \
 
35
INCLUDES = -I$(top_builddir)/include \
 
36
           -I$(top_srcdir)/include   \
 
37
           -I$(top_builddir)/lib     \
34
38
           -I$(top_srcdir)/lib 
35
39
 
36
40
LIBDIR = $(top_builddir)/lib
48
52
  lib507 lib508 lib510 lib511 lib512 lib513 lib514 lib515 lib516        \
49
53
  lib517 lib518 lib519 lib520 lib521 lib523 lib524 lib525 lib526 lib527 \
50
54
  lib529 lib530 lib532 lib533 lib536 lib537 lib540 lib541 lib542 lib543 \
51
 
  lib544 lib545 lib547 lib548 lib549 lib552 lib553 lib554 lib555 lib556
 
55
  lib544 lib545 lib547 lib548 lib549 lib552 lib553 lib554 lib555 lib556 \
 
56
  lib539 lib557 lib558 lib559 lib560
52
57
 
53
58
# Dependencies (may need to be overriden)
54
59
LDADD = $(LIBDIR)/libcurl.la
124
129
 
125
130
lib537_SOURCES = lib537.c $(SUPPORTFILES)
126
131
 
 
132
lib539_SOURCES = lib539.c $(SUPPORTFILES)
 
133
 
127
134
lib540_SOURCES = lib540.c $(SUPPORTFILES)
128
135
 
129
136
lib541_SOURCES = lib541.c $(SUPPORTFILES)
153
160
lib554_SOURCES = lib554.c $(SUPPORTFILES)
154
161
 
155
162
lib556_SOURCES = lib556.c $(SUPPORTFILES)
 
163
 
 
164
lib557_SOURCES = lib557.c $(SUPPORTFILES)
 
165
 
 
166
lib558_SOURCES = lib558.c $(SUPPORTFILES)
 
167
lib558_CFLAGS = -DLIB558
 
168
 
 
169
lib559_SOURCES = lib558.c $(SUPPORTFILES)
 
170
lib559_CFLAGS = -DLIB559
 
171
 
 
172
lib560_SOURCES = lib560.c $(SUPPORTFILES)