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

« back to all changes in this revision

Viewing changes to libpurple/protocols/msnp9/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.
108
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109
109
        $(libmsn_la_LDFLAGS) $(LDFLAGS) -o $@
110
110
@STATIC_MSN_FALSE@am_libmsn_la_rpath = -rpath $(pkgdir)
111
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
111
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
112
112
depcomp = $(SHELL) $(top_srcdir)/depcomp
113
113
am__depfiles_maybe = depfiles
114
114
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
249
249
MONO_LIBS = @MONO_LIBS@
250
250
MSGFMT = @MSGFMT@
251
251
MSGFMT_OPTS = @MSGFMT_OPTS@
 
252
MSGMERGE = @MSGMERGE@
252
253
NETWORKMANAGER_CFLAGS = @NETWORKMANAGER_CFLAGS@
253
254
NETWORKMANAGER_LIBS = @NETWORKMANAGER_LIBS@
254
255
NSS_CFLAGS = @NSS_CFLAGS@
503
504
        @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
504
505
          if test -f $$p; then \
505
506
            f=$(am__strip_dir) \
506
 
            echo " $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \
507
 
            $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \
 
507
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \
 
508
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \
508
509
          else :; fi; \
509
510
        done
510
511
 
512
513
        @$(NORMAL_UNINSTALL)
513
514
        @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
514
515
          p=$(am__strip_dir) \
515
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \
516
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \
 
516
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \
 
517
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \
517
518
        done
518
519
 
519
520
clean-pkgLTLIBRARIES:
1030
1031
        unique=`for i in $$list; do \
1031
1032
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1032
1033
          done | \
1033
 
          $(AWK) '    { files[$$0] = 1; } \
1034
 
               END { for (i in files) print i; }'`; \
 
1034
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
1035
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1035
1036
        mkid -fID $$unique
1036
1037
tags: TAGS
1037
1038
 
1043
1044
        unique=`for i in $$list; do \
1044
1045
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1045
1046
          done | \
1046
 
          $(AWK) '    { files[$$0] = 1; } \
1047
 
               END { for (i in files) print i; }'`; \
 
1047
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1048
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1048
1049
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1049
1050
          test -n "$$unique" || unique=$$empty_fix; \
1050
1051
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1054
1055
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1055
1056
                $(TAGS_FILES) $(LISP)
1056
1057
        tags=; \
1057
 
        here=`pwd`; \
1058
1058
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1059
1059
        unique=`for i in $$list; do \
1060
1060
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1061
1061
          done | \
1062
 
          $(AWK) '    { files[$$0] = 1; } \
1063
 
               END { for (i in files) print i; }'`; \
 
1062
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1063
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1064
1064
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
1065
1065
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1066
1066
             $$tags $$unique