~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to monikers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-26 01:14:29 UTC
  • mfrom: (1.1.26 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090926011429-11khy727w5dwny5w
Tags: 2.24.2-1
* Build-depend on libglib2.0-doc to ensure proper xrefs.
* New upstream translation 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.
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
42
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46
49
am__vpath_adj = case $$p in \
47
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48
51
    *) f=$$p;; \
49
52
  esac;
50
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
51
69
am__installdirs = "$(DESTDIR)$(monikerdir)" "$(DESTDIR)$(serverdir)"
52
 
monikerLTLIBRARIES_INSTALL = $(INSTALL)
53
70
LTLIBRARIES = $(moniker_LTLIBRARIES)
54
71
am__DEPENDENCIES_1 =
55
72
libmoniker_std_2_la_DEPENDENCIES =  \
68
85
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69
86
depcomp = $(SHELL) $(top_srcdir)/depcomp
70
87
am__depfiles_maybe = depfiles
 
88
am__mv = mv -f
71
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
90
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
91
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
97
        $(LDFLAGS) -o $@
80
98
SOURCES = $(libmoniker_std_2_la_SOURCES)
81
99
DIST_SOURCES = $(libmoniker_std_2_la_SOURCES)
82
 
serverDATA_INSTALL = $(INSTALL_DATA)
83
100
DATA = $(server_DATA)
84
101
ETAGS = etags
85
102
CTAGS = ctags
139
156
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140
157
INSTOBJEXT = @INSTOBJEXT@
141
158
INTLLIBS = @INTLLIBS@
142
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
143
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
144
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
145
159
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
146
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
147
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
148
160
INTLTOOL_MERGE = @INTLTOOL_MERGE@
149
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
150
161
INTLTOOL_PERL = @INTLTOOL_PERL@
151
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
152
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
153
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
154
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
155
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
156
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
157
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
158
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
159
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
160
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
161
162
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
162
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
163
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
164
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
165
163
LD = @LD@
166
164
LDFLAGS = @LDFLAGS@
167
165
LEX = @LEX@
328
326
              exit 1;; \
329
327
          esac; \
330
328
        done; \
331
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  monikers/Makefile'; \
332
 
        cd $(top_srcdir) && \
333
 
          $(AUTOMAKE) --foreign  monikers/Makefile
 
329
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign monikers/Makefile'; \
 
330
        $(am__cd) $(top_srcdir) && \
 
331
          $(AUTOMAKE) --foreign monikers/Makefile
334
332
.PRECIOUS: Makefile
335
333
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336
334
        @case '$?' in \
348
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349
347
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
350
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(am__aclocal_m4_deps):
351
350
install-monikerLTLIBRARIES: $(moniker_LTLIBRARIES)
352
351
        @$(NORMAL_INSTALL)
353
352
        test -z "$(monikerdir)" || $(MKDIR_P) "$(DESTDIR)$(monikerdir)"
354
 
        @list='$(moniker_LTLIBRARIES)'; for p in $$list; do \
 
353
        @list='$(moniker_LTLIBRARIES)'; test -n "$(monikerdir)" || list=; \
 
354
        list2=; for p in $$list; do \
355
355
          if test -f $$p; then \
356
 
            f=$(am__strip_dir) \
357
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(monikerLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(monikerdir)/$$f'"; \
358
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(monikerLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(monikerdir)/$$f"; \
 
356
            list2="$$list2 $$p"; \
359
357
          else :; fi; \
360
 
        done
 
358
        done; \
 
359
        test -z "$$list2" || { \
 
360
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(monikerdir)'"; \
 
361
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(monikerdir)"; \
 
362
        }
361
363
 
362
364
uninstall-monikerLTLIBRARIES:
363
365
        @$(NORMAL_UNINSTALL)
364
 
        @list='$(moniker_LTLIBRARIES)'; for p in $$list; do \
365
 
          p=$(am__strip_dir) \
366
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(monikerdir)/$$p'"; \
367
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(monikerdir)/$$p"; \
 
366
        @list='$(moniker_LTLIBRARIES)'; test -n "$(monikerdir)" || list=; \
 
367
        for p in $$list; do \
 
368
          $(am__strip_dir) \
 
369
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(monikerdir)/$$f'"; \
 
370
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(monikerdir)/$$f"; \
368
371
        done
369
372
 
370
373
clean-monikerLTLIBRARIES:
396
399
 
397
400
.c.o:
398
401
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
399
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
402
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
400
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
401
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
405
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
403
406
 
404
407
.c.obj:
405
408
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
406
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
409
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
407
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409
412
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
410
413
 
411
414
.c.lo:
412
415
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
413
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
416
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
414
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
415
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
419
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
423
426
install-serverDATA: $(server_DATA)
424
427
        @$(NORMAL_INSTALL)
425
428
        test -z "$(serverdir)" || $(MKDIR_P) "$(DESTDIR)$(serverdir)"
426
 
        @list='$(server_DATA)'; for p in $$list; do \
 
429
        @list='$(server_DATA)'; test -n "$(serverdir)" || list=; \
 
430
        for p in $$list; do \
427
431
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
428
 
          f=$(am__strip_dir) \
429
 
          echo " $(serverDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(serverdir)/$$f'"; \
430
 
          $(serverDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(serverdir)/$$f"; \
 
432
          echo "$$d$$p"; \
 
433
        done | $(am__base_list) | \
 
434
        while read files; do \
 
435
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(serverdir)'"; \
 
436
          $(INSTALL_DATA) $$files "$(DESTDIR)$(serverdir)" || exit $$?; \
431
437
        done
432
438
 
433
439
uninstall-serverDATA:
434
440
        @$(NORMAL_UNINSTALL)
435
 
        @list='$(server_DATA)'; for p in $$list; do \
436
 
          f=$(am__strip_dir) \
437
 
          echo " rm -f '$(DESTDIR)$(serverdir)/$$f'"; \
438
 
          rm -f "$(DESTDIR)$(serverdir)/$$f"; \
439
 
        done
 
441
        @list='$(server_DATA)'; test -n "$(serverdir)" || list=; \
 
442
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
443
        test -n "$$files" || exit 0; \
 
444
        echo " ( cd '$(DESTDIR)$(serverdir)' && rm -f" $$files ")"; \
 
445
        cd "$(DESTDIR)$(serverdir)" && rm -f $$files
440
446
 
441
447
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
442
448
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450
456
 
451
457
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452
458
                $(TAGS_FILES) $(LISP)
453
 
        tags=; \
 
459
        set x; \
454
460
        here=`pwd`; \
455
461
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
456
462
        unique=`for i in $$list; do \
458
464
          done | \
459
465
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460
466
              END { if (nonempty) { for (i in files) print i; }; }'`; \
461
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
467
        shift; \
 
468
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
462
469
          test -n "$$unique" || unique=$$empty_fix; \
463
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464
 
            $$tags $$unique; \
 
470
          if test $$# -gt 0; then \
 
471
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
472
              "$$@" $$unique; \
 
473
          else \
 
474
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
475
              $$unique; \
 
476
          fi; \
465
477
        fi
466
478
ctags: CTAGS
467
479
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468
480
                $(TAGS_FILES) $(LISP)
469
 
        tags=; \
470
481
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
471
482
        unique=`for i in $$list; do \
472
483
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473
484
          done | \
474
485
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475
486
              END { if (nonempty) { for (i in files) print i; }; }'`; \
476
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
487
        test -z "$(CTAGS_ARGS)$$unique" \
477
488
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478
 
             $$tags $$unique
 
489
             $$unique
479
490
 
480
491
GTAGS:
481
492
        here=`$(am__cd) $(top_builddir) && pwd` \
482
 
          && cd $(top_srcdir) \
483
 
          && gtags -i $(GTAGS_ARGS) $$here
 
493
          && $(am__cd) $(top_srcdir) \
 
494
          && gtags -i $(GTAGS_ARGS) "$$here"
484
495
 
485
496
distclean-tags:
486
497
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501
512
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
502
513
          if test -d $$d/$$file; then \
503
514
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
515
            if test -d "$(distdir)/$$file"; then \
 
516
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
517
            fi; \
504
518
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
519
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
520
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506
521
            fi; \
507
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
522
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508
523
          else \
509
 
            test -f $(distdir)/$$file \
510
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
524
            test -f "$(distdir)/$$file" \
 
525
            || cp -p $$d/$$file "$(distdir)/$$file" \
511
526
            || exit 1; \
512
527
          fi; \
513
528
        done
539
554
 
540
555
distclean-generic:
541
556
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
557
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
542
558
 
543
559
maintainer-clean-generic:
544
560
        @echo "This command is intended for maintainers to use"
560
576
 
561
577
html: html-am
562
578
 
 
579
html-am:
 
580
 
563
581
info: info-am
564
582
 
565
583
info-am:
568
586
 
569
587
install-dvi: install-dvi-am
570
588
 
 
589
install-dvi-am:
 
590
 
571
591
install-exec-am:
572
592
 
573
593
install-html: install-html-am
574
594
 
 
595
install-html-am:
 
596
 
575
597
install-info: install-info-am
576
598
 
 
599
install-info-am:
 
600
 
577
601
install-man:
578
602
 
579
603
install-pdf: install-pdf-am
580
604
 
 
605
install-pdf-am:
 
606
 
581
607
install-ps: install-ps-am
582
608
 
 
609
install-ps-am:
 
610
 
583
611
installcheck-am:
584
612
 
585
613
maintainer-clean: maintainer-clean-am
624
652
        sed -e "s|\@MONIKER_LIBDIR\@|$(monikerdir_in_server_file)|" -e "s|\@SOPREFIX\@|$(SOPREFIX)|" $< > $@
625
653
 
626
654
@INTLTOOL_SERVER_RULE@
 
655
 
627
656
# Tell versions [3.59,3.63) of GNU make to not export all variables.
628
657
# Otherwise a system limit (for SysV at least) may be exceeded.
629
658
.NOEXPORT: