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

« back to all changes in this revision

Viewing changes to src/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:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
#
10
10
# This software is licensed as described in the file COPYING, which
11
11
# you should have received as part of this distribution. The terms
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.56 2007-12-19 21:19:01 danf Exp $
 
21
# $Id: Makefile.am,v 1.59 2008-08-29 02:08:11 yangtse Exp $
22
22
###########################################################################
23
23
AUTOMAKE_OPTIONS = foreign nostdinc
24
24
 
25
 
# we use srcdir/src for "private" includes
26
 
# we use srcdir/include for the static global include files
27
 
# we use builddir/src for the generated include files to get found
28
 
# we use srcdir/lib for the header files we "borrow" from the lib
 
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_builddir)/src is for curl's generated src/config.h file
 
34
# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
 
35
# $(top_srcdir)/src is for curl's src/setup.h and "curl-private" files
29
36
 
30
 
INCLUDES = -I$(top_srcdir)/include \
31
 
           -I$(top_builddir)/lib   \
32
 
           -I$(top_builddir)/src   \
33
 
           -I$(top_srcdir)/lib     \
 
37
INCLUDES = -I$(top_builddir)/include \
 
38
           -I$(top_srcdir)/include   \
 
39
           -I$(top_builddir)/lib     \
 
40
           -I$(top_builddir)/src     \
 
41
           -I$(top_srcdir)/lib       \
34
42
           -I$(top_srcdir)/src
35
43
 
36
44
bin_PROGRAMS = curl
47
55
 
48
56
EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
49
57
        Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx            \
50
 
        macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp                \
 
58
        macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp curlsrc.dsp    \
51
59
        macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc  \
52
 
        Makefile.netware Makefile.inc Makefile.Watcom
 
60
        Makefile.netware Makefile.inc Makefile.Watcom curlsrc.dsw
53
61
 
54
62
MANPAGE=$(top_srcdir)/docs/curl.1
55
63
README=$(top_srcdir)/docs/MANUAL