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

« back to all changes in this revision

Viewing changes to kmobile/devices/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.
495
495
        unique=`for i in $$list; do \
496
496
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497
497
          done | \
498
 
          $(AWK) '    { files[$$0] = 1; } \
499
 
               END { for (i in files) print i; }'`; \
 
498
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
499
              END { if (nonempty) { for (i in files) print i; }; }'`; \
500
500
        mkid -fID $$unique
501
501
tags: TAGS
502
502
 
521
521
        unique=`for i in $$list; do \
522
522
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523
523
          done | \
524
 
          $(AWK) '    { files[$$0] = 1; } \
525
 
               END { for (i in files) print i; }'`; \
 
524
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
525
              END { if (nonempty) { for (i in files) print i; }; }'`; \
526
526
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
527
527
          test -n "$$unique" || unique=$$empty_fix; \
528
528
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532
532
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
533
533
                $(TAGS_FILES) $(LISP)
534
534
        tags=; \
535
 
        here=`pwd`; \
536
535
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
537
536
        unique=`for i in $$list; do \
538
537
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
538
          done | \
540
 
          $(AWK) '    { files[$$0] = 1; } \
541
 
               END { for (i in files) print i; }'`; \
 
539
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
540
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
541
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
543
542
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
544
543
             $$tags $$unique