~ubuntu-branches/ubuntu/vivid/banshee-community-extensions/vivid

« back to all changes in this revision

Viewing changes to src/Lirc/lirc-glue/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-10-02 16:40:06 UTC
  • mfrom: (1.1.5 upstream) (4.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20101002164006-7f3ep20zug2aj5vl
Tags: 1.8.0-1ubuntu1
* Merge from Debian experimental, remaining changes:
  + Enable building of AppIndicator, Lirc, SoundMenu, and U1MS
  + Also enable SoundMenu extension by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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
67
69
mkinstalldirs = $(install_sh) -d
68
70
CONFIG_HEADER = $(top_builddir)/config.h
69
71
CONFIG_CLEAN_FILES =
 
72
CONFIG_CLEAN_VPATH_FILES =
70
73
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71
74
am__vpath_adj = case $$p in \
72
75
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73
76
    *) f=$$p;; \
74
77
  esac;
75
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
78
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
79
am__install_max = 40
 
80
am__nobase_strip_setup = \
 
81
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
82
am__nobase_strip = \
 
83
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
84
am__nobase_list = $(am__nobase_strip_setup); \
 
85
  for p in $$list; do echo "$$p $$p"; done | \
 
86
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
87
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
88
    if (++n[$$2] == $(am__install_max)) \
 
89
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
90
    END { for (dir in files) print dir, files[dir] }'
 
91
am__base_list = \
 
92
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
93
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76
94
am__installdirs = "$(DESTDIR)$(lircgluelibdir)"
77
 
lircgluelibLTLIBRARIES_INSTALL = $(INSTALL)
78
95
LTLIBRARIES = $(lircgluelib_LTLIBRARIES)
79
96
liblircglue_la_DEPENDENCIES =
80
97
am__liblircglue_la_SOURCES_DIST = lirc-glue.c
87
104
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
88
105
depcomp = $(SHELL) $(top_srcdir)/depcomp
89
106
am__depfiles_maybe = depfiles
 
107
am__mv = mv -f
90
108
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91
109
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
110
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
183
201
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184
202
INSTOBJEXT = @INSTOBJEXT@
185
203
INTLLIBS = @INTLLIBS@
186
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
187
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
188
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
189
204
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
190
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
191
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
192
205
INTLTOOL_MERGE = @INTLTOOL_MERGE@
193
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
194
206
INTLTOOL_PERL = @INTLTOOL_PERL@
195
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
196
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
197
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
198
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
199
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
200
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
201
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
202
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
203
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
204
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
205
207
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
206
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
207
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
208
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
209
208
JAY = @JAY@
210
209
LD = @LD@
211
210
LDFLAGS = @LDFLAGS@
222
221
MAKEINFO = @MAKEINFO@
223
222
MCS = @MCS@
224
223
MKDIR_P = @MKDIR_P@
 
224
MKINSTALLDIRS = @MKINSTALLDIRS@
225
225
MONO = @MONO@
226
226
MONO_CFLAGS = @MONO_CFLAGS@
227
227
MONO_LIBS = @MONO_LIBS@
249
249
PACKAGE_NAME = @PACKAGE_NAME@
250
250
PACKAGE_STRING = @PACKAGE_STRING@
251
251
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
252
PACKAGE_URL = @PACKAGE_URL@
252
253
PACKAGE_VERSION = @PACKAGE_VERSION@
253
254
PATH_SEPARATOR = @PATH_SEPARATOR@
254
255
PKG_CONFIG = @PKG_CONFIG@
350
351
        @for dep in $?; do \
351
352
          case '$(am__configure_deps)' in \
352
353
            *$$dep*) \
353
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
354
 
                && exit 0; \
 
354
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
355
                && { if test -f $@; then exit 0; else break; fi; }; \
355
356
              exit 1;; \
356
357
          esac; \
357
358
        done; \
358
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Lirc/lirc-glue/Makefile'; \
359
 
        cd $(top_srcdir) && \
360
 
          $(AUTOMAKE) --foreign  src/Lirc/lirc-glue/Makefile
 
359
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Lirc/lirc-glue/Makefile'; \
 
360
        $(am__cd) $(top_srcdir) && \
 
361
          $(AUTOMAKE) --foreign src/Lirc/lirc-glue/Makefile
361
362
.PRECIOUS: Makefile
362
363
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363
364
        @case '$?' in \
375
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
377
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
377
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
379
$(am__aclocal_m4_deps):
378
380
install-lircgluelibLTLIBRARIES: $(lircgluelib_LTLIBRARIES)
379
381
        @$(NORMAL_INSTALL)
380
382
        test -z "$(lircgluelibdir)" || $(MKDIR_P) "$(DESTDIR)$(lircgluelibdir)"
381
 
        @list='$(lircgluelib_LTLIBRARIES)'; for p in $$list; do \
 
383
        @list='$(lircgluelib_LTLIBRARIES)'; test -n "$(lircgluelibdir)" || list=; \
 
384
        list2=; for p in $$list; do \
382
385
          if test -f $$p; then \
383
 
            f=$(am__strip_dir) \
384
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(lircgluelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(lircgluelibdir)/$$f'"; \
385
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(lircgluelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(lircgluelibdir)/$$f"; \
 
386
            list2="$$list2 $$p"; \
386
387
          else :; fi; \
387
 
        done
 
388
        done; \
 
389
        test -z "$$list2" || { \
 
390
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(lircgluelibdir)'"; \
 
391
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(lircgluelibdir)"; \
 
392
        }
388
393
 
389
394
uninstall-lircgluelibLTLIBRARIES:
390
395
        @$(NORMAL_UNINSTALL)
391
 
        @list='$(lircgluelib_LTLIBRARIES)'; for p in $$list; do \
392
 
          p=$(am__strip_dir) \
393
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(lircgluelibdir)/$$p'"; \
394
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(lircgluelibdir)/$$p"; \
 
396
        @list='$(lircgluelib_LTLIBRARIES)'; test -n "$(lircgluelibdir)" || list=; \
 
397
        for p in $$list; do \
 
398
          $(am__strip_dir) \
 
399
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(lircgluelibdir)/$$f'"; \
 
400
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(lircgluelibdir)/$$f"; \
395
401
        done
396
402
 
397
403
clean-lircgluelibLTLIBRARIES:
415
421
 
416
422
.c.o:
417
423
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
418
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
424
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
419
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
427
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
422
428
 
423
429
.c.obj:
424
430
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
425
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
431
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
426
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428
434
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
429
435
 
430
436
.c.lo:
431
437
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
432
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
438
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
433
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
434
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435
441
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
445
451
        unique=`for i in $$list; do \
446
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
453
          done | \
448
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450
456
        mkid -fID $$unique
451
457
tags: TAGS
452
458
 
453
459
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454
460
                $(TAGS_FILES) $(LISP)
455
 
        tags=; \
 
461
        set x; \
456
462
        here=`pwd`; \
457
463
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458
464
        unique=`for i in $$list; do \
460
466
          done | \
461
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
463
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
469
        shift; \
 
470
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464
471
          test -n "$$unique" || unique=$$empty_fix; \
465
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466
 
            $$tags $$unique; \
 
472
          if test $$# -gt 0; then \
 
473
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
474
              "$$@" $$unique; \
 
475
          else \
 
476
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
477
              $$unique; \
 
478
          fi; \
467
479
        fi
468
480
ctags: CTAGS
469
481
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
470
482
                $(TAGS_FILES) $(LISP)
471
 
        tags=; \
472
483
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
473
484
        unique=`for i in $$list; do \
474
485
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
486
          done | \
476
487
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
488
              END { if (nonempty) { for (i in files) print i; }; }'`; \
478
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
489
        test -z "$(CTAGS_ARGS)$$unique" \
479
490
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480
 
             $$tags $$unique
 
491
             $$unique
481
492
 
482
493
GTAGS:
483
494
        here=`$(am__cd) $(top_builddir) && pwd` \
484
 
          && cd $(top_srcdir) \
485
 
          && gtags -i $(GTAGS_ARGS) $$here
 
495
          && $(am__cd) $(top_srcdir) \
 
496
          && gtags -i $(GTAGS_ARGS) "$$here"
486
497
 
487
498
distclean-tags:
488
499
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
503
514
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504
515
          if test -d $$d/$$file; then \
505
516
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
517
            if test -d "$(distdir)/$$file"; then \
 
518
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
519
            fi; \
506
520
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
521
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
522
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508
523
            fi; \
509
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
524
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510
525
          else \
511
 
            test -f $(distdir)/$$file \
512
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
526
            test -f "$(distdir)/$$file" \
 
527
            || cp -p $$d/$$file "$(distdir)/$$file" \
513
528
            || exit 1; \
514
529
          fi; \
515
530
        done
541
556
 
542
557
distclean-generic:
543
558
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
559
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
560
 
545
561
maintainer-clean-generic:
546
562
        @echo "This command is intended for maintainers to use"
563
579
 
564
580
html: html-am
565
581
 
 
582
html-am:
 
583
 
566
584
info: info-am
567
585
 
568
586
info-am:
571
589
 
572
590
install-dvi: install-dvi-am
573
591
 
 
592
install-dvi-am:
 
593
 
574
594
install-exec-am:
575
595
 
576
596
install-html: install-html-am
577
597
 
 
598
install-html-am:
 
599
 
578
600
install-info: install-info-am
579
601
 
 
602
install-info-am:
 
603
 
580
604
install-man:
581
605
 
582
606
install-pdf: install-pdf-am
583
607
 
 
608
install-pdf-am:
 
609
 
584
610
install-ps: install-ps-am
585
611
 
 
612
install-ps-am:
 
613
 
586
614
installcheck-am:
587
615
 
588
616
maintainer-clean: maintainer-clean-am
627
655
@ENABLE_LIRC_TRUE@$(top_builddir)/bin/liblircglue.so: liblircglue.la
628
656
@ENABLE_LIRC_TRUE@      mkdir -p $(top_builddir)/bin
629
657
@ENABLE_LIRC_TRUE@      cp -f .libs/liblircglue.so $@
 
658
 
630
659
# Tell versions [3.59,3.63) of GNU make to not export all variables.
631
660
# Otherwise a system limit (for SysV at least) may be exceeded.
632
661
.NOEXPORT: