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

« back to all changes in this revision

Viewing changes to libpurple/plugins/ssl/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.
79
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ssl_la_LDFLAGS) \
80
80
        $(LDFLAGS) -o $@
81
81
@PLUGINS_TRUE@am_ssl_la_rpath = -rpath $(plugindir)
82
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
82
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83
83
depcomp = $(SHELL) $(top_srcdir)/depcomp
84
84
am__depfiles_maybe = depfiles
85
85
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
221
221
MONO_LIBS = @MONO_LIBS@
222
222
MSGFMT = @MSGFMT@
223
223
MSGFMT_OPTS = @MSGFMT_OPTS@
 
224
MSGMERGE = @MSGMERGE@
224
225
NETWORKMANAGER_CFLAGS = @NETWORKMANAGER_CFLAGS@
225
226
NETWORKMANAGER_LIBS = @NETWORKMANAGER_LIBS@
226
227
NSS_CFLAGS = @NSS_CFLAGS@
417
418
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
418
419
          if test -f $$p; then \
419
420
            f=$(am__strip_dir) \
420
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
421
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
421
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
422
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
422
423
          else :; fi; \
423
424
        done
424
425
 
426
427
        @$(NORMAL_UNINSTALL)
427
428
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
428
429
          p=$(am__strip_dir) \
429
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
430
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
430
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
431
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
431
432
        done
432
433
 
433
434
clean-pluginLTLIBRARIES:
501
502
        unique=`for i in $$list; do \
502
503
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
504
          done | \
504
 
          $(AWK) '    { files[$$0] = 1; } \
505
 
               END { for (i in files) print i; }'`; \
 
505
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
506
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
507
        mkid -fID $$unique
507
508
tags: TAGS
508
509
 
514
515
        unique=`for i in $$list; do \
515
516
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516
517
          done | \
517
 
          $(AWK) '    { files[$$0] = 1; } \
518
 
               END { for (i in files) print i; }'`; \
 
518
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
519
              END { if (nonempty) { for (i in files) print i; }; }'`; \
519
520
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
520
521
          test -n "$$unique" || unique=$$empty_fix; \
521
522
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525
526
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
526
527
                $(TAGS_FILES) $(LISP)
527
528
        tags=; \
528
 
        here=`pwd`; \
529
529
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
530
530
        unique=`for i in $$list; do \
531
531
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532
532
          done | \
533
 
          $(AWK) '    { files[$$0] = 1; } \
534
 
               END { for (i in files) print i; }'`; \
 
533
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
534
              END { if (nonempty) { for (i in files) print i; }; }'`; \
535
535
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
536
536
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537
537
             $$tags $$unique