~ubuntu-branches/ubuntu/vivid/lxpanel/vivid-proposed

« back to all changes in this revision

Viewing changes to src/plugins/netstatus/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2013-08-29 01:07:11 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130829010711-w37y68x41f2q727x
Tags: 0.6.0-0ubuntu1
* New upstream release.
* debian/lxpanel.docs:
 - Remove TODO, since it's not in the sources anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    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 \
21
31
    case $$MAKEFLAGS in \
22
32
      *\\[\ \   ]*) \
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
 
  }
 
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))
35
63
pkgdatadir = $(datadir)/@PACKAGE@
36
64
pkgincludedir = $(includedir)/@PACKAGE@
37
65
pkglibdir = $(libdir)/@PACKAGE@
51
79
build_triplet = @build@
52
80
host_triplet = @host@
53
81
subdir = src/plugins/netstatus
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55
 
        $(top_srcdir)/depcomp COPYING
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp COPYING
56
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
85
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
86
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intltool.m4 \
 
87
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
88
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
89
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
90
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
91
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
92
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
58
93
        $(top_srcdir)/configure.ac
59
94
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
95
        $(ACLOCAL_M4)
61
 
mkinstalldirs = $(install_sh) -d
 
96
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62
97
CONFIG_HEADER = $(top_builddir)/config.h
63
98
CONFIG_CLEAN_FILES =
64
99
CONFIG_CLEAN_VPATH_FILES =
148
183
    n|no|NO) false;; \
149
184
    *) (install-info --version) >/dev/null 2>&1;; \
150
185
  esac
 
186
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
187
# Read a list of newline-separated strings from the standard input,
 
188
# and print each of them once, without duplicates.  Input order is
 
189
# *not* preserved.
 
190
am__uniquify_input = $(AWK) '\
 
191
  BEGIN { nonempty = 0; } \
 
192
  { items[$$0] = 1; nonempty = 1; } \
 
193
  END { if (nonempty) { for (i in items) print i; }; } \
 
194
'
 
195
# Make sure the list of sources is unique.  This is necessary because,
 
196
# e.g., the same source file might be shared among _SOURCES variables
 
197
# for different programs/libraries.
 
198
am__define_uniq_tagged_files = \
 
199
  list='$(am__tagged_files)'; \
 
200
  unique=`for i in $$list; do \
 
201
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
202
  done | $(am__uniquify_input)`
151
203
ETAGS = etags
152
204
CTAGS = ctags
153
205
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208
260
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
209
261
LD = @LD@
210
262
LDFLAGS = @LDFLAGS@
 
263
LIBICONV = @LIBICONV@
 
264
LIBINTL = @LIBINTL@
211
265
LIBOBJS = @LIBOBJS@
212
266
LIBS = @LIBS@
213
267
LIBTOOL = @LIBTOOL@
214
268
LIPO = @LIPO@
215
269
LN_S = @LN_S@
 
270
LTLIBICONV = @LTLIBICONV@
 
271
LTLIBINTL = @LTLIBINTL@
216
272
LTLIBOBJS = @LTLIBOBJS@
217
273
LXPANEL_MODULE = @LXPANEL_MODULE@
218
274
MAKEINFO = @MAKEINFO@
385
441
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
386
442
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
443
$(am__aclocal_m4_deps):
 
444
 
388
445
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
389
446
        @$(NORMAL_INSTALL)
390
447
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
419
476
          echo rm -f $${locs}; \
420
477
          rm -f $${locs}; \
421
478
        }
 
479
 
422
480
netstatus.la: $(netstatus_la_OBJECTS) $(netstatus_la_DEPENDENCIES) $(EXTRA_netstatus_la_DEPENDENCIES) 
423
481
        $(AM_V_CCLD)$(netstatus_la_LINK) -rpath $(moduledir) $(netstatus_la_OBJECTS) $(netstatus_la_LIBADD) $(LIBS)
424
482
 
441
499
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
442
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
443
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
502
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
445
503
 
446
504
.c.obj:
447
505
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
448
506
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
449
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
450
508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
509
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
452
510
 
453
511
.c.lo:
454
512
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
512
570
clean-libtool:
513
571
        -rm -rf .libs _libs
514
572
 
515
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
516
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
517
 
        unique=`for i in $$list; do \
518
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519
 
          done | \
520
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
521
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
522
 
        mkid -fID $$unique
523
 
tags: TAGS
 
573
ID: $(am__tagged_files)
 
574
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
575
tags: tags-am
 
576
TAGS: tags
524
577
 
525
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
526
 
                $(TAGS_FILES) $(LISP)
 
578
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
527
579
        set x; \
528
580
        here=`pwd`; \
529
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
530
 
        unique=`for i in $$list; do \
531
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532
 
          done | \
533
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
534
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
581
        $(am__define_uniq_tagged_files); \
535
582
        shift; \
536
583
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
537
584
          test -n "$$unique" || unique=$$empty_fix; \
543
590
              $$unique; \
544
591
          fi; \
545
592
        fi
546
 
ctags: CTAGS
547
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
548
 
                $(TAGS_FILES) $(LISP)
549
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
550
 
        unique=`for i in $$list; do \
551
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552
 
          done | \
553
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
554
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
593
ctags: ctags-am
 
594
 
 
595
CTAGS: ctags
 
596
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
597
        $(am__define_uniq_tagged_files); \
555
598
        test -z "$(CTAGS_ARGS)$$unique" \
556
599
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
557
600
             $$unique
560
603
        here=`$(am__cd) $(top_builddir) && pwd` \
561
604
          && $(am__cd) $(top_srcdir) \
562
605
          && gtags -i $(GTAGS_ARGS) "$$here"
 
606
cscopelist: cscopelist-am
563
607
 
564
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
565
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
608
cscopelist-am: $(am__tagged_files)
 
609
        list='$(am__tagged_files)'; \
566
610
        case "$(srcdir)" in \
567
611
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
568
612
          *) sdir=$(subdir)/$(srcdir) ;; \
719
763
 
720
764
.MAKE: install-am install-exec-am install-strip
721
765
 
722
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
723
 
        clean-libtool clean-moduleLTLIBRARIES cscopelist ctags \
724
 
        distclean distclean-compile distclean-generic \
 
766
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
767
        clean-libtool clean-moduleLTLIBRARIES cscopelist-am ctags \
 
768
        ctags-am distclean distclean-compile distclean-generic \
725
769
        distclean-libtool distclean-tags distdir dvi dvi-am html \
726
770
        html-am info info-am install install-am install-data \
727
771
        install-data-am install-dvi install-dvi-am install-exec \
732
776
        installcheck-am installdirs maintainer-clean \
733
777
        maintainer-clean-generic mostlyclean mostlyclean-compile \
734
778
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
735
 
        tags uninstall uninstall-am uninstall-moduleLTLIBRARIES
 
779
        tags tags-am uninstall uninstall-am \
 
780
        uninstall-moduleLTLIBRARIES
736
781
 
737
782
 
738
783
install-exec-hook: