~ubuntu-branches/ubuntu/wily/alarm-clock-applet/wily

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-06-04 04:38:46 UTC
  • mfrom: (1.1.4) (6.1.4 quantal)
  • Revision ID: package-import@ubuntu.com-20120604043846-vypb90kf6mruyn4w
Tags: 0.3.3-1
* [05ffad2] New upstream bugfix release:
  - Automatically detect daylight savings time (LP: #290733)
  - Let the WM decide the initial position of the list window (LP: #800635)
  - Check that media player was created successfully (LP: #823585)
  - Don't show notifications when alarms are stopped/snoozed (LP: #908636)
  - Update timestamp when type is changed for active alarms (LP: #885059)
  - Use segment seeks to prevent playback delays when looping (LP: #977110)
  - Enable alarm when closing the Edit alarm dialog (LP: #824337)
* [c6f6846] Drop upstreamed Set-appindicator-title.patch
* [6901288] Bump debhelper compat level to 9 for buildflags
* [224a210] Drop redundant clean rule
* [600f7b3] Don't override LDFLAGS directly.
  Use DEB_LDFLAGS_MAINT_APPEND instead to append --as-needed stuff, as per the
  dpkg-buildflags manpage.

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.
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
46
CONFIG_CLEAN_FILES =
47
47
CONFIG_CLEAN_VPATH_FILES =
48
 
AM_V_GEN = $(am__v_GEN_$(V))
49
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
49
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
50
50
am__v_GEN_0 = @echo "  GEN   " $@;
51
 
AM_V_at = $(am__v_at_$(V))
52
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
AM_V_at = $(am__v_at_@AM_V@)
 
52
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53
53
am__v_at_0 = @
54
54
SOURCES =
55
55
DIST_SOURCES =
81
81
am__base_list = \
82
82
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
83
83
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
84
am__uninstall_files_from_dir = { \
 
85
  test -z "$$files" \
 
86
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
87
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
88
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
89
  }
84
90
am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(schemasdir)" \
85
91
        "$(DESTDIR)$(uidir)"
86
92
DATA = $(desktop_DATA) $(schemas_DATA) $(ui_DATA)
175
181
INTLTOOL_MERGE = @INTLTOOL_MERGE@
176
182
INTLTOOL_PERL = @INTLTOOL_PERL@
177
183
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
184
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
185
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
186
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
187
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
178
188
LDFLAGS = @LDFLAGS@
179
189
LIBNOTIFY_0_7_CFLAGS = @LIBNOTIFY_0_7_CFLAGS@
180
190
LIBNOTIFY_0_7_LIBS = @LIBNOTIFY_0_7_LIBS@
234
244
includedir = @includedir@
235
245
infodir = @infodir@
236
246
install_sh = @install_sh@
 
247
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
248
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
237
249
libdir = @libdir@
238
250
libexecdir = @libexecdir@
239
251
localedir = @localedir@
293
305
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
294
306
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
295
307
        esac;
 
308
$(top_srcdir)/Makefile.decl:
296
309
 
297
310
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
298
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319
332
        @$(NORMAL_UNINSTALL)
320
333
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
321
334
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
322
 
        test -n "$$files" || exit 0; \
323
 
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
324
 
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
335
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
325
336
install-schemasDATA: $(schemas_DATA)
326
337
        @$(NORMAL_INSTALL)
327
338
        test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
339
350
        @$(NORMAL_UNINSTALL)
340
351
        @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
341
352
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
342
 
        test -n "$$files" || exit 0; \
343
 
        echo " ( cd '$(DESTDIR)$(schemasdir)' && rm -f" $$files ")"; \
344
 
        cd "$(DESTDIR)$(schemasdir)" && rm -f $$files
 
353
        dir='$(DESTDIR)$(schemasdir)'; $(am__uninstall_files_from_dir)
345
354
install-uiDATA: $(ui_DATA)
346
355
        @$(NORMAL_INSTALL)
347
356
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
359
368
        @$(NORMAL_UNINSTALL)
360
369
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
361
370
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
362
 
        test -n "$$files" || exit 0; \
363
 
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
364
 
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
 
371
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
365
372
 
366
373
# This directory's subdirectories are mostly independent; you can cd
367
374
# into them and run `make' without going through this Makefile.
575
582
 
576
583
installcheck: installcheck-recursive
577
584
install-strip:
578
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580
 
          `test -z '$(STRIP)' || \
581
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
585
        if test -z '$(STRIP)'; then \
 
586
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
587
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
588
              install; \
 
589
        else \
 
590
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
591
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
592
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
593
        fi
582
594
mostlyclean-generic:
583
595
 
584
596
clean-generic: