~ubuntu-branches/ubuntu/raring/gnome-session/raring

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-06-11 12:11:00 UTC
  • mfrom: (1.1.77)
  • Revision ID: package-import@ubuntu.com-20120611121100-4v8ck97j20kykbbp
Tags: 3.5.2-0ubuntu1
* debian/watch: Track unstable versions 
* New upstream release (LP: #1011555).
  + Fail softer in the face of spotty session bus
  + Consider that required component that exits with 1 has crashed
* Refresh patches to apply cleanly 

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.3 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.
51
51
CONFIG_CLEAN_FILES = session-properties.desktop.in \
52
52
        org.gnome.SessionManager.gschema.xml
53
53
CONFIG_CLEAN_VPATH_FILES =
54
 
AM_V_GEN = $(am__v_GEN_$(V))
55
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
54
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
55
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
56
56
am__v_GEN_0 = @echo "  GEN   " $@;
57
 
AM_V_at = $(am__v_at_$(V))
58
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
57
AM_V_at = $(am__v_at_@AM_V@)
 
58
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
59
59
am__v_at_0 = @
60
60
SOURCES =
61
61
DIST_SOURCES =
87
87
am__base_list = \
88
88
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89
89
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
90
am__uninstall_files_from_dir = { \
 
91
  test -z "$$files" \
 
92
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
93
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
94
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
95
  }
90
96
am__installdirs = "$(DESTDIR)$(desktopdir)" \
91
97
        "$(DESTDIR)$(migrationdir)" "$(DESTDIR)$(hwcompatdir)" \
92
98
        "$(DESTDIR)$(sessiondir)" "$(DESTDIR)$(uidir)" \
417
423
        @$(NORMAL_UNINSTALL)
418
424
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
419
425
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
420
 
        test -n "$$files" || exit 0; \
421
 
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
422
 
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
426
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
423
427
install-dist_migrationDATA: $(dist_migration_DATA)
424
428
        @$(NORMAL_INSTALL)
425
429
        test -z "$(migrationdir)" || $(MKDIR_P) "$(DESTDIR)$(migrationdir)"
437
441
        @$(NORMAL_UNINSTALL)
438
442
        @list='$(dist_migration_DATA)'; test -n "$(migrationdir)" || list=; \
439
443
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
440
 
        test -n "$$files" || exit 0; \
441
 
        echo " ( cd '$(DESTDIR)$(migrationdir)' && rm -f" $$files ")"; \
442
 
        cd "$(DESTDIR)$(migrationdir)" && rm -f $$files
 
444
        dir='$(DESTDIR)$(migrationdir)'; $(am__uninstall_files_from_dir)
443
445
install-hwcompatDATA: $(hwcompat_DATA)
444
446
        @$(NORMAL_INSTALL)
445
447
        test -z "$(hwcompatdir)" || $(MKDIR_P) "$(DESTDIR)$(hwcompatdir)"
457
459
        @$(NORMAL_UNINSTALL)
458
460
        @list='$(hwcompat_DATA)'; test -n "$(hwcompatdir)" || list=; \
459
461
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
460
 
        test -n "$$files" || exit 0; \
461
 
        echo " ( cd '$(DESTDIR)$(hwcompatdir)' && rm -f" $$files ")"; \
462
 
        cd "$(DESTDIR)$(hwcompatdir)" && rm -f $$files
 
462
        dir='$(DESTDIR)$(hwcompatdir)'; $(am__uninstall_files_from_dir)
463
463
install-sessionDATA: $(session_DATA)
464
464
        @$(NORMAL_INSTALL)
465
465
        test -z "$(sessiondir)" || $(MKDIR_P) "$(DESTDIR)$(sessiondir)"
477
477
        @$(NORMAL_UNINSTALL)
478
478
        @list='$(session_DATA)'; test -n "$(sessiondir)" || list=; \
479
479
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
480
 
        test -n "$$files" || exit 0; \
481
 
        echo " ( cd '$(DESTDIR)$(sessiondir)' && rm -f" $$files ")"; \
482
 
        cd "$(DESTDIR)$(sessiondir)" && rm -f $$files
 
480
        dir='$(DESTDIR)$(sessiondir)'; $(am__uninstall_files_from_dir)
483
481
install-uiDATA: $(ui_DATA)
484
482
        @$(NORMAL_INSTALL)
485
483
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
497
495
        @$(NORMAL_UNINSTALL)
498
496
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
499
497
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
500
 
        test -n "$$files" || exit 0; \
501
 
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
502
 
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
 
498
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
503
499
install-xsessionDATA: $(xsession_DATA)
504
500
        @$(NORMAL_INSTALL)
505
501
        test -z "$(xsessiondir)" || $(MKDIR_P) "$(DESTDIR)$(xsessiondir)"
517
513
        @$(NORMAL_UNINSTALL)
518
514
        @list='$(xsession_DATA)'; test -n "$(xsessiondir)" || list=; \
519
515
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
520
 
        test -n "$$files" || exit 0; \
521
 
        echo " ( cd '$(DESTDIR)$(xsessiondir)' && rm -f" $$files ")"; \
522
 
        cd "$(DESTDIR)$(xsessiondir)" && rm -f $$files
 
516
        dir='$(DESTDIR)$(xsessiondir)'; $(am__uninstall_files_from_dir)
523
517
 
524
518
# This directory's subdirectories are mostly independent; you can cd
525
519
# into them and run `make' without going through this Makefile.
732
726
 
733
727
installcheck: installcheck-recursive
734
728
install-strip:
735
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737
 
          `test -z '$(STRIP)' || \
738
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
729
        if test -z '$(STRIP)'; then \
 
730
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
731
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
732
              install; \
 
733
        else \
 
734
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
735
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
736
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
737
        fi
739
738
mostlyclean-generic:
740
739
 
741
740
clean-generic: