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

« back to all changes in this revision

Viewing changes to doc/activation-api/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.
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
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
108
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106
109
INSTOBJEXT = @INSTOBJEXT@
107
110
INTLLIBS = @INTLLIBS@
108
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
109
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
110
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
111
111
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
112
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
113
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
114
112
INTLTOOL_MERGE = @INTLTOOL_MERGE@
115
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
116
113
INTLTOOL_PERL = @INTLTOOL_PERL@
117
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
118
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
119
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
120
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
121
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
122
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
123
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
124
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
125
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
126
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
127
114
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
128
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
129
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
130
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
131
115
LD = @LD@
132
116
LDFLAGS = @LDFLAGS@
133
117
LEX = @LEX@
352
336
              exit 1;; \
353
337
          esac; \
354
338
        done; \
355
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/activation-api/Makefile'; \
356
 
        cd $(top_srcdir) && \
357
 
          $(AUTOMAKE) --foreign  doc/activation-api/Makefile
 
339
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/activation-api/Makefile'; \
 
340
        $(am__cd) $(top_srcdir) && \
 
341
          $(AUTOMAKE) --foreign doc/activation-api/Makefile
358
342
.PRECIOUS: Makefile
359
343
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
360
344
        @case '$?' in \
372
356
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373
357
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
374
358
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
359
$(am__aclocal_m4_deps):
375
360
 
376
361
mostlyclean-libtool:
377
362
        -rm -f *.lo
401
386
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402
387
          if test -d $$d/$$file; then \
403
388
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
389
            if test -d "$(distdir)/$$file"; then \
 
390
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
391
            fi; \
404
392
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
393
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
394
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406
395
            fi; \
407
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
396
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
408
397
          else \
409
 
            test -f $(distdir)/$$file \
410
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
398
            test -f "$(distdir)/$$file" \
 
399
            || cp -p $$d/$$file "$(distdir)/$$file" \
411
400
            || exit 1; \
412
401
          fi; \
413
402
        done
439
428
 
440
429
distclean-generic:
441
430
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
431
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
442
432
 
443
433
maintainer-clean-generic:
444
434
        @echo "This command is intended for maintainers to use"
457
447
 
458
448
html: html-am
459
449
 
 
450
html-am:
 
451
 
460
452
info: info-am
461
453
 
462
454
info-am:
465
457
 
466
458
install-dvi: install-dvi-am
467
459
 
 
460
install-dvi-am:
 
461
 
468
462
install-exec-am:
469
463
 
470
464
install-html: install-html-am
471
465
 
 
466
install-html-am:
 
467
 
472
468
install-info: install-info-am
473
469
 
 
470
install-info-am:
 
471
 
474
472
install-man:
475
473
 
476
474
install-pdf: install-pdf-am
477
475
 
 
476
install-pdf-am:
 
477
 
478
478
install-ps: install-ps-am
479
479
 
 
480
install-ps-am:
 
481
 
480
482
installcheck-am:
481
483
 
482
484
maintainer-clean: maintainer-clean-am
658
660
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
659
661
 
660
662
# include common portion ...
 
663
 
661
664
# Tell versions [3.59,3.63) of GNU make to not export all variables.
662
665
# Otherwise a system limit (for SysV at least) may be exceeded.
663
666
.NOEXPORT: