~noskcaj/ubuntu/vivid/gnome-system-monitor/titlebars

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 22:33:35 UTC
  • mfrom: (1.5.1) (11.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20140324223335-unko6n59tzft92jw
Tags: 3.12.0-1
* New upstream release.
* Drop debian/patches/01-fix_ftbfs_hurd.patch, merged upstream.

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.14.1 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.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
23
32
    case $$MAKEFLAGS in \
24
33
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
64
pkgdatadir = $(datadir)/@PACKAGE@
38
65
pkgincludedir = $(includedir)/@PACKAGE@
39
66
pkglibdir = $(libdir)/@PACKAGE@
53
80
build_triplet = @build@
54
81
host_triplet = @host@
55
82
subdir = .
56
 
DIST_COMMON = README $(am__configure_deps) $(dist_noinst_DATA) \
57
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/configure $(am__configure_deps) \
58
85
        $(srcdir)/config.h.in \
 
86
        $(srcdir)/gnome-system-monitor.desktop.in.in \
59
87
        $(srcdir)/gnome-system-monitor-kde.desktop.in.in \
60
 
        $(srcdir)/gnome-system-monitor.desktop.in.in \
61
 
        $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
62
 
        NEWS config.guess config.rpath config.sub depcomp install-sh \
63
 
        ltmain.sh missing
 
88
        $(dist_noinst_DATA) AUTHORS COPYING ChangeLog NEWS README \
 
89
        compile config.guess config.sub depcomp install-sh missing \
 
90
        ltmain.sh
64
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
92
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
66
93
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
67
94
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
68
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
69
 
        $(top_srcdir)/configure.ac
 
95
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
70
96
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71
97
        $(ACLOCAL_M4)
72
98
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107
133
        "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(appdatadir)" \
108
134
        "$(DESTDIR)$(polkit_policydir)"
109
135
SCRIPTS = $(runnable_SCRIPTS)
 
136
AM_V_P = $(am__v_P_@AM_V@)
 
137
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
138
am__v_P_0 = false
 
139
am__v_P_1 = :
110
140
AM_V_GEN = $(am__v_GEN_@AM_V@)
111
141
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
142
am__v_GEN_0 = @echo "  GEN     " $@;
 
143
am__v_GEN_1 = 
113
144
AM_V_at = $(am__v_at_@AM_V@)
114
145
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115
146
am__v_at_0 = @
 
147
am__v_at_1 = 
116
148
SOURCES =
117
149
DIST_SOURCES =
118
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
119
 
        html-recursive info-recursive install-data-recursive \
120
 
        install-dvi-recursive install-exec-recursive \
121
 
        install-html-recursive install-info-recursive \
122
 
        install-pdf-recursive install-ps-recursive install-recursive \
123
 
        installcheck-recursive installdirs-recursive pdf-recursive \
124
 
        ps-recursive uninstall-recursive
 
150
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
151
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
152
        install-data-recursive install-dvi-recursive \
 
153
        install-exec-recursive install-html-recursive \
 
154
        install-info-recursive install-pdf-recursive \
 
155
        install-ps-recursive install-recursive installcheck-recursive \
 
156
        installdirs-recursive pdf-recursive ps-recursive \
 
157
        tags-recursive uninstall-recursive
125
158
am__can_run_installinfo = \
126
159
  case $$AM_UPDATE_INFO_DIR in \
127
160
    n|no|NO) false;; \
131
164
        $(polkit_policy_DATA)
132
165
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133
166
  distclean-recursive maintainer-clean-recursive
134
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
135
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
136
 
        distdir dist dist-all distcheck
 
167
am__recursive_targets = \
 
168
  $(RECURSIVE_TARGETS) \
 
169
  $(RECURSIVE_CLEAN_TARGETS) \
 
170
  $(am__extra_recursive_targets)
 
171
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
172
        cscope distdir dist dist-all distcheck
 
173
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
174
        $(LISP)config.h.in
 
175
# Read a list of newline-separated strings from the standard input,
 
176
# and print each of them once, without duplicates.  Input order is
 
177
# *not* preserved.
 
178
am__uniquify_input = $(AWK) '\
 
179
  BEGIN { nonempty = 0; } \
 
180
  { items[$$0] = 1; nonempty = 1; } \
 
181
  END { if (nonempty) { for (i in items) print i; }; } \
 
182
'
 
183
# Make sure the list of sources is unique.  This is necessary because,
 
184
# e.g., the same source file might be shared among _SOURCES variables
 
185
# for different programs/libraries.
 
186
am__define_uniq_tagged_files = \
 
187
  list='$(am__tagged_files)'; \
 
188
  unique=`for i in $$list; do \
 
189
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
190
  done | $(am__uniquify_input)`
137
191
ETAGS = etags
138
192
CTAGS = ctags
 
193
CSCOPE = cscope
139
194
DIST_SUBDIRS = $(SUBDIRS)
140
195
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
196
distdir = $(PACKAGE)-$(VERSION)
146
201
      && rm -rf "$(distdir)" \
147
202
      || { sleep 5 && rm -rf "$(distdir)"; }; \
148
203
  else :; fi
 
204
am__post_remove_distdir = $(am__remove_distdir)
149
205
am__relativize = \
150
206
  dir0=`pwd`; \
151
207
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
173
229
  reldir="$$dir2"
174
230
GZIP_ENV = --best
175
231
DIST_ARCHIVES = $(distdir).tar.xz
 
232
DIST_TARGETS = dist-xz
176
233
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
177
234
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
178
235
distcleancheck_listfiles = find . -type f -print
180
237
ALL_LINGUAS = @ALL_LINGUAS@
181
238
AMTAR = @AMTAR@
182
239
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
240
APPDATA_VALIDATE = @APPDATA_VALIDATE@
183
241
AR = @AR@
184
242
AUTOCONF = @AUTOCONF@
185
243
AUTOHEADER = @AUTOHEADER@
198
256
DATADIRNAME = @DATADIRNAME@
199
257
DEFS = @DEFS@
200
258
DEPDIR = @DEPDIR@
 
259
DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
201
260
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
202
261
DLLTOOL = @DLLTOOL@
203
262
DSYMUTIL = @DSYMUTIL@
393
452
        org.gnome.gnome-system-monitor.policy \
394
453
    org.gnome.gnome-system-monitor.policy.in 
395
454
 
 
455
GITIGNOREFILES = \
 
456
        $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
 
457
        $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
 
458
    *.make \
 
459
    m4
 
460
 
396
461
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
397
462
all: config.h
398
463
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
434
499
$(am__aclocal_m4_deps):
435
500
 
436
501
config.h: stamp-h1
437
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
438
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
502
        @test -f $@ || rm -f stamp-h1
 
503
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
439
504
 
440
505
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
441
506
        @rm -f stamp-h1
560
625
        dir='$(DESTDIR)$(polkit_policydir)'; $(am__uninstall_files_from_dir)
561
626
 
562
627
# This directory's subdirectories are mostly independent; you can cd
563
 
# into them and run `make' without going through this Makefile.
564
 
# To change the values of `make' variables: instead of editing Makefiles,
565
 
# (1) if the variable is set in `config.status', edit `config.status'
566
 
#     (which will cause the Makefiles to be regenerated when you run `make');
567
 
# (2) otherwise, pass the desired values on the `make' command line.
568
 
$(RECURSIVE_TARGETS):
569
 
        @fail= failcom='exit 1'; \
570
 
        for f in x $$MAKEFLAGS; do \
571
 
          case $$f in \
572
 
            *=* | --[!k]*);; \
573
 
            *k*) failcom='fail=yes';; \
574
 
          esac; \
575
 
        done; \
 
628
# into them and run 'make' without going through this Makefile.
 
629
# To change the values of 'make' variables: instead of editing Makefiles,
 
630
# (1) if the variable is set in 'config.status', edit 'config.status'
 
631
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
632
# (2) otherwise, pass the desired values on the 'make' command line.
 
633
$(am__recursive_targets):
 
634
        @fail=; \
 
635
        if $(am__make_keepgoing); then \
 
636
          failcom='fail=yes'; \
 
637
        else \
 
638
          failcom='exit 1'; \
 
639
        fi; \
576
640
        dot_seen=no; \
577
641
        target=`echo $@ | sed s/-recursive//`; \
578
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
642
        case "$@" in \
 
643
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
644
          *) list='$(SUBDIRS)' ;; \
 
645
        esac; \
 
646
        for subdir in $$list; do \
579
647
          echo "Making $$target in $$subdir"; \
580
648
          if test "$$subdir" = "."; then \
581
649
            dot_seen=yes; \
590
658
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
591
659
        fi; test -z "$$fail"
592
660
 
593
 
$(RECURSIVE_CLEAN_TARGETS):
594
 
        @fail= failcom='exit 1'; \
595
 
        for f in x $$MAKEFLAGS; do \
596
 
          case $$f in \
597
 
            *=* | --[!k]*);; \
598
 
            *k*) failcom='fail=yes';; \
599
 
          esac; \
600
 
        done; \
601
 
        dot_seen=no; \
602
 
        case "$@" in \
603
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
604
 
          *) list='$(SUBDIRS)' ;; \
605
 
        esac; \
606
 
        rev=''; for subdir in $$list; do \
607
 
          if test "$$subdir" = "."; then :; else \
608
 
            rev="$$subdir $$rev"; \
609
 
          fi; \
610
 
        done; \
611
 
        rev="$$rev ."; \
612
 
        target=`echo $@ | sed s/-recursive//`; \
613
 
        for subdir in $$rev; do \
614
 
          echo "Making $$target in $$subdir"; \
615
 
          if test "$$subdir" = "."; then \
616
 
            local_target="$$target-am"; \
617
 
          else \
618
 
            local_target="$$target"; \
619
 
          fi; \
620
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
621
 
          || eval $$failcom; \
622
 
        done && test -z "$$fail"
623
 
tags-recursive:
624
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
625
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
626
 
        done
627
 
ctags-recursive:
628
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
629
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
630
 
        done
631
 
 
632
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
633
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
634
 
        unique=`for i in $$list; do \
635
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
636
 
          done | \
637
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
638
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
639
 
        mkid -fID $$unique
640
 
tags: TAGS
641
 
 
642
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
643
 
                $(TAGS_FILES) $(LISP)
 
661
ID: $(am__tagged_files)
 
662
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
663
tags: tags-recursive
 
664
TAGS: tags
 
665
 
 
666
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
644
667
        set x; \
645
668
        here=`pwd`; \
646
669
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
656
679
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
657
680
          fi; \
658
681
        done; \
659
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
660
 
        unique=`for i in $$list; do \
661
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
662
 
          done | \
663
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
664
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
682
        $(am__define_uniq_tagged_files); \
665
683
        shift; \
666
684
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
667
685
          test -n "$$unique" || unique=$$empty_fix; \
673
691
              $$unique; \
674
692
          fi; \
675
693
        fi
676
 
ctags: CTAGS
677
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
678
 
                $(TAGS_FILES) $(LISP)
679
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
680
 
        unique=`for i in $$list; do \
681
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
682
 
          done | \
683
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
684
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
694
ctags: ctags-recursive
 
695
 
 
696
CTAGS: ctags
 
697
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
698
        $(am__define_uniq_tagged_files); \
685
699
        test -z "$(CTAGS_ARGS)$$unique" \
686
700
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
687
701
             $$unique
690
704
        here=`$(am__cd) $(top_builddir) && pwd` \
691
705
          && $(am__cd) $(top_srcdir) \
692
706
          && gtags -i $(GTAGS_ARGS) "$$here"
 
707
cscope: cscope.files
 
708
        test ! -s cscope.files \
 
709
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
710
clean-cscope:
 
711
        -rm -f cscope.files
 
712
cscope.files: clean-cscope cscopelist
 
713
cscopelist: cscopelist-recursive
 
714
 
 
715
cscopelist-am: $(am__tagged_files)
 
716
        list='$(am__tagged_files)'; \
 
717
        case "$(srcdir)" in \
 
718
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
719
          *) sdir=$(subdir)/$(srcdir) ;; \
 
720
        esac; \
 
721
        for i in $$list; do \
 
722
          if test -f "$$i"; then \
 
723
            echo "$(subdir)/$$i"; \
 
724
          else \
 
725
            echo "$$sdir/$$i"; \
 
726
          fi; \
 
727
        done >> $(top_builddir)/cscope.files
693
728
 
694
729
distclean-tags:
695
730
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
731
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
696
732
 
697
733
distdir: $(DISTFILES)
698
734
        $(am__remove_distdir)
763
799
        || chmod -R a+r "$(distdir)"
764
800
dist-gzip: distdir
765
801
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
766
 
        $(am__remove_distdir)
 
802
        $(am__post_remove_distdir)
767
803
 
768
804
dist-bzip2: distdir
769
805
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
770
 
        $(am__remove_distdir)
 
806
        $(am__post_remove_distdir)
771
807
 
772
808
dist-lzip: distdir
773
809
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
774
 
        $(am__remove_distdir)
775
 
 
776
 
dist-lzma: distdir
777
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
778
 
        $(am__remove_distdir)
 
810
        $(am__post_remove_distdir)
779
811
dist-xz: distdir
780
812
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
781
 
        $(am__remove_distdir)
 
813
        $(am__post_remove_distdir)
782
814
 
783
815
dist-tarZ: distdir
 
816
        @echo WARNING: "Support for shar distribution archives is" \
 
817
                       "deprecated." >&2
 
818
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
784
819
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
785
 
        $(am__remove_distdir)
 
820
        $(am__post_remove_distdir)
786
821
 
787
822
dist-shar: distdir
 
823
        @echo WARNING: "Support for distribution archives compressed with" \
 
824
                       "legacy program 'compress' is deprecated." >&2
 
825
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
788
826
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
789
 
        $(am__remove_distdir)
 
827
        $(am__post_remove_distdir)
790
828
 
791
829
dist-zip: distdir
792
830
        -rm -f $(distdir).zip
793
831
        zip -rq $(distdir).zip $(distdir)
794
 
        $(am__remove_distdir)
 
832
        $(am__post_remove_distdir)
795
833
 
796
 
dist dist-all: distdir
797
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
798
 
        $(am__remove_distdir)
 
834
dist dist-all:
 
835
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
836
        $(am__post_remove_distdir)
799
837
 
800
838
# This target untars the dist file and tries a VPATH configuration.  Then
801
839
# it guarantees that the distribution is self-contained by making another
806
844
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
807
845
        *.tar.bz2*) \
808
846
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
809
 
        *.tar.lzma*) \
810
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
811
847
        *.tar.lz*) \
812
848
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
813
849
        *.tar.xz*) \
819
855
        *.zip*) \
820
856
          unzip $(distdir).zip ;;\
821
857
        esac
822
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
823
 
        mkdir $(distdir)/_build
824
 
        mkdir $(distdir)/_inst
 
858
        chmod -R a-w $(distdir)
 
859
        chmod u+w $(distdir)
 
860
        mkdir $(distdir)/_build $(distdir)/_inst
825
861
        chmod a-w $(distdir)
826
862
        test -d $(distdir)/_build || exit 0; \
827
863
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
828
864
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
829
865
          && am__cwd=`pwd` \
830
866
          && $(am__cd) $(distdir)/_build \
831
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
867
          && ../configure \
832
868
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
833
869
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
870
            --srcdir=.. --prefix="$$dc_install_base" \
834
871
          && $(MAKE) $(AM_MAKEFLAGS) \
835
872
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
836
873
          && $(MAKE) $(AM_MAKEFLAGS) check \
853
890
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
854
891
          && cd "$$am__cwd" \
855
892
          || exit 1
856
 
        $(am__remove_distdir)
 
893
        $(am__post_remove_distdir)
857
894
        @(echo "$(distdir) archives ready for distribution: "; \
858
895
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
859
896
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
884
921
               $(distcleancheck_listfiles) ; \
885
922
               exit 1; } >&2
886
923
check-am: all-am
 
924
        $(MAKE) $(AM_MAKEFLAGS) check-local
887
925
check: check-recursive
888
926
all-am: Makefile $(SCRIPTS) $(DATA) config.h
889
927
installdirs: installdirs-recursive
994
1032
uninstall-am: uninstall-ApplicationsDATA uninstall-appdataDATA \
995
1033
        uninstall-polkit_policyDATA uninstall-runnableSCRIPTS
996
1034
 
997
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
998
 
        ctags-recursive install-am install-strip tags-recursive
 
1035
.MAKE: $(am__recursive_targets) all check-am install-am install-strip
999
1036
 
1000
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1001
 
        all all-am am--refresh check check-am clean clean-generic \
1002
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1003
 
        dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1004
 
        dist-xz dist-zip distcheck distclean distclean-generic \
1005
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
1006
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
1007
 
        info-am install install-ApplicationsDATA install-am \
1008
 
        install-appdataDATA install-data install-data-am install-dvi \
1009
 
        install-dvi-am install-exec install-exec-am install-html \
1010
 
        install-html-am install-info install-info-am install-man \
1011
 
        install-pdf install-pdf-am install-polkit_policyDATA \
1012
 
        install-ps install-ps-am install-runnableSCRIPTS install-strip \
 
1037
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
1038
        am--refresh check check-am check-local clean clean-cscope \
 
1039
        clean-generic clean-libtool cscope cscopelist-am ctags \
 
1040
        ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
 
1041
        dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
1042
        distclean distclean-generic distclean-hdr distclean-libtool \
 
1043
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
1044
        dvi-am html html-am info info-am install \
 
1045
        install-ApplicationsDATA install-am install-appdataDATA \
 
1046
        install-data install-data-am install-dvi install-dvi-am \
 
1047
        install-exec install-exec-am install-html install-html-am \
 
1048
        install-info install-info-am install-man install-pdf \
 
1049
        install-pdf-am install-polkit_policyDATA install-ps \
 
1050
        install-ps-am install-runnableSCRIPTS install-strip \
1013
1051
        installcheck installcheck-am installdirs installdirs-am \
1014
1052
        maintainer-clean maintainer-clean-generic mostlyclean \
1015
1053
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1016
 
        tags tags-recursive uninstall uninstall-ApplicationsDATA \
1017
 
        uninstall-am uninstall-appdataDATA uninstall-polkit_policyDATA \
 
1054
        tags tags-am uninstall uninstall-ApplicationsDATA uninstall-am \
 
1055
        uninstall-appdataDATA uninstall-polkit_policyDATA \
1018
1056
        uninstall-runnableSCRIPTS
1019
1057
 
1020
1058
 
1040
1078
        then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
1041
1079
        else rm -f .ChangeLog.tmp; exit 1; fi
1042
1080
 
 
1081
check-local: $(appdata_DATA) $(Applications_DATA) \
 
1082
             $(APPDATA_VALIDATE) $(appdata_DATA) \
 
1083
             $(DESKTOP_FILE_VALIDATE) $(Applications_DATA)
 
1084
 
 
1085
-include $(top_srcdir)/git.mk
 
1086
 
1043
1087
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1044
1088
# Otherwise a system limit (for SysV at least) may be exceeded.
1045
1089
.NOEXPORT: