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

« back to all changes in this revision

Viewing changes to panel-plugins/brightness/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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(desktopdir)"
47
 
pluginPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
48
50
PROGRAMS = $(plugin_PROGRAMS)
49
51
am_xfce4_brightness_plugin_OBJECTS =  \
50
52
        xfce4_brightness_plugin-brightness-plugin.$(OBJEXT) \
65
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
66
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
68
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
84
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82
85
    *) f=$$p;; \
83
86
  esac;
84
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
85
 
desktopDATA_INSTALL = $(INSTALL_DATA)
 
87
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
88
am__install_max = 40
 
89
am__nobase_strip_setup = \
 
90
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
91
am__nobase_strip = \
 
92
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
93
am__nobase_list = $(am__nobase_strip_setup); \
 
94
  for p in $$list; do echo "$$p $$p"; done | \
 
95
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
96
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
97
    if (++n[$$2] == $(am__install_max)) \
 
98
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
99
    END { for (dir in files) print dir, files[dir] }'
 
100
am__base_list = \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
102
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
86
103
DATA = $(desktop_DATA)
87
104
ETAGS = etags
88
105
CTAGS = ctags
200
217
PACKAGE_NAME = @PACKAGE_NAME@
201
218
PACKAGE_STRING = @PACKAGE_STRING@
202
219
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
220
PACKAGE_URL = @PACKAGE_URL@
203
221
PACKAGE_VERSION = @PACKAGE_VERSION@
204
222
PATH_SEPARATOR = @PATH_SEPARATOR@
205
223
PKG_CONFIG = @PKG_CONFIG@
329
347
              exit 1;; \
330
348
          esac; \
331
349
        done; \
332
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  panel-plugins/brightness/Makefile'; \
333
 
        cd $(top_srcdir) && \
334
 
          $(AUTOMAKE) --gnu  panel-plugins/brightness/Makefile
 
350
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu panel-plugins/brightness/Makefile'; \
 
351
        $(am__cd) $(top_srcdir) && \
 
352
          $(AUTOMAKE) --gnu panel-plugins/brightness/Makefile
335
353
.PRECIOUS: Makefile
336
354
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337
355
        @case '$?' in \
349
367
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
368
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351
369
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
370
$(am__aclocal_m4_deps):
352
371
install-pluginPROGRAMS: $(plugin_PROGRAMS)
353
372
        @$(NORMAL_INSTALL)
354
373
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
355
 
        @list='$(plugin_PROGRAMS)'; for p in $$list; do \
356
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
357
 
          if test -f $$p \
358
 
             || test -f $$p1 \
359
 
          ; then \
360
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
361
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
362
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(plugindir)/$$f" || exit 1; \
363
 
          else :; fi; \
364
 
        done
 
374
        @list='$(plugin_PROGRAMS)'; test -n "$(plugindir)" || list=; \
 
375
        for p in $$list; do echo "$$p $$p"; done | \
 
376
        sed 's/$(EXEEXT)$$//' | \
 
377
        while read p p1; do if test -f $$p || test -f $$p1; \
 
378
          then echo "$$p"; echo "$$p"; else :; fi; \
 
379
        done | \
 
380
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
381
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
382
        sed 'N;N;N;s,\n, ,g' | \
 
383
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
384
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
385
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
386
            else { print "f", $$3 "/" $$4, $$1; } } \
 
387
          END { for (d in files) print "f", d, files[d] }' | \
 
388
        while read type dir files; do \
 
389
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
390
            test -z "$$files" || { \
 
391
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(plugindir)$$dir'"; \
 
392
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(plugindir)$$dir" || exit $$?; \
 
393
            } \
 
394
        ; done
365
395
 
366
396
uninstall-pluginPROGRAMS:
367
397
        @$(NORMAL_UNINSTALL)
368
 
        @list='$(plugin_PROGRAMS)'; for p in $$list; do \
369
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
370
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
371
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
372
 
        done
 
398
        @list='$(plugin_PROGRAMS)'; test -n "$(plugindir)" || list=; \
 
399
        files=`for p in $$list; do echo "$$p"; done | \
 
400
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
401
              -e 's/$$/$(EXEEXT)/' `; \
 
402
        test -n "$$list" || exit 0; \
 
403
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
404
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
373
405
 
374
406
clean-pluginPROGRAMS:
375
 
        @list='$(plugin_PROGRAMS)'; for p in $$list; do \
376
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
377
 
          echo " rm -f $$p $$f"; \
378
 
          rm -f $$p $$f ; \
379
 
        done
 
407
        @list='$(plugin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
408
        echo " rm -f" $$list; \
 
409
        rm -f $$list || exit $$?; \
 
410
        test -n "$(EXEEXT)" || exit 0; \
 
411
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
412
        echo " rm -f" $$list; \
 
413
        rm -f $$list
380
414
xfce4-brightness-plugin$(EXEEXT): $(xfce4_brightness_plugin_OBJECTS) $(xfce4_brightness_plugin_DEPENDENCIES) 
381
415
        @rm -f xfce4-brightness-plugin$(EXEEXT)
382
416
        $(xfce4_brightness_plugin_LINK) $(xfce4_brightness_plugin_OBJECTS) $(xfce4_brightness_plugin_LDADD) $(LIBS)
393
427
 
394
428
.c.o:
395
429
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
430
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
397
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
433
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
400
434
 
401
435
.c.obj:
402
436
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
403
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
437
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406
440
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
407
441
 
408
442
.c.lo:
409
443
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
410
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
444
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
411
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
412
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
447
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
414
448
 
415
449
xfce4_brightness_plugin-brightness-plugin.o: brightness-plugin.c
416
450
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -MT xfce4_brightness_plugin-brightness-plugin.o -MD -MP -MF $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Tpo -c -o xfce4_brightness_plugin-brightness-plugin.o `test -f 'brightness-plugin.c' || echo '$(srcdir)/'`brightness-plugin.c
417
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Po
 
451
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Po
418
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='brightness-plugin.c' object='xfce4_brightness_plugin-brightness-plugin.o' libtool=no @AMDEPBACKSLASH@
419
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420
454
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_brightness_plugin-brightness-plugin.o `test -f 'brightness-plugin.c' || echo '$(srcdir)/'`brightness-plugin.c
421
455
 
422
456
xfce4_brightness_plugin-brightness-plugin.obj: brightness-plugin.c
423
457
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -MT xfce4_brightness_plugin-brightness-plugin.obj -MD -MP -MF $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Tpo -c -o xfce4_brightness_plugin-brightness-plugin.obj `if test -f 'brightness-plugin.c'; then $(CYGPATH_W) 'brightness-plugin.c'; else $(CYGPATH_W) '$(srcdir)/brightness-plugin.c'; fi`
424
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Po
 
458
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-plugin.Po
425
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='brightness-plugin.c' object='xfce4_brightness_plugin-brightness-plugin.obj' libtool=no @AMDEPBACKSLASH@
426
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427
461
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_brightness_plugin-brightness-plugin.obj `if test -f 'brightness-plugin.c'; then $(CYGPATH_W) 'brightness-plugin.c'; else $(CYGPATH_W) '$(srcdir)/brightness-plugin.c'; fi`
428
462
 
429
463
xfce4_brightness_plugin-brightness-button.o: brightness-button.c
430
464
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -MT xfce4_brightness_plugin-brightness-button.o -MD -MP -MF $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Tpo -c -o xfce4_brightness_plugin-brightness-button.o `test -f 'brightness-button.c' || echo '$(srcdir)/'`brightness-button.c
431
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Po
 
465
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Po
432
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='brightness-button.c' object='xfce4_brightness_plugin-brightness-button.o' libtool=no @AMDEPBACKSLASH@
433
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434
468
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_brightness_plugin-brightness-button.o `test -f 'brightness-button.c' || echo '$(srcdir)/'`brightness-button.c
435
469
 
436
470
xfce4_brightness_plugin-brightness-button.obj: brightness-button.c
437
471
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -MT xfce4_brightness_plugin-brightness-button.obj -MD -MP -MF $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Tpo -c -o xfce4_brightness_plugin-brightness-button.obj `if test -f 'brightness-button.c'; then $(CYGPATH_W) 'brightness-button.c'; else $(CYGPATH_W) '$(srcdir)/brightness-button.c'; fi`
438
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Po
 
472
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-button.Po
439
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='brightness-button.c' object='xfce4_brightness_plugin-brightness-button.obj' libtool=no @AMDEPBACKSLASH@
440
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
475
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_brightness_plugin-brightness-button.obj `if test -f 'brightness-button.c'; then $(CYGPATH_W) 'brightness-button.c'; else $(CYGPATH_W) '$(srcdir)/brightness-button.c'; fi`
442
476
 
443
477
xfce4_brightness_plugin-brightness-proxy.o: brightness-proxy.c
444
478
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -MT xfce4_brightness_plugin-brightness-proxy.o -MD -MP -MF $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Tpo -c -o xfce4_brightness_plugin-brightness-proxy.o `test -f 'brightness-proxy.c' || echo '$(srcdir)/'`brightness-proxy.c
445
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Po
 
479
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Po
446
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='brightness-proxy.c' object='xfce4_brightness_plugin-brightness-proxy.o' libtool=no @AMDEPBACKSLASH@
447
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
482
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_brightness_plugin-brightness-proxy.o `test -f 'brightness-proxy.c' || echo '$(srcdir)/'`brightness-proxy.c
449
483
 
450
484
xfce4_brightness_plugin-brightness-proxy.obj: brightness-proxy.c
451
485
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -MT xfce4_brightness_plugin-brightness-proxy.obj -MD -MP -MF $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Tpo -c -o xfce4_brightness_plugin-brightness-proxy.obj `if test -f 'brightness-proxy.c'; then $(CYGPATH_W) 'brightness-proxy.c'; else $(CYGPATH_W) '$(srcdir)/brightness-proxy.c'; fi`
452
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Po
 
486
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Tpo $(DEPDIR)/xfce4_brightness_plugin-brightness-proxy.Po
453
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='brightness-proxy.c' object='xfce4_brightness_plugin-brightness-proxy.obj' libtool=no @AMDEPBACKSLASH@
454
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
489
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_brightness_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_brightness_plugin-brightness-proxy.obj `if test -f 'brightness-proxy.c'; then $(CYGPATH_W) 'brightness-proxy.c'; else $(CYGPATH_W) '$(srcdir)/brightness-proxy.c'; fi`
462
496
install-desktopDATA: $(desktop_DATA)
463
497
        @$(NORMAL_INSTALL)
464
498
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
465
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
499
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
500
        for p in $$list; do \
466
501
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
467
 
          f=$(am__strip_dir) \
468
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
469
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
502
          echo "$$d$$p"; \
 
503
        done | $(am__base_list) | \
 
504
        while read files; do \
 
505
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
506
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
470
507
        done
471
508
 
472
509
uninstall-desktopDATA:
473
510
        @$(NORMAL_UNINSTALL)
474
 
        @list='$(desktop_DATA)'; for p in $$list; do \
475
 
          f=$(am__strip_dir) \
476
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
477
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
478
 
        done
 
511
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
512
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
513
        test -n "$$files" || exit 0; \
 
514
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
515
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
479
516
 
480
517
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
481
518
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
489
526
 
490
527
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
491
528
                $(TAGS_FILES) $(LISP)
492
 
        tags=; \
 
529
        set x; \
493
530
        here=`pwd`; \
494
531
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
495
532
        unique=`for i in $$list; do \
497
534
          done | \
498
535
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499
536
              END { if (nonempty) { for (i in files) print i; }; }'`; \
500
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
537
        shift; \
 
538
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
501
539
          test -n "$$unique" || unique=$$empty_fix; \
502
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503
 
            $$tags $$unique; \
 
540
          if test $$# -gt 0; then \
 
541
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
542
              "$$@" $$unique; \
 
543
          else \
 
544
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
545
              $$unique; \
 
546
          fi; \
504
547
        fi
505
548
ctags: CTAGS
506
549
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
507
550
                $(TAGS_FILES) $(LISP)
508
 
        tags=; \
509
551
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
510
552
        unique=`for i in $$list; do \
511
553
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
512
554
          done | \
513
555
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
514
556
              END { if (nonempty) { for (i in files) print i; }; }'`; \
515
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
557
        test -z "$(CTAGS_ARGS)$$unique" \
516
558
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
517
 
             $$tags $$unique
 
559
             $$unique
518
560
 
519
561
GTAGS:
520
562
        here=`$(am__cd) $(top_builddir) && pwd` \
521
 
          && cd $(top_srcdir) \
522
 
          && gtags -i $(GTAGS_ARGS) $$here
 
563
          && $(am__cd) $(top_srcdir) \
 
564
          && gtags -i $(GTAGS_ARGS) "$$here"
523
565
 
524
566
distclean-tags:
525
567
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540
582
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
541
583
          if test -d $$d/$$file; then \
542
584
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
585
            if test -d "$(distdir)/$$file"; then \
 
586
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
587
            fi; \
543
588
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
544
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
589
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
590
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545
591
            fi; \
546
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
592
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
547
593
          else \
548
 
            test -f $(distdir)/$$file \
549
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
594
            test -f "$(distdir)/$$file" \
 
595
            || cp -p $$d/$$file "$(distdir)/$$file" \
550
596
            || exit 1; \
551
597
          fi; \
552
598
        done
578
624
 
579
625
distclean-generic:
580
626
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
627
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581
628
 
582
629
maintainer-clean-generic:
583
630
        @echo "This command is intended for maintainers to use"
599
646
 
600
647
html: html-am
601
648
 
 
649
html-am:
 
650
 
602
651
info: info-am
603
652
 
604
653
info-am:
607
656
 
608
657
install-dvi: install-dvi-am
609
658
 
 
659
install-dvi-am:
 
660
 
610
661
install-exec-am:
611
662
 
612
663
install-html: install-html-am
613
664
 
 
665
install-html-am:
 
666
 
614
667
install-info: install-info-am
615
668
 
 
669
install-info-am:
 
670
 
616
671
install-man:
617
672
 
618
673
install-pdf: install-pdf-am
619
674
 
 
675
install-pdf-am:
 
676
 
620
677
install-ps: install-ps-am
621
678
 
 
679
install-ps-am:
 
680
 
622
681
installcheck-am:
623
682
 
624
683
maintainer-clean: maintainer-clean-am
662
721
 
663
722
%.desktop.in: %.desktop.in.in
664
723
        sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
 
724
 
665
725
# Tell versions [3.59,3.63) of GNU make to not export all variables.
666
726
# Otherwise a system limit (for SysV at least) may be exceeded.
667
727
.NOEXPORT: