~ubuntu-branches/ubuntu/trusty/libbonobo/trusty

« back to all changes in this revision

Viewing changes to bonobo/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-28 16:44:09 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128164409-85v32401um8c7vuw
Tags: 2.20.4-1
* New patch, 20_server-files-gettext, adapted from Ubuntu (to lookup
  both of debian-gettext-domain and ubuntu-gettext-domain):
  - activation-server/object-directory-load.c, parse_oaf_server_attrs():
    Check <oaf_server> tag attributes values for "debian-gettext-domain" or
    "ubuntu-gettext-domain" and store the latest in the previously unused
    'domain' field of the server struct.
  - bonobo-activation/bonobo-activation-server-info.c,
    bonobo_server_info_prop_lookup(): If 'domain' field is set, try
    gettext() before looking up a translation in the .server file itself.
* New upstream stable release; no API change; bug fixes.
  - Drop relibtoolizing patch, 90_relibtoolize, as the new upstream tarball
    doesn't have the x86_64 ltmain.sh snippet hardcoding the library path to
    /usr/lib64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
83
83
libbonobo_2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84
84
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85
85
        $(libbonobo_2_la_LDFLAGS) $(LDFLAGS) -o $@
86
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
86
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
87
87
depcomp = $(SHELL) $(top_srcdir)/depcomp
88
88
am__depfiles_maybe = depfiles
89
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
218
218
PERL_PATH = @PERL_PATH@
219
219
PKG_CONFIG = @PKG_CONFIG@
220
220
POFILES = @POFILES@
221
 
POPT_LIBS = @POPT_LIBS@
222
221
POSUB = @POSUB@
223
222
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
224
223
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
477
476
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
478
477
          if test -f $$p; then \
479
478
            f=$(am__strip_dir) \
480
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
481
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
479
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
480
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
482
481
          else :; fi; \
483
482
        done
484
483
 
486
485
        @$(NORMAL_UNINSTALL)
487
486
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
488
487
          p=$(am__strip_dir) \
489
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
490
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
488
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
489
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
491
490
        done
492
491
 
493
492
clean-libLTLIBRARIES:
609
608
        unique=`for i in $$list; do \
610
609
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611
610
          done | \
612
 
          $(AWK) '    { files[$$0] = 1; } \
613
 
               END { for (i in files) print i; }'`; \
 
611
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
612
              END { if (nonempty) { for (i in files) print i; }; }'`; \
614
613
        mkid -fID $$unique
615
614
tags: TAGS
616
615
 
622
621
        unique=`for i in $$list; do \
623
622
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624
623
          done | \
625
 
          $(AWK) '    { files[$$0] = 1; } \
626
 
               END { for (i in files) print i; }'`; \
 
624
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
625
              END { if (nonempty) { for (i in files) print i; }; }'`; \
627
626
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
628
627
          test -n "$$unique" || unique=$$empty_fix; \
629
628
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
633
632
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
634
633
                $(TAGS_FILES) $(LISP)
635
634
        tags=; \
636
 
        here=`pwd`; \
637
635
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
638
636
        unique=`for i in $$list; do \
639
637
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
640
638
          done | \
641
 
          $(AWK) '    { files[$$0] = 1; } \
642
 
               END { for (i in files) print i; }'`; \
 
639
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
640
              END { if (nonempty) { for (i in files) print i; }; }'`; \
643
641
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
644
642
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
645
643
             $$tags $$unique