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

« back to all changes in this revision

Viewing changes to data/interfaces/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:
43
43
CONFIG_HEADER = $(top_builddir)/config.h
44
44
CONFIG_CLEAN_FILES =
45
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_$(V))
 
47
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_$(V))
 
50
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_at_0 = @
46
52
SOURCES =
47
53
DIST_SOURCES =
48
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
49
55
ACLOCAL = @ACLOCAL@
50
56
ALL_LINGUAS = @ALL_LINGUAS@
51
57
AMTAR = @AMTAR@
 
58
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
52
59
AR = @AR@
53
60
AUTOCONF = @AUTOCONF@
54
61
AUTOHEADER = @AUTOHEADER@
241
248
        $(interfaces:.ui=_ui.h)
242
249
 
243
250
@MAINTAINER_MODE_TRUE@BUILT_SOURCES = $(interfaces_h)
244
 
DISTCLEANFILES = \
245
 
        $(interfaces_h)
 
251
CLEANFILES = \
 
252
        $(BUILT_SOURCES)
246
253
 
247
254
EXTRA_DIST = \
248
255
        $(interfaces)                           \
348
355
mostlyclean-generic:
349
356
 
350
357
clean-generic:
 
358
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
351
359
 
352
360
distclean-generic:
353
361
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
354
362
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
355
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
356
363
 
357
364
maintainer-clean-generic:
358
365
        @echo "This command is intended for maintainers to use"
437
444
        maintainer-clean-generic mostlyclean mostlyclean-generic \
438
445
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
439
446
 
 
447
 
440
448
@MAINTAINER_MODE_TRUE@xfpm-settings_ui.h: xfpm-settings.ui
441
449
@MAINTAINER_MODE_TRUE@  exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
442
450