~ubuntu-branches/ubuntu/utopic/gupnp-tools/utopic-proposed

« back to all changes in this revision

Viewing changes to src/network-light/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-09-03 19:29:44 UTC
  • mfrom: (9.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130903192944-gvgyqynjh5n74h5d
Tags: 0.8.7-1
* Imported Upstream version 0.8.7
  - Fix argument order in UPnP calls. (Closes: #519464)
* use DEB_LDFLAGS_MAINT_APPEND and include buildflags.mk
  - avoids overriding hardening build flags
* Add build-dependency on autotools-dev
  - this lets CDBS automatically update config.guess/config.sub

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.2 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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
55
82
@OS_WIN32_TRUE@am__append_1 = network-light.res
56
83
@OS_WIN32_TRUE@am__append_2 = -Wl,-subsystem,windows
57
84
subdir = src/network-light
58
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
85
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
86
        $(top_srcdir)/build-aux/depcomp
59
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
88
am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
61
89
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
81
109
AM_V_lt = $(am__v_lt_@AM_V@)
82
110
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
83
111
am__v_lt_0 = --silent
 
112
am__v_lt_1 = 
84
113
gupnp_network_light_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
85
114
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
86
115
        $(AM_CFLAGS) $(CFLAGS) $(gupnp_network_light_LDFLAGS) \
87
116
        $(LDFLAGS) -o $@
 
117
AM_V_P = $(am__v_P_@AM_V@)
 
118
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
119
am__v_P_0 = false
 
120
am__v_P_1 = :
 
121
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
122
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
123
am__v_GEN_0 = @echo "  GEN     " $@;
 
124
am__v_GEN_1 = 
 
125
AM_V_at = $(am__v_at_@AM_V@)
 
126
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
127
am__v_at_0 = @
 
128
am__v_at_1 = 
88
129
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
89
130
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
90
131
am__depfiles_maybe = depfiles
97
138
        $(AM_CFLAGS) $(CFLAGS)
98
139
AM_V_CC = $(am__v_CC_@AM_V@)
99
140
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
100
 
am__v_CC_0 = @echo "  CC    " $@;
101
 
AM_V_at = $(am__v_at_@AM_V@)
102
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
103
 
am__v_at_0 = @
 
141
am__v_CC_0 = @echo "  CC      " $@;
 
142
am__v_CC_1 = 
104
143
CCLD = $(CC)
105
144
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106
145
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107
146
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
108
147
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
109
148
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
110
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
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   " $@;
 
149
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
150
am__v_CCLD_1 = 
114
151
SOURCES = $(gupnp_network_light_SOURCES)
115
152
DIST_SOURCES = $(gupnp_network_light_SOURCES)
116
153
am__can_run_installinfo = \
118
155
    n|no|NO) false;; \
119
156
    *) (install-info --version) >/dev/null 2>&1;; \
120
157
  esac
 
158
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
159
# Read a list of newline-separated strings from the standard input,
 
160
# and print each of them once, without duplicates.  Input order is
 
161
# *not* preserved.
 
162
am__uniquify_input = $(AWK) '\
 
163
  BEGIN { nonempty = 0; } \
 
164
  { items[$$0] = 1; nonempty = 1; } \
 
165
  END { if (nonempty) { for (i in items) print i; }; } \
 
166
'
 
167
# Make sure the list of sources is unique.  This is necessary because,
 
168
# e.g., the same source file might be shared among _SOURCES variables
 
169
# for different programs/libraries.
 
170
am__define_uniq_tagged_files = \
 
171
  list='$(am__tagged_files)'; \
 
172
  unique=`for i in $$list; do \
 
173
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
174
  done | $(am__uniquify_input)`
121
175
ETAGS = etags
122
176
CTAGS = ctags
123
177
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
363
417
        fi; \
364
418
        for p in $$list; do echo "$$p $$p"; done | \
365
419
        sed 's/$(EXEEXT)$$//' | \
366
 
        while read p p1; do if test -f $$p || test -f $$p1; \
367
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
420
        while read p p1; do if test -f $$p \
 
421
         || test -f $$p1 \
 
422
          ; then echo "$$p"; echo "$$p"; else :; fi; \
368
423
        done | \
369
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
424
        sed -e 'p;s,.*/,,;n;h' \
 
425
            -e 's|.*|.|' \
370
426
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
371
427
        sed 'N;N;N;s,\n, ,g' | \
372
428
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
387
443
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
388
444
        files=`for p in $$list; do echo "$$p"; done | \
389
445
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
390
 
              -e 's/$$/$(EXEEXT)/' `; \
 
446
              -e 's/$$/$(EXEEXT)/' \
 
447
        `; \
391
448
        test -n "$$list" || exit 0; \
392
449
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
393
450
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
400
457
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
401
458
        echo " rm -f" $$list; \
402
459
        rm -f $$list
 
460
 
403
461
gupnp-network-light$(EXEEXT): $(gupnp_network_light_OBJECTS) $(gupnp_network_light_DEPENDENCIES) $(EXTRA_gupnp_network_light_DEPENDENCIES) 
404
462
        @rm -f gupnp-network-light$(EXEEXT)
405
463
        $(AM_V_CCLD)$(gupnp_network_light_LINK) $(gupnp_network_light_OBJECTS) $(gupnp_network_light_LDADD) $(LIBS)
441
499
clean-libtool:
442
500
        -rm -rf .libs _libs
443
501
 
444
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
445
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
446
 
        unique=`for i in $$list; do \
447
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448
 
          done | \
449
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
451
 
        mkid -fID $$unique
452
 
tags: TAGS
 
502
ID: $(am__tagged_files)
 
503
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
504
tags: tags-am
 
505
TAGS: tags
453
506
 
454
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
455
 
                $(TAGS_FILES) $(LISP)
 
507
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456
508
        set x; \
457
509
        here=`pwd`; \
458
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
459
 
        unique=`for i in $$list; do \
460
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461
 
          done | \
462
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
510
        $(am__define_uniq_tagged_files); \
464
511
        shift; \
465
512
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466
513
          test -n "$$unique" || unique=$$empty_fix; \
472
519
              $$unique; \
473
520
          fi; \
474
521
        fi
475
 
ctags: CTAGS
476
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
477
 
                $(TAGS_FILES) $(LISP)
478
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
 
        unique=`for i in $$list; do \
480
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
 
          done | \
482
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
522
ctags: ctags-am
 
523
 
 
524
CTAGS: ctags
 
525
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
526
        $(am__define_uniq_tagged_files); \
484
527
        test -z "$(CTAGS_ARGS)$$unique" \
485
528
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486
529
             $$unique
489
532
        here=`$(am__cd) $(top_builddir) && pwd` \
490
533
          && $(am__cd) $(top_srcdir) \
491
534
          && gtags -i $(GTAGS_ARGS) "$$here"
 
535
cscopelist: cscopelist-am
 
536
 
 
537
cscopelist-am: $(am__tagged_files)
 
538
        list='$(am__tagged_files)'; \
 
539
        case "$(srcdir)" in \
 
540
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
541
          *) sdir=$(subdir)/$(srcdir) ;; \
 
542
        esac; \
 
543
        for i in $$list; do \
 
544
          if test -f "$$i"; then \
 
545
            echo "$(subdir)/$$i"; \
 
546
          else \
 
547
            echo "$$sdir/$$i"; \
 
548
          fi; \
 
549
        done >> $(top_builddir)/cscope.files
492
550
 
493
551
distclean-tags:
494
552
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
636
694
 
637
695
.MAKE: all check install install-am install-strip
638
696
 
639
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
640
 
        clean-generic clean-libtool ctags distclean distclean-compile \
641
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
642
 
        dvi-am html html-am info info-am install install-am \
643
 
        install-binPROGRAMS install-data install-data-am install-dvi \
644
 
        install-dvi-am install-exec install-exec-am install-html \
645
 
        install-html-am install-info install-info-am install-man \
646
 
        install-pdf install-pdf-am install-ps install-ps-am \
647
 
        install-strip installcheck installcheck-am installdirs \
648
 
        maintainer-clean maintainer-clean-generic mostlyclean \
649
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
650
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
651
 
        uninstall-binPROGRAMS
 
697
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
698
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
699
        ctags ctags-am distclean distclean-compile distclean-generic \
 
700
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
701
        html-am info info-am install install-am install-binPROGRAMS \
 
702
        install-data install-data-am install-dvi install-dvi-am \
 
703
        install-exec install-exec-am install-html install-html-am \
 
704
        install-info install-info-am install-man install-pdf \
 
705
        install-pdf-am install-ps install-ps-am install-strip \
 
706
        installcheck installcheck-am installdirs maintainer-clean \
 
707
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
708
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
709
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
652
710
 
653
711
 
654
712
@OS_WIN32_TRUE@network-light.res: network-light.rc