~ubuntu-branches/debian/sid/xfce4-indicator-plugin/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-06-10 22:22:42 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130610222242-ihlvt1rlgio67atr
Tags: 1.0.0-1
* New upstream release.
* debian/control:
  - add build-dep on libxfce4ui-1-dev.
* debian/rules:
  - don't ship .la files.
  - ignore plugin for dh_makeshlibs, since it's a plugin.
  - use autotools-dev addon to update config.{guess,sub}.
* debian/control:
  - add build-dep on dpkg-dev for including pkg-info.mk.
  - add build-dep on autotools-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
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
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
41
58
        INSTALL NEWS THANKS TODO config.guess config.sub depcomp \
42
59
        install-sh ltmain.sh missing mkinstalldirs
43
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
63
        $(ACLOCAL_M4)
47
64
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
67
CONFIG_HEADER = config.h
51
68
CONFIG_CLEAN_FILES =
52
69
CONFIG_CLEAN_VPATH_FILES =
 
70
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
71
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
72
am__v_GEN_0 = @echo "  GEN   " $@;
 
73
AM_V_at = $(am__v_at_@AM_V@)
 
74
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
75
am__v_at_0 = @
53
76
SOURCES =
54
77
DIST_SOURCES =
55
78
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59
82
        install-pdf-recursive install-ps-recursive install-recursive \
60
83
        installcheck-recursive installdirs-recursive pdf-recursive \
61
84
        ps-recursive uninstall-recursive
 
85
am__can_run_installinfo = \
 
86
  case $$AM_UPDATE_INFO_DIR in \
 
87
    n|no|NO) false;; \
 
88
    *) (install-info --version) >/dev/null 2>&1;; \
 
89
  esac
62
90
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
91
  distclean-recursive maintainer-clean-recursive
64
92
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
71
99
distdir = $(PACKAGE)-$(VERSION)
72
100
top_distdir = $(distdir)
73
101
am__remove_distdir = \
74
 
  { test ! -d "$(distdir)" \
75
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76
 
         && rm -fr "$(distdir)"; }; }
 
102
  if test -d "$(distdir)"; then \
 
103
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
104
      && rm -rf "$(distdir)" \
 
105
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
106
  else :; fi
77
107
am__relativize = \
78
108
  dir0=`pwd`; \
79
109
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101
131
  reldir="$$dir2"
102
132
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
103
133
GZIP_ENV = --best
104
 
distuninstallcheck_listfiles = find . -type f -print
 
134
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
135
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
105
136
distcleancheck_listfiles = find . -type f -print
106
137
ACLOCAL = @ACLOCAL@
107
138
ALL_LINGUAS = @ALL_LINGUAS@
108
139
AMTAR = @AMTAR@
 
140
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
109
141
AR = @AR@
110
142
AUTOCONF = @AUTOCONF@
111
143
AUTOHEADER = @AUTOHEADER@
160
192
INTLTOOL_MERGE = @INTLTOOL_MERGE@
161
193
INTLTOOL_PERL = @INTLTOOL_PERL@
162
194
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
195
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
196
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
197
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
198
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
163
199
LD = @LD@
164
200
LDFLAGS = @LDFLAGS@
165
201
LIBOBJS = @LIBOBJS@
172
208
LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
173
209
LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@
174
210
LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
 
211
LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
 
212
LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
 
213
LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
 
214
LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
175
215
LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
176
216
LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
177
217
LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
262
302
includedir = @includedir@
263
303
infodir = @infodir@
264
304
install_sh = @install_sh@
 
305
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
306
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
265
307
libdir = @libdir@
266
308
libexecdir = @libexecdir@
267
309
localedir = @localedir@
290
332
        panel-plugin                                                    \
291
333
        po
292
334
 
 
335
distuninstallcheck_listfiles = \
 
336
        find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
 
337
 
293
338
EXTRA_DIST = \
294
339
        intltool-extract.in                                             \
295
340
        intltool-merge.in                                               \
304
349
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
305
350
 
306
351
.SUFFIXES:
307
 
am--refresh:
 
352
am--refresh: Makefile
308
353
        @:
309
354
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
310
355
        @for dep in $?; do \
340
385
$(am__aclocal_m4_deps):
341
386
 
342
387
config.h: stamp-h1
343
 
        @if test ! -f $@; then \
344
 
          rm -f stamp-h1; \
345
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
346
 
        else :; fi
 
388
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
389
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
347
390
 
348
391
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
349
392
        @rm -f stamp-h1
534
577
        done
535
578
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536
579
          if test "$$subdir" = .; then :; else \
537
 
            test -d "$(distdir)/$$subdir" \
538
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
539
 
            || exit 1; \
540
 
          fi; \
541
 
        done
542
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543
 
          if test "$$subdir" = .; then :; else \
 
580
            $(am__make_dryrun) \
 
581
              || test -d "$(distdir)/$$subdir" \
 
582
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
583
              || exit 1; \
544
584
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
545
585
            $(am__relativize); \
546
586
            new_distdir=$$reldir; \
571
611
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
572
612
        $(am__remove_distdir)
573
613
dist-bzip2: distdir
574
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
614
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
615
        $(am__remove_distdir)
 
616
 
 
617
dist-lzip: distdir
 
618
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
575
619
        $(am__remove_distdir)
576
620
 
577
621
dist-lzma: distdir
579
623
        $(am__remove_distdir)
580
624
 
581
625
dist-xz: distdir
582
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
626
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
583
627
        $(am__remove_distdir)
584
628
 
585
629
dist-tarZ: distdir
597
641
 
598
642
dist dist-all: distdir
599
643
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
600
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
644
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
601
645
        $(am__remove_distdir)
602
646
 
603
647
# This target untars the dist file and tries a VPATH configuration.  Then
611
655
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
612
656
        *.tar.lzma*) \
613
657
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
658
        *.tar.lz*) \
 
659
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
614
660
        *.tar.xz*) \
615
661
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
616
662
        *.tar.Z*) \
620
666
        *.zip*) \
621
667
          unzip $(distdir).zip ;;\
622
668
        esac
623
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
669
        chmod -R a-w $(distdir); chmod u+w $(distdir)
624
670
        mkdir $(distdir)/_build
625
671
        mkdir $(distdir)/_inst
626
672
        chmod a-w $(distdir)
630
676
          && am__cwd=`pwd` \
631
677
          && $(am__cd) $(distdir)/_build \
632
678
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
679
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
633
680
            $(DISTCHECK_CONFIGURE_FLAGS) \
634
681
          && $(MAKE) $(AM_MAKEFLAGS) \
635
682
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
658
705
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
659
706
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
660
707
distuninstallcheck:
661
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
662
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
708
        @test -n '$(distuninstallcheck_dir)' || { \
 
709
          echo 'ERROR: trying to run $@ with an empty' \
 
710
               '$$(distuninstallcheck_dir)' >&2; \
 
711
          exit 1; \
 
712
        }; \
 
713
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
714
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
715
          exit 1; \
 
716
        }; \
 
717
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
663
718
           || { echo "ERROR: files left after uninstall:" ; \
664
719
                if test -n "$(DESTDIR)"; then \
665
720
                  echo "  (check DESTDIR support)"; \
690
745
 
691
746
installcheck: installcheck-recursive
692
747
install-strip:
693
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695
 
          `test -z '$(STRIP)' || \
696
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
748
        if test -z '$(STRIP)'; then \
 
749
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
750
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
751
              install; \
 
752
        else \
 
753
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
754
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
755
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
756
        fi
697
757
mostlyclean-generic:
698
758
 
699
759
clean-generic:
782
842
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
783
843
        all all-am am--refresh check check-am clean clean-generic \
784
844
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
785
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
786
 
        distcheck distclean distclean-generic distclean-hdr \
 
845
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
846
        dist-zip distcheck distclean distclean-generic distclean-hdr \
787
847
        distclean-libtool distclean-local distclean-tags \
788
848
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
789
849
        html-am info info-am install install-am install-data \