~ubuntu-branches/ubuntu/hardy/kdepim/hardy-proposed

« back to all changes in this revision

Viewing changes to kfile-plugins/palm-databases/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Wenning
  • Date: 2008-11-18 13:39:44 UTC
  • mfrom: (82.1.1 hardy-updates)
  • Revision ID: james.westby@ubuntu.com-20081118133944-py2nova33va86lf9
Tags: 4:3.5.10-0ubuntu1~hardy3
* Add kubuntu_17_upstream_r860376.diff which fixed a pointer problem
  in korganizer leading to objects being lost.
* Add kubuntu_18_upstream_r857911.diff to make sure that the inbox
  folder doesn't stay hidden if content is added.
  - See http://bugs.kde.org/show_bug.cgi?id=168544
* Add kubuntu_19_fix_gcal_crash.diff which fixes problems with remote
  resources crashing kontact, most notably when using GCal. (LP: #286905)
* Add kubuntu_20_upstream_r882942.diff which prevents incidence loss
  under certain conditions as the UID map wasn't being reloaded.
* Add kubuntu_21_upstream_r882976.diff to prevent KMail crashing
  due to certain malicious base64-encoded mail parts.

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
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3
3
# @configure_input@
4
4
 
5
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
71
71
kfile_palm_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
72
72
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
73
73
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(kfile_palm_la_LDFLAGS) $(LDFLAGS) -o $@
74
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
74
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75
75
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
76
76
am__depfiles_maybe = depfiles
77
77
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
469
469
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
470
470
          if test -f $$p; then \
471
471
            f=$(am__strip_dir) \
472
 
            echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
473
 
            $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
 
472
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
 
473
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
474
474
          else :; fi; \
475
475
        done
476
476
 
478
478
        @$(NORMAL_UNINSTALL)
479
479
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
480
480
          p=$(am__strip_dir) \
481
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
482
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
 
481
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
 
482
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
483
483
        done
484
484
 
485
485
clean-kde_moduleLTLIBRARIES:
550
550
        unique=`for i in $$list; do \
551
551
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552
552
          done | \
553
 
          $(AWK) '    { files[$$0] = 1; } \
554
 
               END { for (i in files) print i; }'`; \
 
553
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
554
              END { if (nonempty) { for (i in files) print i; }; }'`; \
555
555
        mkid -fID $$unique
556
556
tags: TAGS
557
557
 
563
563
        unique=`for i in $$list; do \
564
564
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565
565
          done | \
566
 
          $(AWK) '    { files[$$0] = 1; } \
567
 
               END { for (i in files) print i; }'`; \
 
566
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
567
              END { if (nonempty) { for (i in files) print i; }; }'`; \
568
568
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
569
569
          test -n "$$unique" || unique=$$empty_fix; \
570
570
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
574
574
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
575
575
                $(TAGS_FILES) $(LISP)
576
576
        tags=; \
577
 
        here=`pwd`; \
578
577
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
579
578
        unique=`for i in $$list; do \
580
579
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581
580
          done | \
582
 
          $(AWK) '    { files[$$0] = 1; } \
583
 
               END { for (i in files) print i; }'`; \
 
581
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
582
              END { if (nonempty) { for (i in files) print i; }; }'`; \
584
583
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
585
584
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586
585
             $$tags $$unique