~ubuntu-branches/ubuntu/maverick/libgnomekbd/maverick

« back to all changes in this revision

Viewing changes to capplet/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-12-14 16:02:16 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20091214160216-h0i1po63etyhj8m2
Tags: 2.28.2-0ubuntu1
* New upstream version:
  - Small fixes for the rendering
* debian/patches/10_fix_indicator_bg.patch: the change is in the new version

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
47
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
50
CONFIG_HEADER = $(top_builddir)/config.h
49
51
CONFIG_CLEAN_FILES = gkbd-indicator-plugins-capplet.desktop.in
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)" \
51
54
        "$(DESTDIR)$(uidir)"
52
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53
55
PROGRAMS = $(bin_PROGRAMS)
54
56
am_gkbd_indicator_plugins_capplet_OBJECTS = gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.$(OBJEXT) \
55
57
        gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.$(OBJEXT)
68
70
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69
71
depcomp = $(SHELL) $(top_srcdir)/depcomp
70
72
am__depfiles_maybe = depfiles
 
73
am__mv = mv -f
71
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84
87
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85
88
    *) f=$$p;; \
86
89
  esac;
87
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
88
 
desktopDATA_INSTALL = $(INSTALL_DATA)
89
 
uiDATA_INSTALL = $(INSTALL_DATA)
 
90
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
91
am__install_max = 40
 
92
am__nobase_strip_setup = \
 
93
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
94
am__nobase_strip = \
 
95
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
96
am__nobase_list = $(am__nobase_strip_setup); \
 
97
  for p in $$list; do echo "$$p $$p"; done | \
 
98
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
99
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
100
    if (++n[$$2] == $(am__install_max)) \
 
101
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
102
    END { for (dir in files) print dir, files[dir] }'
 
103
am__base_list = \
 
104
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
105
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90
106
DATA = $(desktop_DATA) $(ui_DATA)
91
107
ETAGS = etags
92
108
CTAGS = ctags
180
196
PACKAGE_NAME = @PACKAGE_NAME@
181
197
PACKAGE_STRING = @PACKAGE_STRING@
182
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_URL = @PACKAGE_URL@
183
200
PACKAGE_VERSION = @PACKAGE_VERSION@
184
201
PATH_SEPARATOR = @PATH_SEPARATOR@
185
202
PKG_CONFIG = @PKG_CONFIG@
309
326
              exit 1;; \
310
327
          esac; \
311
328
        done; \
312
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  capplet/Makefile'; \
313
 
        cd $(top_srcdir) && \
314
 
          $(AUTOMAKE) --gnu  capplet/Makefile
 
329
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu capplet/Makefile'; \
 
330
        $(am__cd) $(top_srcdir) && \
 
331
          $(AUTOMAKE) --gnu capplet/Makefile
315
332
.PRECIOUS: Makefile
316
333
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317
334
        @case '$?' in \
329
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
347
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
331
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(am__aclocal_m4_deps):
332
350
gkbd-indicator-plugins-capplet.desktop.in: $(top_builddir)/config.status $(srcdir)/gkbd-indicator-plugins-capplet.desktop.in.in
333
351
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
334
352
install-binPROGRAMS: $(bin_PROGRAMS)
335
353
        @$(NORMAL_INSTALL)
336
354
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
337
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
338
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
339
 
          if test -f $$p \
340
 
             || test -f $$p1 \
341
 
          ; then \
342
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
343
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
344
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
345
 
          else :; fi; \
346
 
        done
 
355
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
356
        for p in $$list; do echo "$$p $$p"; done | \
 
357
        sed 's/$(EXEEXT)$$//' | \
 
358
        while read p p1; do if test -f $$p || test -f $$p1; \
 
359
          then echo "$$p"; echo "$$p"; else :; fi; \
 
360
        done | \
 
361
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
362
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
363
        sed 'N;N;N;s,\n, ,g' | \
 
364
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
365
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
366
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
367
            else { print "f", $$3 "/" $$4, $$1; } } \
 
368
          END { for (d in files) print "f", d, files[d] }' | \
 
369
        while read type dir files; do \
 
370
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
371
            test -z "$$files" || { \
 
372
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
373
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
374
            } \
 
375
        ; done
347
376
 
348
377
uninstall-binPROGRAMS:
349
378
        @$(NORMAL_UNINSTALL)
350
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
351
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
352
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
353
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
354
 
        done
 
379
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
380
        files=`for p in $$list; do echo "$$p"; done | \
 
381
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
382
              -e 's/$$/$(EXEEXT)/' `; \
 
383
        test -n "$$list" || exit 0; \
 
384
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
385
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
355
386
 
356
387
clean-binPROGRAMS:
357
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
358
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
359
 
          echo " rm -f $$p $$f"; \
360
 
          rm -f $$p $$f ; \
361
 
        done
 
388
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
389
        echo " rm -f" $$list; \
 
390
        rm -f $$list || exit $$?; \
 
391
        test -n "$(EXEEXT)" || exit 0; \
 
392
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
393
        echo " rm -f" $$list; \
 
394
        rm -f $$list
362
395
gkbd-indicator-plugins-capplet$(EXEEXT): $(gkbd_indicator_plugins_capplet_OBJECTS) $(gkbd_indicator_plugins_capplet_DEPENDENCIES) 
363
396
        @rm -f gkbd-indicator-plugins-capplet$(EXEEXT)
364
397
        $(gkbd_indicator_plugins_capplet_LINK) $(gkbd_indicator_plugins_capplet_OBJECTS) $(gkbd_indicator_plugins_capplet_LDADD) $(LIBS)
374
407
 
375
408
.c.o:
376
409
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
377
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
410
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
378
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
379
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
413
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
381
414
 
382
415
.c.obj:
383
416
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
384
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
417
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
420
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
388
421
 
389
422
.c.lo:
390
423
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
424
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
392
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
393
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
427
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
395
428
 
396
429
gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.o: gkbd-indicator-plugins-capplet.c
397
430
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -MT gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.o -MD -MP -MF $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Tpo -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.o `test -f 'gkbd-indicator-plugins-capplet.c' || echo '$(srcdir)/'`gkbd-indicator-plugins-capplet.c
398
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Po
 
431
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Po
399
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gkbd-indicator-plugins-capplet.c' object='gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.o' libtool=no @AMDEPBACKSLASH@
400
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
434
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.o `test -f 'gkbd-indicator-plugins-capplet.c' || echo '$(srcdir)/'`gkbd-indicator-plugins-capplet.c
402
435
 
403
436
gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.obj: gkbd-indicator-plugins-capplet.c
404
437
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -MT gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.obj -MD -MP -MF $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Tpo -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.obj `if test -f 'gkbd-indicator-plugins-capplet.c'; then $(CYGPATH_W) 'gkbd-indicator-plugins-capplet.c'; else $(CYGPATH_W) '$(srcdir)/gkbd-indicator-plugins-capplet.c'; fi`
405
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Po
 
438
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.Po
406
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gkbd-indicator-plugins-capplet.c' object='gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.obj' libtool=no @AMDEPBACKSLASH@
407
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
441
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-capplet.obj `if test -f 'gkbd-indicator-plugins-capplet.c'; then $(CYGPATH_W) 'gkbd-indicator-plugins-capplet.c'; else $(CYGPATH_W) '$(srcdir)/gkbd-indicator-plugins-capplet.c'; fi`
409
442
 
410
443
gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.o: gkbd-indicator-plugins-add.c
411
444
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -MT gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.o -MD -MP -MF $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Tpo -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.o `test -f 'gkbd-indicator-plugins-add.c' || echo '$(srcdir)/'`gkbd-indicator-plugins-add.c
412
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Po
 
445
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Po
413
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gkbd-indicator-plugins-add.c' object='gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.o' libtool=no @AMDEPBACKSLASH@
414
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
448
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.o `test -f 'gkbd-indicator-plugins-add.c' || echo '$(srcdir)/'`gkbd-indicator-plugins-add.c
416
449
 
417
450
gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.obj: gkbd-indicator-plugins-add.c
418
451
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -MT gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.obj -MD -MP -MF $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Tpo -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.obj `if test -f 'gkbd-indicator-plugins-add.c'; then $(CYGPATH_W) 'gkbd-indicator-plugins-add.c'; else $(CYGPATH_W) '$(srcdir)/gkbd-indicator-plugins-add.c'; fi`
419
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Po
 
452
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Tpo $(DEPDIR)/gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.Po
420
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gkbd-indicator-plugins-add.c' object='gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.obj' libtool=no @AMDEPBACKSLASH@
421
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422
455
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gkbd_indicator_plugins_capplet_CFLAGS) $(CFLAGS) -c -o gkbd_indicator_plugins_capplet-gkbd-indicator-plugins-add.obj `if test -f 'gkbd-indicator-plugins-add.c'; then $(CYGPATH_W) 'gkbd-indicator-plugins-add.c'; else $(CYGPATH_W) '$(srcdir)/gkbd-indicator-plugins-add.c'; fi`
429
462
install-desktopDATA: $(desktop_DATA)
430
463
        @$(NORMAL_INSTALL)
431
464
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
432
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
465
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
466
        for p in $$list; do \
433
467
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
434
 
          f=$(am__strip_dir) \
435
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
436
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
468
          echo "$$d$$p"; \
 
469
        done | $(am__base_list) | \
 
470
        while read files; do \
 
471
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
472
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
437
473
        done
438
474
 
439
475
uninstall-desktopDATA:
440
476
        @$(NORMAL_UNINSTALL)
441
 
        @list='$(desktop_DATA)'; for p in $$list; do \
442
 
          f=$(am__strip_dir) \
443
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
444
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
445
 
        done
 
477
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
478
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
479
        test -n "$$files" || exit 0; \
 
480
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
481
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
446
482
install-uiDATA: $(ui_DATA)
447
483
        @$(NORMAL_INSTALL)
448
484
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
449
 
        @list='$(ui_DATA)'; for p in $$list; do \
 
485
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
486
        for p in $$list; do \
450
487
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
451
 
          f=$(am__strip_dir) \
452
 
          echo " $(uiDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(uidir)/$$f'"; \
453
 
          $(uiDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(uidir)/$$f"; \
 
488
          echo "$$d$$p"; \
 
489
        done | $(am__base_list) | \
 
490
        while read files; do \
 
491
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
 
492
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
454
493
        done
455
494
 
456
495
uninstall-uiDATA:
457
496
        @$(NORMAL_UNINSTALL)
458
 
        @list='$(ui_DATA)'; for p in $$list; do \
459
 
          f=$(am__strip_dir) \
460
 
          echo " rm -f '$(DESTDIR)$(uidir)/$$f'"; \
461
 
          rm -f "$(DESTDIR)$(uidir)/$$f"; \
462
 
        done
 
497
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
498
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
499
        test -n "$$files" || exit 0; \
 
500
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
 
501
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
463
502
 
464
503
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
465
504
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473
512
 
474
513
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475
514
                $(TAGS_FILES) $(LISP)
476
 
        tags=; \
 
515
        set x; \
477
516
        here=`pwd`; \
478
517
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
518
        unique=`for i in $$list; do \
481
520
          done | \
482
521
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
522
              END { if (nonempty) { for (i in files) print i; }; }'`; \
484
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
523
        shift; \
 
524
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
485
525
          test -n "$$unique" || unique=$$empty_fix; \
486
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487
 
            $$tags $$unique; \
 
526
          if test $$# -gt 0; then \
 
527
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
528
              "$$@" $$unique; \
 
529
          else \
 
530
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
531
              $$unique; \
 
532
          fi; \
488
533
        fi
489
534
ctags: CTAGS
490
535
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
491
536
                $(TAGS_FILES) $(LISP)
492
 
        tags=; \
493
537
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
494
538
        unique=`for i in $$list; do \
495
539
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
540
          done | \
497
541
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
542
              END { if (nonempty) { for (i in files) print i; }; }'`; \
499
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
543
        test -z "$(CTAGS_ARGS)$$unique" \
500
544
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501
 
             $$tags $$unique
 
545
             $$unique
502
546
 
503
547
GTAGS:
504
548
        here=`$(am__cd) $(top_builddir) && pwd` \
505
 
          && cd $(top_srcdir) \
506
 
          && gtags -i $(GTAGS_ARGS) $$here
 
549
          && $(am__cd) $(top_srcdir) \
 
550
          && gtags -i $(GTAGS_ARGS) "$$here"
507
551
 
508
552
distclean-tags:
509
553
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
568
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525
569
          if test -d $$d/$$file; then \
526
570
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
571
            if test -d "$(distdir)/$$file"; then \
 
572
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
573
            fi; \
527
574
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
575
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
576
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529
577
            fi; \
530
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
578
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531
579
          else \
532
 
            test -f $(distdir)/$$file \
533
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
580
            test -f "$(distdir)/$$file" \
 
581
            || cp -p $$d/$$file "$(distdir)/$$file" \
534
582
            || exit 1; \
535
583
          fi; \
536
584
        done
561
609
 
562
610
distclean-generic:
563
611
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
612
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
564
613
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
565
614
 
566
615
maintainer-clean-generic:
582
631
 
583
632
html: html-am
584
633
 
 
634
html-am:
 
635
 
585
636
info: info-am
586
637
 
587
638
info-am:
590
641
 
591
642
install-dvi: install-dvi-am
592
643
 
 
644
install-dvi-am:
 
645
 
593
646
install-exec-am: install-binPROGRAMS
594
647
 
595
648
install-html: install-html-am
596
649
 
 
650
install-html-am:
 
651
 
597
652
install-info: install-info-am
598
653
 
 
654
install-info-am:
 
655
 
599
656
install-man:
600
657
 
601
658
install-pdf: install-pdf-am
602
659
 
 
660
install-pdf-am:
 
661
 
603
662
install-ps: install-ps-am
604
663
 
 
664
install-ps-am:
 
665
 
605
666
installcheck-am:
606
667
 
607
668
maintainer-clean: maintainer-clean-am
644
705
 
645
706
 
646
707
@INTLTOOL_DESKTOP_RULE@
 
708
 
647
709
# Tell versions [3.59,3.63) of GNU make to not export all variables.
648
710
# Otherwise a system limit (for SysV at least) may be exceeded.
649
711
.NOEXPORT: