~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-10-02 20:15:41 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091002201541-ognqyxyov51epj84
Tags: 0.8.4-1ubuntu1
* New upstream bugfix release (LP: #438754), merge from Debian unstable,
  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).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156
159
PACKAGE_NAME = @PACKAGE_NAME@
157
160
PACKAGE_STRING = @PACKAGE_STRING@
158
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
162
PACKAGE_URL = @PACKAGE_URL@
159
163
PACKAGE_VERSION = @PACKAGE_VERSION@
160
164
PATH_SEPARATOR = @PATH_SEPARATOR@
161
165
PKG_CONFIG = @PKG_CONFIG@
257
261
              exit 1;; \
258
262
          esac; \
259
263
        done; \
260
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/interfaces/Makefile'; \
261
 
        cd $(top_srcdir) && \
262
 
          $(AUTOMAKE) --gnu  data/interfaces/Makefile
 
264
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/interfaces/Makefile'; \
 
265
        $(am__cd) $(top_srcdir) && \
 
266
          $(AUTOMAKE) --gnu data/interfaces/Makefile
263
267
.PRECIOUS: Makefile
264
268
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265
269
        @case '$?' in \
277
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
282
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
279
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
$(am__aclocal_m4_deps):
280
285
 
281
286
mostlyclean-libtool:
282
287
        -rm -f *.lo
306
311
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
307
312
          if test -d $$d/$$file; then \
308
313
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
314
            if test -d "$(distdir)/$$file"; then \
 
315
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
316
            fi; \
309
317
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
310
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
318
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
319
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
311
320
            fi; \
312
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
321
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
313
322
          else \
314
 
            test -f $(distdir)/$$file \
315
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
323
            test -f "$(distdir)/$$file" \
 
324
            || cp -p $$d/$$file "$(distdir)/$$file" \
316
325
            || exit 1; \
317
326
          fi; \
318
327
        done
342
351
 
343
352
distclean-generic:
344
353
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
354
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
345
355
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
346
356
 
347
357
maintainer-clean-generic:
362
372
 
363
373
html: html-am
364
374
 
 
375
html-am:
 
376
 
365
377
info: info-am
366
378
 
367
379
info-am:
370
382
 
371
383
install-dvi: install-dvi-am
372
384
 
 
385
install-dvi-am:
 
386
 
373
387
install-exec-am:
374
388
 
375
389
install-html: install-html-am
376
390
 
 
391
install-html-am:
 
392
 
377
393
install-info: install-info-am
378
394
 
 
395
install-info-am:
 
396
 
379
397
install-man:
380
398
 
381
399
install-pdf: install-pdf-am
382
400
 
 
401
install-pdf-am:
 
402
 
383
403
install-ps: install-ps-am
384
404
 
 
405
install-ps-am:
 
406
 
385
407
installcheck-am:
386
408
 
387
409
maintainer-clean: maintainer-clean-am
402
424
 
403
425
uninstall-am:
404
426
 
405
 
.MAKE: install-am install-strip
 
427
.MAKE: all check install install-am install-strip
406
428
 
407
429
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
408
430
        distclean distclean-generic distclean-libtool distdir dvi \
417
439
 
418
440
@MAINTAINER_MODE_TRUE@xfpm-settings_ui.h: xfpm-settings.ui
419
441
@MAINTAINER_MODE_TRUE@  exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
 
442
 
420
443
# Tell versions [3.59,3.63) of GNU make to not export all variables.
421
444
# Otherwise a system limit (for SysV at least) may be exceeded.
422
445
.NOEXPORT: