~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2009-11-05 10:11:57 UTC
  • mto: (3.3.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 41.
  • Revision ID: james.westby@ubuntu.com-20091105101157-bj4sosg9l00k9c08
Tags: upstream-7.19.7
ImportĀ upstreamĀ versionĀ 7.19.7

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.61 2009-05-08 18:55:43 yangtse Exp $
 
21
# $Id: Makefile.am,v 1.64 2009-07-14 13:25:14 gknauf Exp $
22
22
###########################################################################
23
23
AUTOMAKE_OPTIONS = foreign nostdinc
24
24
 
29
29
#
30
30
# $(top_builddir)/include is for libcurl's generated curl/curlbuild.h file
31
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
 
32
# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
 
33
# $(top_builddir)/src is for curl's generated src/curl_config.h file
34
34
# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
35
35
# $(top_srcdir)/src is for curl's src/setup.h and "curl-private" files
36
36
 
45
45
 
46
46
include Makefile.inc
47
47
 
48
 
curl_LDADD = ../lib/libcurl.la @CURL_LIBS@
49
 
curl_DEPENDENCIES = ../lib/libcurl.la
 
48
curl_LDADD = $(top_builddir)/lib/libcurl.la @CURL_LIBS@
 
49
curl_DEPENDENCIES = $(top_builddir)/lib/libcurl.la
50
50
BUILT_SOURCES = hugehelp.c
51
51
CLEANFILES = hugehelp.c
52
52
# Use the C locale to ensure that only ASCII characters appear in the
54
54
NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
55
55
 
56
56
EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
57
 
        Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx            \
 
57
        Makefile.riscos curl_config.h.in macos/curl.mcp.xml.sit.hqx       \
58
58
        macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp vc6curlsrc.dsp \
59
59
        macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc  \
60
60
        Makefile.netware Makefile.inc Makefile.Watcom vc6curlsrc.dsw      \