~ubuntu-branches/ubuntu/saucy/curl/saucy-proposed

« back to all changes in this revision

Viewing changes to packages/Win32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-06-24 13:36:52 UTC
  • mfrom: (3.4.39 sid)
  • Revision ID: package-import@ubuntu.com-20130624133652-1wztz5sq3qju2o2e
Tags: 7.31.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = packages/Win32
54
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(top_srcdir)/mkinstalldirs README
55
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
84
am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
57
85
        $(top_srcdir)/m4/curl-confopts.m4 \
76
104
        $(top_builddir)/include/curl/curlbuild.h
77
105
CONFIG_CLEAN_FILES =
78
106
CONFIG_CLEAN_VPATH_FILES =
 
107
AM_V_P = $(am__v_P_@AM_V@)
 
108
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
109
am__v_P_0 = false
 
110
am__v_P_1 = :
 
111
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
112
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
113
am__v_GEN_0 = @echo "  GEN     " $@;
 
114
am__v_GEN_1 = 
 
115
AM_V_at = $(am__v_at_@AM_V@)
 
116
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
117
am__v_at_0 = @
 
118
am__v_at_1 = 
79
119
SOURCES =
80
120
DIST_SOURCES =
81
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
 
        html-recursive info-recursive install-data-recursive \
83
 
        install-dvi-recursive install-exec-recursive \
84
 
        install-html-recursive install-info-recursive \
85
 
        install-pdf-recursive install-ps-recursive install-recursive \
86
 
        installcheck-recursive installdirs-recursive pdf-recursive \
87
 
        ps-recursive uninstall-recursive
 
121
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
122
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
123
        install-data-recursive install-dvi-recursive \
 
124
        install-exec-recursive install-html-recursive \
 
125
        install-info-recursive install-pdf-recursive \
 
126
        install-ps-recursive install-recursive installcheck-recursive \
 
127
        installdirs-recursive pdf-recursive ps-recursive \
 
128
        tags-recursive uninstall-recursive
88
129
am__can_run_installinfo = \
89
130
  case $$AM_UPDATE_INFO_DIR in \
90
131
    n|no|NO) false;; \
92
133
  esac
93
134
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94
135
  distclean-recursive maintainer-clean-recursive
95
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
136
am__recursive_targets = \
 
137
  $(RECURSIVE_TARGETS) \
 
138
  $(RECURSIVE_CLEAN_TARGETS) \
 
139
  $(am__extra_recursive_targets)
 
140
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
97
141
        distdir
 
142
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
143
# Read a list of newline-separated strings from the standard input,
 
144
# and print each of them once, without duplicates.  Input order is
 
145
# *not* preserved.
 
146
am__uniquify_input = $(AWK) '\
 
147
  BEGIN { nonempty = 0; } \
 
148
  { items[$$0] = 1; nonempty = 1; } \
 
149
  END { if (nonempty) { for (i in items) print i; }; } \
 
150
'
 
151
# Make sure the list of sources is unique.  This is necessary because,
 
152
# e.g., the same source file might be shared among _SOURCES variables
 
153
# for different programs/libraries.
 
154
am__define_uniq_tagged_files = \
 
155
  list='$(am__tagged_files)'; \
 
156
  unique=`for i in $$list; do \
 
157
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
158
  done | $(am__uniquify_input)`
98
159
ETAGS = etags
99
160
CTAGS = ctags
100
161
DIST_SUBDIRS = $(SUBDIRS)
126
187
  reldir="$$dir2"
127
188
ACLOCAL = @ACLOCAL@
128
189
AMTAR = @AMTAR@
 
190
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129
191
AR = @AR@
130
192
AS = @AS@
131
193
AUTOCONF = @AUTOCONF@
172
234
ECHO_T = @ECHO_T@
173
235
EGREP = @EGREP@
174
236
ENABLE_SHARED = @ENABLE_SHARED@
 
237
ENABLE_STATIC = @ENABLE_STATIC@
175
238
EXEEXT = @EXEEXT@
176
239
FGREP = @FGREP@
177
240
GREP = @GREP@
349
412
        -rm -rf .libs _libs
350
413
 
351
414
# This directory's subdirectories are mostly independent; you can cd
352
 
# into them and run `make' without going through this Makefile.
353
 
# To change the values of `make' variables: instead of editing Makefiles,
354
 
# (1) if the variable is set in `config.status', edit `config.status'
355
 
#     (which will cause the Makefiles to be regenerated when you run `make');
356
 
# (2) otherwise, pass the desired values on the `make' command line.
357
 
$(RECURSIVE_TARGETS):
358
 
        @fail= failcom='exit 1'; \
359
 
        for f in x $$MAKEFLAGS; do \
360
 
          case $$f in \
361
 
            *=* | --[!k]*);; \
362
 
            *k*) failcom='fail=yes';; \
363
 
          esac; \
364
 
        done; \
 
415
# into them and run 'make' without going through this Makefile.
 
416
# To change the values of 'make' variables: instead of editing Makefiles,
 
417
# (1) if the variable is set in 'config.status', edit 'config.status'
 
418
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
419
# (2) otherwise, pass the desired values on the 'make' command line.
 
420
$(am__recursive_targets):
 
421
        @fail=; \
 
422
        if $(am__make_keepgoing); then \
 
423
          failcom='fail=yes'; \
 
424
        else \
 
425
          failcom='exit 1'; \
 
426
        fi; \
365
427
        dot_seen=no; \
366
428
        target=`echo $@ | sed s/-recursive//`; \
367
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
429
        case "$@" in \
 
430
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
431
          *) list='$(SUBDIRS)' ;; \
 
432
        esac; \
 
433
        for subdir in $$list; do \
368
434
          echo "Making $$target in $$subdir"; \
369
435
          if test "$$subdir" = "."; then \
370
436
            dot_seen=yes; \
379
445
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
380
446
        fi; test -z "$$fail"
381
447
 
382
 
$(RECURSIVE_CLEAN_TARGETS):
383
 
        @fail= failcom='exit 1'; \
384
 
        for f in x $$MAKEFLAGS; do \
385
 
          case $$f in \
386
 
            *=* | --[!k]*);; \
387
 
            *k*) failcom='fail=yes';; \
388
 
          esac; \
389
 
        done; \
390
 
        dot_seen=no; \
391
 
        case "$@" in \
392
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
393
 
          *) list='$(SUBDIRS)' ;; \
394
 
        esac; \
395
 
        rev=''; for subdir in $$list; do \
396
 
          if test "$$subdir" = "."; then :; else \
397
 
            rev="$$subdir $$rev"; \
398
 
          fi; \
399
 
        done; \
400
 
        rev="$$rev ."; \
401
 
        target=`echo $@ | sed s/-recursive//`; \
402
 
        for subdir in $$rev; do \
403
 
          echo "Making $$target in $$subdir"; \
404
 
          if test "$$subdir" = "."; then \
405
 
            local_target="$$target-am"; \
406
 
          else \
407
 
            local_target="$$target"; \
408
 
          fi; \
409
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410
 
          || eval $$failcom; \
411
 
        done && test -z "$$fail"
412
 
tags-recursive:
413
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
414
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
415
 
        done
416
 
ctags-recursive:
417
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
418
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
419
 
        done
420
 
 
421
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
422
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
423
 
        unique=`for i in $$list; do \
424
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
 
          done | \
426
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
428
 
        mkid -fID $$unique
429
 
tags: TAGS
430
 
 
431
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
432
 
                $(TAGS_FILES) $(LISP)
 
448
ID: $(am__tagged_files)
 
449
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
450
tags: tags-recursive
 
451
TAGS: tags
 
452
 
 
453
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
433
454
        set x; \
434
455
        here=`pwd`; \
435
456
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
445
466
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
446
467
          fi; \
447
468
        done; \
448
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
 
        unique=`for i in $$list; do \
450
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
 
          done | \
452
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
469
        $(am__define_uniq_tagged_files); \
454
470
        shift; \
455
471
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
456
472
          test -n "$$unique" || unique=$$empty_fix; \
462
478
              $$unique; \
463
479
          fi; \
464
480
        fi
465
 
ctags: CTAGS
466
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
467
 
                $(TAGS_FILES) $(LISP)
468
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469
 
        unique=`for i in $$list; do \
470
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
 
          done | \
472
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
481
ctags: ctags-recursive
 
482
 
 
483
CTAGS: ctags
 
484
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
485
        $(am__define_uniq_tagged_files); \
474
486
        test -z "$(CTAGS_ARGS)$$unique" \
475
487
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476
488
             $$unique
479
491
        here=`$(am__cd) $(top_builddir) && pwd` \
480
492
          && $(am__cd) $(top_srcdir) \
481
493
          && gtags -i $(GTAGS_ARGS) "$$here"
 
494
cscopelist: cscopelist-recursive
 
495
 
 
496
cscopelist-am: $(am__tagged_files)
 
497
        list='$(am__tagged_files)'; \
 
498
        case "$(srcdir)" in \
 
499
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
500
          *) sdir=$(subdir)/$(srcdir) ;; \
 
501
        esac; \
 
502
        for i in $$list; do \
 
503
          if test -f "$$i"; then \
 
504
            echo "$(subdir)/$$i"; \
 
505
          else \
 
506
            echo "$$sdir/$$i"; \
 
507
          fi; \
 
508
        done >> $(top_builddir)/cscope.files
482
509
 
483
510
distclean-tags:
484
511
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
639
666
 
640
667
uninstall-am:
641
668
 
642
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
643
 
        install-am install-strip tags-recursive
 
669
.MAKE: $(am__recursive_targets) install-am install-strip
644
670
 
645
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
646
 
        all all-am check check-am clean clean-generic clean-libtool \
647
 
        ctags ctags-recursive distclean distclean-generic \
648
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
649
 
        html-am info info-am install install-am install-data \
650
 
        install-data-am install-dvi install-dvi-am install-exec \
651
 
        install-exec-am install-html install-html-am install-info \
652
 
        install-info-am install-man install-pdf install-pdf-am \
653
 
        install-ps install-ps-am install-strip installcheck \
654
 
        installcheck-am installdirs installdirs-am maintainer-clean \
655
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
656
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
657
 
        uninstall uninstall-am
 
671
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
672
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
673
        ctags-am distclean distclean-generic distclean-libtool \
 
674
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
675
        install install-am install-data install-data-am install-dvi \
 
676
        install-dvi-am install-exec install-exec-am install-html \
 
677
        install-html-am install-info install-info-am install-man \
 
678
        install-pdf install-pdf-am install-ps install-ps-am \
 
679
        install-strip installcheck installcheck-am installdirs \
 
680
        installdirs-am maintainer-clean maintainer-clean-generic \
 
681
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
682
        ps ps-am tags tags-am uninstall uninstall-am
658
683
 
659
684
 
660
685
# Tell versions [3.59,3.63) of GNU make to not export all variables.