~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-proposed

« back to all changes in this revision

Viewing changes to libpurple/protocols/yahoo/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-07-02 11:20:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080702112018-14sy0yept6am7tc7
Tags: 1:2.4.3-0ubuntu1
* New upstream version:
  - can connect to the icq server (lp: #244591)
* debian/control,
  debian/rules:
  - build-depends on libsilc which is in main now (lp: #44728)
* debian/patches/16_yahoo_icon_crash.patch:
  - updated, some of the changes are in the new version

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.
94
94
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95
95
        $(libyahoo_la_LDFLAGS) $(LDFLAGS) -o $@
96
96
@STATIC_YAHOO_FALSE@am_libyahoo_la_rpath = -rpath $(pkgdir)
97
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
97
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
98
98
depcomp = $(SHELL) $(top_srcdir)/depcomp
99
99
am__depfiles_maybe = depfiles
100
100
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
235
235
MONO_LIBS = @MONO_LIBS@
236
236
MSGFMT = @MSGFMT@
237
237
MSGFMT_OPTS = @MSGFMT_OPTS@
 
238
MSGMERGE = @MSGMERGE@
238
239
NETWORKMANAGER_CFLAGS = @NETWORKMANAGER_CFLAGS@
239
240
NETWORKMANAGER_LIBS = @NETWORKMANAGER_LIBS@
240
241
NSS_CFLAGS = @NSS_CFLAGS@
455
456
        @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
456
457
          if test -f $$p; then \
457
458
            f=$(am__strip_dir) \
458
 
            echo " $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \
459
 
            $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \
 
459
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \
 
460
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \
460
461
          else :; fi; \
461
462
        done
462
463
 
464
465
        @$(NORMAL_UNINSTALL)
465
466
        @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
466
467
          p=$(am__strip_dir) \
467
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \
468
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \
 
468
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \
 
469
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \
469
470
        done
470
471
 
471
472
clean-pkgLTLIBRARIES:
726
727
        unique=`for i in $$list; do \
727
728
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
728
729
          done | \
729
 
          $(AWK) '    { files[$$0] = 1; } \
730
 
               END { for (i in files) print i; }'`; \
 
730
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
731
              END { if (nonempty) { for (i in files) print i; }; }'`; \
731
732
        mkid -fID $$unique
732
733
tags: TAGS
733
734
 
739
740
        unique=`for i in $$list; do \
740
741
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
741
742
          done | \
742
 
          $(AWK) '    { files[$$0] = 1; } \
743
 
               END { for (i in files) print i; }'`; \
 
743
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
744
              END { if (nonempty) { for (i in files) print i; }; }'`; \
744
745
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
745
746
          test -n "$$unique" || unique=$$empty_fix; \
746
747
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
750
751
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
751
752
                $(TAGS_FILES) $(LISP)
752
753
        tags=; \
753
 
        here=`pwd`; \
754
754
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
755
755
        unique=`for i in $$list; do \
756
756
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
757
757
          done | \
758
 
          $(AWK) '    { files[$$0] = 1; } \
759
 
               END { for (i in files) print i; }'`; \
 
758
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
759
              END { if (nonempty) { for (i in files) print i; }; }'`; \
760
760
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
761
761
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
762
762
             $$tags $$unique