~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-12-04 16:13:45 UTC
  • mfrom: (6.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204161345-pkcz5rs7pudco2hl
Tags: 0.8.4.2-1ubuntu1
* Merge from Debian testing, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7~)
  - debian/README.source: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
CONFIG_HEADER = config.h
50
50
CONFIG_CLEAN_FILES =
51
51
CONFIG_CLEAN_VPATH_FILES =
 
52
AM_V_GEN = $(am__v_GEN_$(V))
 
53
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_GEN_0 = @echo "  GEN   " $@;
 
55
AM_V_at = $(am__v_at_$(V))
 
56
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_at_0 = @
52
58
SOURCES =
53
59
DIST_SOURCES =
54
60
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
105
111
ACLOCAL = @ACLOCAL@
106
112
ALL_LINGUAS = @ALL_LINGUAS@
107
113
AMTAR = @AMTAR@
 
114
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
108
115
AR = @AR@
109
116
AUTOCONF = @AUTOCONF@
110
117
AUTOHEADER = @AUTOHEADER@