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

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • 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:
352
352
curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)
353
353
curl_LDADD = $(top_builddir)/lib/libcurl.la @CURL_LIBS@
354
354
curl_DEPENDENCIES = $(top_builddir)/lib/libcurl.la
355
 
BUILT_SOURCES = hugehelp.c
356
 
CLEANFILES = hugehelp.c
 
355
BUILT_SOURCES = hugehelp.c config-win32.h
 
356
CLEANFILES = hugehelp.c config-win32.h
357
357
EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
358
358
        curl_config.h.in macos/curl.mcp.xml.sit.hqx                       \
359
359
        macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp vc6curlsrc.dsp \
365
365
README = $(top_srcdir)/docs/MANUAL
366
366
MKHELP = $(top_srcdir)/src/mkhelp.pl
367
367
HUGE = hugehelp.c
 
368
CFGWIN32 = config-win32.h
368
369
all: $(BUILT_SOURCES) curl_config.h
369
370
        $(MAKE) $(AM_MAKEFLAGS) all-am
370
371
 
732
733
        uninstall-info-am
733
734
 
734
735
 
 
736
$(CFGWIN32): $(top_srcdir)/lib/config-win32.h
 
737
        echo "creating $(CFGWIN32)"
 
738
        @(cp $(top_srcdir)/lib/config-win32.h $(CFGWIN32))
 
739
 
735
740
# Here are the stuff to create a built-in manual
736
741
 
737
742
# This generates the hugehelp.c file in both uncompressed and compressed formats
754
759
@USE_MANUAL_FALSE@      echo "void hugehelp(void) {}" >>$(HUGE)
755
760
 
756
761
# ignore hugehelp.c since it is generated source code and it plays by slightly
757
 
# different rules!
 
762
# different rules! config-win32.h already checked in lib subdir.
758
763
checksrc:
759
 
        @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Whugehelp.c $(curl_SOURCES)
 
764
        @@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/src -Whugehelp.c -Wconfig-win32.h $(curl_SOURCES)
760
765
 
761
766
# for debug builds, we scan the sources on all regular make invokes
762
767
@CURLDEBUG_TRUE@all-local: checksrc