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

« back to all changes in this revision

Viewing changes to doc/api/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-26 01:14:29 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (3.1.5 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090926011429-0yhx3o44d8xve7kw
Tags: upstream-2.24.2
ImportĀ upstreamĀ versionĀ 2.24.2

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.
21
22
####################################
22
23
VPATH = @srcdir@
23
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
24
26
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
29
install_sh_DATA = $(install_sh) -c -m 644
28
30
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 =
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
SOURCES =
51
54
DIST_SOURCES =
52
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
61
        ps-recursive uninstall-recursive
59
62
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60
63
  distclean-recursive maintainer-clean-recursive
 
64
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
65
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
66
        distdir
61
67
ETAGS = etags
62
68
CTAGS = ctags
63
69
DIST_SUBDIRS = $(SUBDIRS)
64
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
am__relativize = \
 
72
  dir0=`pwd`; \
 
73
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
74
  sed_rest='s,^[^/]*/*,,'; \
 
75
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
76
  sed_butlast='s,/*[^/]*$$,,'; \
 
77
  while test -n "$$dir1"; do \
 
78
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
79
    if test "$$first" != "."; then \
 
80
      if test "$$first" = ".."; then \
 
81
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
82
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
83
      else \
 
84
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
85
        if test "$$first2" = "$$first"; then \
 
86
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
87
        else \
 
88
          dir2="../$$dir2"; \
 
89
        fi; \
 
90
        dir0="$$dir0"/"$$first"; \
 
91
      fi; \
 
92
    fi; \
 
93
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
94
  done; \
 
95
  reldir="$$dir2"
65
96
ACLOCAL = @ACLOCAL@
66
97
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
67
98
ALL_LINGUAS = @ALL_LINGUAS@
117
148
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118
149
INSTOBJEXT = @INSTOBJEXT@
119
150
INTLLIBS = @INTLLIBS@
120
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
121
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
122
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
123
151
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
124
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
125
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
126
152
INTLTOOL_MERGE = @INTLTOOL_MERGE@
127
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
128
153
INTLTOOL_PERL = @INTLTOOL_PERL@
129
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
130
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
131
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
132
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
133
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
134
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
135
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
136
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
137
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
138
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
139
154
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
140
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
141
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
142
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
143
155
LD = @LD@
144
156
LDFLAGS = @LDFLAGS@
145
157
LEX = @LEX@
360
372
              exit 1;; \
361
373
          esac; \
362
374
        done; \
363
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/api/Makefile'; \
364
 
        cd $(top_srcdir) && \
365
 
          $(AUTOMAKE) --foreign  doc/api/Makefile
 
375
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/api/Makefile'; \
 
376
        $(am__cd) $(top_srcdir) && \
 
377
          $(AUTOMAKE) --foreign doc/api/Makefile
366
378
.PRECIOUS: Makefile
367
379
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368
380
        @case '$?' in \
380
392
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381
393
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
382
394
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
395
$(am__aclocal_m4_deps):
383
396
 
384
397
mostlyclean-libtool:
385
398
        -rm -f *.lo
411
424
          else \
412
425
            local_target="$$target"; \
413
426
          fi; \
414
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
427
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
415
428
          || eval $$failcom; \
416
429
        done; \
417
430
        if test "$$dot_seen" = "no"; then \
445
458
          else \
446
459
            local_target="$$target"; \
447
460
          fi; \
448
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
461
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
449
462
          || eval $$failcom; \
450
463
        done && test -z "$$fail"
451
464
tags-recursive:
452
465
        list='$(SUBDIRS)'; for subdir in $$list; do \
453
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
466
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
454
467
        done
455
468
ctags-recursive:
456
469
        list='$(SUBDIRS)'; for subdir in $$list; do \
457
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
470
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
458
471
        done
459
472
 
460
473
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
469
482
 
470
483
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
471
484
                $(TAGS_FILES) $(LISP)
472
 
        tags=; \
 
485
        set x; \
473
486
        here=`pwd`; \
474
487
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
475
488
          include_option=--etags-include; \
481
494
        list='$(SUBDIRS)'; for subdir in $$list; do \
482
495
          if test "$$subdir" = .; then :; else \
483
496
            test ! -f $$subdir/TAGS || \
484
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
497
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
485
498
          fi; \
486
499
        done; \
487
500
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
490
503
          done | \
491
504
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492
505
              END { if (nonempty) { for (i in files) print i; }; }'`; \
493
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
506
        shift; \
 
507
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
494
508
          test -n "$$unique" || unique=$$empty_fix; \
495
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
 
            $$tags $$unique; \
 
509
          if test $$# -gt 0; then \
 
510
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
511
              "$$@" $$unique; \
 
512
          else \
 
513
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
514
              $$unique; \
 
515
          fi; \
497
516
        fi
498
517
ctags: CTAGS
499
518
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
500
519
                $(TAGS_FILES) $(LISP)
501
 
        tags=; \
502
520
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503
521
        unique=`for i in $$list; do \
504
522
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
523
          done | \
506
524
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507
525
              END { if (nonempty) { for (i in files) print i; }; }'`; \
508
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
526
        test -z "$(CTAGS_ARGS)$$unique" \
509
527
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510
 
             $$tags $$unique
 
528
             $$unique
511
529
 
512
530
GTAGS:
513
531
        here=`$(am__cd) $(top_builddir) && pwd` \
514
 
          && cd $(top_srcdir) \
515
 
          && gtags -i $(GTAGS_ARGS) $$here
 
532
          && $(am__cd) $(top_srcdir) \
 
533
          && gtags -i $(GTAGS_ARGS) "$$here"
516
534
 
517
535
distclean-tags:
518
536
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
533
551
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
534
552
          if test -d $$d/$$file; then \
535
553
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
554
            if test -d "$(distdir)/$$file"; then \
 
555
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
556
            fi; \
536
557
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
537
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
558
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
559
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538
560
            fi; \
539
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
561
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540
562
          else \
541
 
            test -f $(distdir)/$$file \
542
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
563
            test -f "$(distdir)/$$file" \
 
564
            || cp -p $$d/$$file "$(distdir)/$$file" \
543
565
            || exit 1; \
544
566
          fi; \
545
567
        done
546
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
568
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547
569
          if test "$$subdir" = .; then :; else \
548
570
            test -d "$(distdir)/$$subdir" \
549
571
            || $(MKDIR_P) "$(distdir)/$$subdir" \
550
572
            || exit 1; \
551
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
552
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
553
 
            (cd $$subdir && \
 
573
          fi; \
 
574
        done
 
575
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
576
          if test "$$subdir" = .; then :; else \
 
577
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
578
            $(am__relativize); \
 
579
            new_distdir=$$reldir; \
 
580
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
581
            $(am__relativize); \
 
582
            new_top_distdir=$$reldir; \
 
583
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
584
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
585
            ($(am__cd) $$subdir && \
554
586
              $(MAKE) $(AM_MAKEFLAGS) \
555
 
                top_distdir="$$top_distdir" \
556
 
                distdir="$$distdir/$$subdir" \
 
587
                top_distdir="$$new_top_distdir" \
 
588
                distdir="$$new_distdir" \
557
589
                am__remove_distdir=: \
558
590
                am__skip_length_check=: \
 
591
                am__skip_mode_fix=: \
559
592
                distdir) \
560
593
              || exit 1; \
561
594
          fi; \
589
622
 
590
623
distclean-generic:
591
624
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
625
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
592
626
 
593
627
maintainer-clean-generic:
594
628
        @echo "This command is intended for maintainers to use"
608
642
 
609
643
html: html-recursive
610
644
 
 
645
html-am:
 
646
 
611
647
info: info-recursive
612
648
 
613
649
info-am:
616
652
 
617
653
install-dvi: install-dvi-recursive
618
654
 
 
655
install-dvi-am:
 
656
 
619
657
install-exec-am:
620
658
 
621
659
install-html: install-html-recursive
622
660
 
 
661
install-html-am:
 
662
 
623
663
install-info: install-info-recursive
624
664
 
 
665
install-info-am:
 
666
 
625
667
install-man:
626
668
 
627
669
install-pdf: install-pdf-recursive
628
670
 
 
671
install-pdf-am:
 
672
 
629
673
install-ps: install-ps-recursive
630
674
 
 
675
install-ps-am:
 
676
 
631
677
installcheck-am:
632
678
 
633
679
maintainer-clean: maintainer-clean-recursive
649
695
 
650
696
uninstall-am: uninstall-local
651
697
 
652
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
653
 
        install-strip
 
698
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
699
        install-am install-strip tags-recursive
654
700
 
655
701
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
656
702
        all all-am all-local check check-am clean clean-generic \
811
857
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
812
858
 
813
859
# include common portion ...
 
860
 
814
861
# Tell versions [3.59,3.63) of GNU make to not export all variables.
815
862
# Otherwise a system limit (for SysV at least) may be exceeded.
816
863
.NOEXPORT: