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

« back to all changes in this revision

Viewing changes to kode/kwsdl/tests/google/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
googletest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
72
72
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
73
73
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(googletest_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) \
459
459
             || test -f $$p1 \
460
460
          ; then \
461
461
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
462
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
463
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
462
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
463
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
464
464
          else :; fi; \
465
465
        done
466
466
 
552
552
        unique=`for i in $$list; do \
553
553
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554
554
          done | \
555
 
          $(AWK) '    { files[$$0] = 1; } \
556
 
               END { for (i in files) print i; }'`; \
 
555
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
556
              END { if (nonempty) { for (i in files) print i; }; }'`; \
557
557
        mkid -fID $$unique
558
558
tags: TAGS
559
559
 
565
565
        unique=`for i in $$list; do \
566
566
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567
567
          done | \
568
 
          $(AWK) '    { files[$$0] = 1; } \
569
 
               END { for (i in files) print i; }'`; \
 
568
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
569
              END { if (nonempty) { for (i in files) print i; }; }'`; \
570
570
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
571
571
          test -n "$$unique" || unique=$$empty_fix; \
572
572
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576
576
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
577
577
                $(TAGS_FILES) $(LISP)
578
578
        tags=; \
579
 
        here=`pwd`; \
580
579
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
581
580
        unique=`for i in $$list; do \
582
581
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
583
582
          done | \
584
 
          $(AWK) '    { files[$$0] = 1; } \
585
 
               END { for (i in files) print i; }'`; \
 
583
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
584
              END { if (nonempty) { for (i in files) print i; }; }'`; \
586
585
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
587
586
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
588
587
             $$tags $$unique