~ubuntu-branches/ubuntu/vivid/hamster-applet/vivid

« back to all changes in this revision

Viewing changes to hamster/keybinder/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2009-10-22 22:01:54 UTC
  • mfrom: (1.2.4 upstream) (5.2.2 sid)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20091022220154-do4zoetlf35l36pe
Tags: 2.28.1-1
New upstream release.

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
49
CONFIG_HEADER = $(top_builddir)/config.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
am__vpath_adj = case $$p in \
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(_keybinderdir)" \
56
74
        "$(DESTDIR)$(_keybinderdir)"
57
 
_keybinderLTLIBRARIES_INSTALL = $(INSTALL)
58
75
LTLIBRARIES = $(_keybinder_LTLIBRARIES)
59
76
am__DEPENDENCIES_1 =
60
77
_keybinder_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
69
86
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70
87
depcomp = $(SHELL) $(top_srcdir)/depcomp
71
88
am__depfiles_maybe = depfiles
 
89
am__mv = mv -f
72
90
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
91
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
92
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80
98
        $(LDFLAGS) -o $@
81
99
SOURCES = $(_keybinder_la_SOURCES) $(nodist__keybinder_la_SOURCES)
82
100
DIST_SOURCES = $(_keybinder_la_SOURCES)
83
 
_keybinderPYTHON_INSTALL = $(INSTALL_DATA)
84
101
py_compile = $(top_srcdir)/py-compile
85
102
ETAGS = etags
86
103
CTAGS = ctags
163
180
PACKAGE_NAME = @PACKAGE_NAME@
164
181
PACKAGE_STRING = @PACKAGE_STRING@
165
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
183
PACKAGE_URL = @PACKAGE_URL@
166
184
PACKAGE_VERSION = @PACKAGE_VERSION@
167
185
PATH_SEPARATOR = @PATH_SEPARATOR@
168
186
PKG_CONFIG = @PKG_CONFIG@
170
188
POSUB = @POSUB@
171
189
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
172
190
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
191
PYEXECDIR = @PYEXECDIR@
173
192
PYGTK_CODEGEN = @PYGTK_CODEGEN@
174
193
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
175
194
PYTHON = @PYTHON@
176
 
PYTHONDIR = @PYTHONDIR@
177
195
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
178
196
PYTHON_INCLUDES = @PYTHON_INCLUDES@
179
197
PYTHON_PLATFORM = @PYTHON_PLATFORM@
277
295
              exit 1;; \
278
296
          esac; \
279
297
        done; \
280
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  hamster/keybinder/Makefile'; \
281
 
        cd $(top_srcdir) && \
282
 
          $(AUTOMAKE) --foreign  hamster/keybinder/Makefile
 
298
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hamster/keybinder/Makefile'; \
 
299
        $(am__cd) $(top_srcdir) && \
 
300
          $(AUTOMAKE) --foreign hamster/keybinder/Makefile
283
301
.PRECIOUS: Makefile
284
302
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285
303
        @case '$?' in \
297
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
316
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
299
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
318
$(am__aclocal_m4_deps):
300
319
install-_keybinderLTLIBRARIES: $(_keybinder_LTLIBRARIES)
301
320
        @$(NORMAL_INSTALL)
302
321
        test -z "$(_keybinderdir)" || $(MKDIR_P) "$(DESTDIR)$(_keybinderdir)"
303
 
        @list='$(_keybinder_LTLIBRARIES)'; for p in $$list; do \
 
322
        @list='$(_keybinder_LTLIBRARIES)'; test -n "$(_keybinderdir)" || list=; \
 
323
        list2=; for p in $$list; do \
304
324
          if test -f $$p; then \
305
 
            f=$(am__strip_dir) \
306
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(_keybinderdir)/$$f'"; \
307
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(_keybinderdir)/$$f"; \
 
325
            list2="$$list2 $$p"; \
308
326
          else :; fi; \
309
 
        done
 
327
        done; \
 
328
        test -z "$$list2" || { \
 
329
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(_keybinderdir)'"; \
 
330
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(_keybinderdir)"; \
 
331
        }
310
332
 
311
333
uninstall-_keybinderLTLIBRARIES:
312
334
        @$(NORMAL_UNINSTALL)
313
 
        @list='$(_keybinder_LTLIBRARIES)'; for p in $$list; do \
314
 
          p=$(am__strip_dir) \
315
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(_keybinderdir)/$$p'"; \
316
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(_keybinderdir)/$$p"; \
 
335
        @list='$(_keybinder_LTLIBRARIES)'; test -n "$(_keybinderdir)" || list=; \
 
336
        for p in $$list; do \
 
337
          $(am__strip_dir) \
 
338
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(_keybinderdir)/$$f'"; \
 
339
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(_keybinderdir)/$$f"; \
317
340
        done
318
341
 
319
342
clean-_keybinderLTLIBRARIES:
340
363
 
341
364
.c.o:
342
365
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
343
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
366
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346
369
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
347
370
 
348
371
.c.obj:
349
372
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
350
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
373
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
376
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
354
377
 
355
378
.c.lo:
356
379
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
380
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
358
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
359
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
383
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
367
390
install-_keybinderPYTHON: $(_keybinder_PYTHON)
368
391
        @$(NORMAL_INSTALL)
369
392
        test -z "$(_keybinderdir)" || $(MKDIR_P) "$(DESTDIR)$(_keybinderdir)"
370
 
        @list='$(_keybinder_PYTHON)'; dlist=''; for p in $$list; do\
 
393
        @list='$(_keybinder_PYTHON)'; dlist=; list2=; test -n "$(_keybinderdir)" || list=; \
 
394
        for p in $$list; do \
371
395
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
372
396
          if test -f $$b$$p; then \
373
 
            f=$(am__strip_dir) \
 
397
            $(am__strip_dir) \
374
398
            dlist="$$dlist $$f"; \
375
 
            echo " $(_keybinderPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(_keybinderdir)/$$f'"; \
376
 
            $(_keybinderPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(_keybinderdir)/$$f"; \
 
399
            list2="$$list2 $$b$$p"; \
377
400
          else :; fi; \
378
401
        done; \
 
402
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
403
        while read files; do \
 
404
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(_keybinderdir)'"; \
 
405
          $(INSTALL_DATA) $$files "$(DESTDIR)$(_keybinderdir)" || exit $$?; \
 
406
        done || exit $$?; \
379
407
        if test -n "$$dlist"; then \
380
408
          if test -z "$(DESTDIR)"; then \
381
409
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(_keybinderdir)" $$dlist; \
386
414
 
387
415
uninstall-_keybinderPYTHON:
388
416
        @$(NORMAL_UNINSTALL)
389
 
        @list='$(_keybinder_PYTHON)'; dlist=''; for p in $$list; do\
390
 
          f=$(am__strip_dir) \
391
 
          rm -f "$(DESTDIR)$(_keybinderdir)/$$f"; \
392
 
          rm -f "$(DESTDIR)$(_keybinderdir)/$${f}c"; \
393
 
          rm -f "$(DESTDIR)$(_keybinderdir)/$${f}o"; \
394
 
        done
 
417
        @list='$(_keybinder_PYTHON)'; test -n "$(_keybinderdir)" || list=; \
 
418
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
419
        test -n "$$files" || exit 0; \
 
420
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
421
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
422
        echo " ( cd '$(DESTDIR)$(_keybinderdir)' && rm -f" $$files ")"; \
 
423
        cd "$(DESTDIR)$(_keybinderdir)" && rm -f $$files || exit $$?; \
 
424
        echo " ( cd '$(DESTDIR)$(_keybinderdir)' && rm -f" $$filesc ")"; \
 
425
        cd "$(DESTDIR)$(_keybinderdir)" && rm -f $$filesc || exit $$?; \
 
426
        echo " ( cd '$(DESTDIR)$(_keybinderdir)' && rm -f" $$fileso ")"; \
 
427
        cd "$(DESTDIR)$(_keybinderdir)" && rm -f $$fileso
395
428
 
396
429
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
397
430
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405
438
 
406
439
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
407
440
                $(TAGS_FILES) $(LISP)
408
 
        tags=; \
 
441
        set x; \
409
442
        here=`pwd`; \
410
443
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
411
444
        unique=`for i in $$list; do \
413
446
          done | \
414
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
416
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
449
        shift; \
 
450
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417
451
          test -n "$$unique" || unique=$$empty_fix; \
418
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419
 
            $$tags $$unique; \
 
452
          if test $$# -gt 0; then \
 
453
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
454
              "$$@" $$unique; \
 
455
          else \
 
456
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
457
              $$unique; \
 
458
          fi; \
420
459
        fi
421
460
ctags: CTAGS
422
461
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
462
                $(TAGS_FILES) $(LISP)
424
 
        tags=; \
425
463
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
426
464
        unique=`for i in $$list; do \
427
465
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428
466
          done | \
429
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
431
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
469
        test -z "$(CTAGS_ARGS)$$unique" \
432
470
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
433
 
             $$tags $$unique
 
471
             $$unique
434
472
 
435
473
GTAGS:
436
474
        here=`$(am__cd) $(top_builddir) && pwd` \
437
 
          && cd $(top_srcdir) \
438
 
          && gtags -i $(GTAGS_ARGS) $$here
 
475
          && $(am__cd) $(top_srcdir) \
 
476
          && gtags -i $(GTAGS_ARGS) "$$here"
439
477
 
440
478
distclean-tags:
441
479
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
456
494
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457
495
          if test -d $$d/$$file; then \
458
496
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
497
            if test -d "$(distdir)/$$file"; then \
 
498
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
499
            fi; \
459
500
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
460
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
501
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
502
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461
503
            fi; \
462
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
504
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
463
505
          else \
464
 
            test -f $(distdir)/$$file \
465
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
506
            test -f "$(distdir)/$$file" \
 
507
            || cp -p $$d/$$file "$(distdir)/$$file" \
466
508
            || exit 1; \
467
509
          fi; \
468
510
        done
494
536
 
495
537
distclean-generic:
496
538
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
539
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
497
540
 
498
541
maintainer-clean-generic:
499
542
        @echo "This command is intended for maintainers to use"
515
558
 
516
559
html: html-am
517
560
 
 
561
html-am:
 
562
 
518
563
info: info-am
519
564
 
520
565
info-am:
524
569
 
525
570
install-dvi: install-dvi-am
526
571
 
 
572
install-dvi-am:
 
573
 
527
574
install-exec-am:
528
575
 
529
576
install-html: install-html-am
530
577
 
 
578
install-html-am:
 
579
 
531
580
install-info: install-info-am
532
581
 
 
582
install-info-am:
 
583
 
533
584
install-man:
534
585
 
535
586
install-pdf: install-pdf-am
536
587
 
 
588
install-pdf-am:
 
589
 
537
590
install-ps: install-ps-am
538
591
 
 
592
install-ps-am:
 
593
 
539
594
installcheck-am:
540
595
 
541
596
maintainer-clean: maintainer-clean-am
588
643
            --prefix py$* $*.defs) > gen-$*.c \
589
644
        && cp gen-$*.c $*.c \
590
645
        && rm -f gen-$*.c
 
646
 
591
647
# Tell versions [3.59,3.63) of GNU make to not export all variables.
592
648
# Otherwise a system limit (for SysV at least) may be exceeded.
593
649
.NOEXPORT: