~ubuntu-branches/ubuntu/raring/gnome-system-monitor/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-08-13 10:20:03 UTC
  • mfrom: (1.1.70)
  • Revision ID: package-import@ubuntu.com-20120813102003-gjzy387nq5is8vcg
Tags: 3.5.90-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.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-2012 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.
77
76
CONFIG_HEADER = config.h
78
77
CONFIG_CLEAN_FILES = gnome-system-monitor.desktop.in
79
78
CONFIG_CLEAN_VPATH_FILES =
 
79
AM_V_P = $(am__v_P_@AM_V@)
 
80
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
81
am__v_P_0 = false
 
82
am__v_P_1 = :
80
83
AM_V_GEN = $(am__v_GEN_@AM_V@)
81
84
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
82
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
85
am__v_GEN_0 = @echo "  GEN     " $@;
 
86
am__v_GEN_1 = 
83
87
AM_V_at = $(am__v_at_@AM_V@)
84
88
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
85
89
am__v_at_0 = @
 
90
am__v_at_1 = 
86
91
SOURCES =
87
92
DIST_SOURCES =
88
93
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
130
135
  distclean-recursive maintainer-clean-recursive
131
136
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
132
137
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
133
 
        distdir dist dist-all distcheck
 
138
        cscope distdir dist dist-all distcheck
134
139
ETAGS = etags
135
140
CTAGS = ctags
 
141
CSCOPE = cscope
136
142
DIST_SUBDIRS = $(SUBDIRS)
137
143
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
144
distdir = $(PACKAGE)-$(VERSION)
143
149
      && rm -rf "$(distdir)" \
144
150
      || { sleep 5 && rm -rf "$(distdir)"; }; \
145
151
  else :; fi
 
152
am__post_remove_distdir = $(am__remove_distdir)
146
153
am__relativize = \
147
154
  dir0=`pwd`; \
148
155
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
170
177
  reldir="$$dir2"
171
178
GZIP_ENV = --best
172
179
DIST_ARCHIVES = $(distdir).tar.xz
 
180
DIST_TARGETS = dist-xz
173
181
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
174
182
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
175
183
distcleancheck_listfiles = find . -type f -print
225
233
INTLTOOL_MERGE = @INTLTOOL_MERGE@
226
234
INTLTOOL_PERL = @INTLTOOL_PERL@
227
235
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
236
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
237
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
238
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
239
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
228
240
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
229
241
LD = @LD@
230
242
LDFLAGS = @LDFLAGS@
316
328
includedir = @includedir@
317
329
infodir = @infodir@
318
330
install_sh = @install_sh@
 
331
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
332
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
319
333
libdir = @libdir@
320
334
libexecdir = @libexecdir@
321
335
localedir = @localedir@
338
352
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
339
353
SUBDIRS = pixmaps po src help
340
354
uidir = $(pkgdatadir)
341
 
ui_DATA = data/preferences.ui
 
355
ui_DATA = data/preferences.ui \
 
356
          data/renice.ui \
 
357
          data/lsof.ui \
 
358
          data/openfiles.ui \
 
359
          data/interface.ui
 
360
 
342
361
EXTRA_DIST = \
343
362
        $(ui_DATA) \
344
363
        gnome-doc-utils.make \
432
451
        @list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \
433
452
        if test -n "$$list"; then \
434
453
          echo " $(MKDIR_P) '$(DESTDIR)$(Applicationsdir)'"; \
435
 
          $(MKDIR_P) '$(DESTDIR)$(Applicationsdir)' || exit 1; \
 
454
          $(MKDIR_P) "$(DESTDIR)$(Applicationsdir)" || exit 1; \
436
455
        fi; \
437
456
        for p in $$list; do \
438
457
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
453
472
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
454
473
        if test -n "$$list"; then \
455
474
          echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
456
 
          $(MKDIR_P) '$(DESTDIR)$(uidir)' || exit 1; \
 
475
          $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
457
476
        fi; \
458
477
        for p in $$list; do \
459
478
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
471
490
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
472
491
 
473
492
# This directory's subdirectories are mostly independent; you can cd
474
 
# into them and run `make' without going through this Makefile.
475
 
# To change the values of `make' variables: instead of editing Makefiles,
476
 
# (1) if the variable is set in `config.status', edit `config.status'
477
 
#     (which will cause the Makefiles to be regenerated when you run `make');
478
 
# (2) otherwise, pass the desired values on the `make' command line.
479
 
$(RECURSIVE_TARGETS):
 
493
# into them and run 'make' without going through this Makefile.
 
494
# To change the values of 'make' variables: instead of editing Makefiles,
 
495
# (1) if the variable is set in 'config.status', edit 'config.status'
 
496
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
497
# (2) otherwise, pass the desired values on the 'make' command line.
 
498
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
480
499
        @fail= failcom='exit 1'; \
481
500
        for f in x $$MAKEFLAGS; do \
482
501
          case $$f in \
486
505
        done; \
487
506
        dot_seen=no; \
488
507
        target=`echo $@ | sed s/-recursive//`; \
489
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
508
        case "$@" in \
 
509
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
510
          *) list='$(SUBDIRS)' ;; \
 
511
        esac; \
 
512
        for subdir in $$list; do \
490
513
          echo "Making $$target in $$subdir"; \
491
514
          if test "$$subdir" = "."; then \
492
515
            dot_seen=yes; \
500
523
        if test "$$dot_seen" = "no"; then \
501
524
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
502
525
        fi; test -z "$$fail"
503
 
 
504
 
$(RECURSIVE_CLEAN_TARGETS):
505
 
        @fail= failcom='exit 1'; \
506
 
        for f in x $$MAKEFLAGS; do \
507
 
          case $$f in \
508
 
            *=* | --[!k]*);; \
509
 
            *k*) failcom='fail=yes';; \
510
 
          esac; \
511
 
        done; \
512
 
        dot_seen=no; \
513
 
        case "$@" in \
514
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
515
 
          *) list='$(SUBDIRS)' ;; \
516
 
        esac; \
517
 
        rev=''; for subdir in $$list; do \
518
 
          if test "$$subdir" = "."; then :; else \
519
 
            rev="$$subdir $$rev"; \
520
 
          fi; \
521
 
        done; \
522
 
        rev="$$rev ."; \
523
 
        target=`echo $@ | sed s/-recursive//`; \
524
 
        for subdir in $$rev; do \
525
 
          echo "Making $$target in $$subdir"; \
526
 
          if test "$$subdir" = "."; then \
527
 
            local_target="$$target-am"; \
528
 
          else \
529
 
            local_target="$$target"; \
530
 
          fi; \
531
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
532
 
          || eval $$failcom; \
533
 
        done && test -z "$$fail"
534
526
tags-recursive:
535
527
        list='$(SUBDIRS)'; for subdir in $$list; do \
536
528
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
539
531
        list='$(SUBDIRS)'; for subdir in $$list; do \
540
532
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
541
533
        done
 
534
cscopelist-recursive:
 
535
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
536
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
537
        done
542
538
 
543
539
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
544
540
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
602
598
          && $(am__cd) $(top_srcdir) \
603
599
          && gtags -i $(GTAGS_ARGS) "$$here"
604
600
 
 
601
cscope: cscope.files
 
602
        test ! -s cscope.files \
 
603
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
604
 
 
605
clean-cscope:
 
606
        -rm -f cscope.files
 
607
 
 
608
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
609
 
 
610
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
611
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
612
        case "$(srcdir)" in \
 
613
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
614
          *) sdir=$(subdir)/$(srcdir) ;; \
 
615
        esac; \
 
616
        for i in $$list; do \
 
617
          if test -f "$$i"; then \
 
618
            echo "$(subdir)/$$i"; \
 
619
          else \
 
620
            echo "$$sdir/$$i"; \
 
621
          fi; \
 
622
        done >> $(top_builddir)/cscope.files
 
623
 
605
624
distclean-tags:
606
625
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
626
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
607
627
 
608
628
distdir: $(DISTFILES)
609
629
        $(am__remove_distdir)
674
694
        || chmod -R a+r "$(distdir)"
675
695
dist-gzip: distdir
676
696
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
677
 
        $(am__remove_distdir)
 
697
        $(am__post_remove_distdir)
678
698
 
679
699
dist-bzip2: distdir
680
700
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
681
 
        $(am__remove_distdir)
 
701
        $(am__post_remove_distdir)
682
702
 
683
703
dist-lzip: distdir
684
704
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
685
 
        $(am__remove_distdir)
686
 
 
687
 
dist-lzma: distdir
688
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
689
 
        $(am__remove_distdir)
 
705
        $(am__post_remove_distdir)
690
706
dist-xz: distdir
691
707
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
692
 
        $(am__remove_distdir)
 
708
        $(am__post_remove_distdir)
693
709
 
694
710
dist-tarZ: distdir
695
711
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
696
 
        $(am__remove_distdir)
 
712
        $(am__post_remove_distdir)
697
713
 
698
714
dist-shar: distdir
699
715
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
700
 
        $(am__remove_distdir)
 
716
        $(am__post_remove_distdir)
701
717
 
702
718
dist-zip: distdir
703
719
        -rm -f $(distdir).zip
704
720
        zip -rq $(distdir).zip $(distdir)
705
 
        $(am__remove_distdir)
 
721
        $(am__post_remove_distdir)
706
722
 
707
 
dist dist-all: distdir
708
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
709
 
        $(am__remove_distdir)
 
723
dist dist-all:
 
724
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
725
        $(am__post_remove_distdir)
710
726
 
711
727
# This target untars the dist file and tries a VPATH configuration.  Then
712
728
# it guarantees that the distribution is self-contained by making another
717
733
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
718
734
        *.tar.bz2*) \
719
735
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
720
 
        *.tar.lzma*) \
721
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
722
736
        *.tar.lz*) \
723
737
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
724
738
        *.tar.xz*) \
730
744
        *.zip*) \
731
745
          unzip $(distdir).zip ;;\
732
746
        esac
733
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
747
        chmod -R a-w $(distdir); chmod u+w $(distdir)
734
748
        mkdir $(distdir)/_build
735
749
        mkdir $(distdir)/_inst
736
750
        chmod a-w $(distdir)
764
778
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
765
779
          && cd "$$am__cwd" \
766
780
          || exit 1
767
 
        $(am__remove_distdir)
 
781
        $(am__post_remove_distdir)
768
782
        @(echo "$(distdir) archives ready for distribution: "; \
769
783
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
770
784
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
904
918
uninstall-am: uninstall-ApplicationsDATA uninstall-uiDATA
905
919
 
906
920
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
907
 
        ctags-recursive install-am install-strip tags-recursive
 
921
        cscopelist-recursive ctags-recursive install-am install-strip \
 
922
        tags-recursive
908
923
 
909
924
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
910
 
        all all-am am--refresh check check-am clean clean-generic \
911
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
912
 
        dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
 
925
        all all-am am--refresh check check-am clean clean-cscope \
 
926
        clean-generic clean-libtool cscope cscopelist \
 
927
        cscopelist-recursive ctags ctags-recursive dist dist-all \
 
928
        dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
913
929
        dist-xz dist-zip distcheck distclean distclean-generic \
914
930
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
915
931
        distdir distuninstallcheck dvi dvi-am html html-am info \