~ubuntu-branches/ubuntu/saucy/curl/saucy-security

« back to all changes in this revision

Viewing changes to .pc/nss/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
curl_LDADD = $(top_builddir)/lib/libcurl-gnutls.la -lrt @CURL_LIBS@
53
53
curl_DEPENDENCIES = $(top_builddir)/lib/libcurl-gnutls.la
54
 
BUILT_SOURCES = hugehelp.c
55
 
CLEANFILES = hugehelp.c
 
54
BUILT_SOURCES = hugehelp.c config-win32.h
 
55
CLEANFILES = hugehelp.c config-win32.h
56
56
# Use the C locale to ensure that only ASCII characters appear in the
57
57
# embedded text.
58
58
NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
68
68
README=$(top_srcdir)/docs/MANUAL
69
69
MKHELP=$(top_srcdir)/src/mkhelp.pl
70
70
HUGE=hugehelp.c
 
71
CFGWIN32=config-win32.h
 
72
 
 
73
$(CFGWIN32): $(top_srcdir)/lib/config-win32.h
 
74
        echo "creating $(CFGWIN32)"
 
75
        @(cp $(top_srcdir)/lib/config-win32.h $(CFGWIN32))
71
76
 
72
77
if USE_MANUAL
73
78
# Here are the stuff to create a built-in manual
97
102
endif
98
103
 
99
104
# ignore hugehelp.c since it is generated source code and it plays by slightly
100
 
# different rules!
 
105
# different rules! config-win32.h already checked in lib subdir.
101
106
checksrc:
102
 
        @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Whugehelp.c $(curl_SOURCES)
 
107
        @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Whugehelp.c -Wconfig-win32.h $(curl_SOURCES)
103
108
 
104
109
if CURLDEBUG
105
110
# for debug builds, we scan the sources on all regular make invokes