~ubuntu-branches/ubuntu/trusty/banshee/trusty-updates

« back to all changes in this revision

Viewing changes to extras/metrics/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2013-04-21 23:28:07 UTC
  • mfrom: (1.2.24) (6.3.32 experimental)
  • Revision ID: package-import@ubuntu.com-20130421232807-orxs82050r84xgni
Tags: 2.6.1-1ubuntu1
* [2b2c50d] Merge from experimental (LP: #1171179), remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
  - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~
  - [03c8cad] Set debian-branch to ubuntu/raring
* Additional Launchpad bugs fixed:
  - Incorrect selected playlist from dropdown list in Sync UI (LP: #685119)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 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,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
116
133
am__installdirs = "$(DESTDIR)$(moduledir)"
117
134
SCRIPTS = $(module_SCRIPTS)
118
135
DIST_SOURCES =
 
136
am__can_run_installinfo = \
 
137
  case $$AM_UPDATE_INFO_DIR in \
 
138
    n|no|NO) false;; \
 
139
    *) (install-info --version) >/dev/null 2>&1;; \
 
140
  esac
119
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120
142
ACLOCAL = @ACLOCAL@
121
143
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
154
176
CXX = @CXX@
155
177
CYGPATH_W = @CYGPATH_W@
156
178
DATADIRNAME = @DATADIRNAME@
 
179
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
180
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
157
181
DBUS_SHARP_CFLAGS = @DBUS_SHARP_CFLAGS@
158
182
DBUS_SHARP_GLIB_CFLAGS = @DBUS_SHARP_GLIB_CFLAGS@
159
183
DBUS_SHARP_GLIB_LIBS = @DBUS_SHARP_GLIB_LIBS@
673
697
$(am__aclocal_m4_deps):
674
698
install-moduleSCRIPTS: $(module_SCRIPTS)
675
699
        @$(NORMAL_INSTALL)
676
 
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
677
700
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || list=; \
 
701
        if test -n "$$list"; then \
 
702
          echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \
 
703
          $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \
 
704
        fi; \
678
705
        for p in $$list; do \
679
706
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
680
707
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \