~ubuntu-branches/ubuntu/hardy/evolution-data-server/hardy-updates

« back to all changes in this revision

Viewing changes to calendar/libical/examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-13 10:59:20 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20071113105920-nb6w14udvgx0ghi3
Tags: 2.21.2-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #318842: Task lists should be sorted (LP: #23912)
  - #345135: Disable SSLv2 compatible HELLO on SSL stream when 
    SSLv2 is disabled
  - #359267: Not all memos are showed in calendar view
  - #430420: Returned size <= 0 is an error
  - #460649: Meeting UI Needs To Show Color Of Selected Calendar Source
  - #487229: Use GKeyFile instead of gnome-config to access stored passwords
  - #488156: Minimize use of the WITH_GNOME_KEYRING macro
  - #492130: ESourceSelector uses pointers to ESource
  - #494304: Fix leak
  Updated Translations
  New in 2.21.1:
  - Support for Google Calendar
  Bug Fixes:
  - #203480: (Novell Bugzilla) Compiler warning fix 
    for usage ofunintialized variable
  - #231178: New symbol 'set-label' defined and added corresponding callback
  - #271777: Keep character's case as user types
  - #417999: Don't use deprecated GTK+ symbols
  - #420167: e-d-s now exits with gnome-session
  - #469657: Better use of GHashTable
  - #474000: Use GLib's Base64 API instead of Camel's
  - #475487: When creating the default contact, print errors to the console
  - #475493: Use G_DEFINE_TYPE
  - #475494: Use G_LOCK instead of a static mutex for clearer code
  - #478404: Reset the id to zero
  - #483301: Remove an unused variable
  - #487270: Fix typo in documentation
  - #488173: Remove __FUNCTION__, which is a gcc-ism
  - #488351: Fix an addressbook error on a fresh install
  Other Contributors:
  - Protect against a NULL subject string. 
* debian/*.preinst:
  - On upgrades from Gutsy, remove the symlinks introduced in Gutsy. They
    break upgrades all over, and current cdbs just symlinks individual files.
* Sync with Debian
* debian/control:
  - evolution-data-server Breaks evolution (<< 2.9), 
    evolution-exchange (<= 2.8.1-0ubuntu1),
    evolution-jescs (<= 2.8.2-0ubuntu3), 
    evolution-scalix (<= 10.0.0.357-0ubuntu6)
  - updated maintainer to desktop team
* debian/rules:
  - don't specify the paths for nspr and nss since the package is built 
    with firefox
  - don't build documentation, it's distributed in the upstream tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
60
56
@WITH_BDB4_TRUE@        ../src/libical/libical-evolution.la \
61
57
@WITH_BDB4_TRUE@        ../src/libicalss/libicalss-evolution.la \
62
58
@WITH_BDB4_TRUE@        ../src/libicalvcal/libicalvcal-evolution.la
63
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
59
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
64
60
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
65
61
am__depfiles_maybe = depfiles
66
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
69
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70
 
        $(AM_CFLAGS) $(CFLAGS)
 
64
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
65
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
67
CCLD = $(CC)
72
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
68
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
70
        $(LDFLAGS) -o $@
74
71
SOURCES = $(doesnothing_SOURCES)
75
72
DIST_SOURCES = $(doesnothing_SOURCES)
76
73
ETAGS = etags
77
74
CTAGS = ctags
78
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
76
ACLOCAL = @ACLOCAL@
80
 
AMDEP_FALSE = @AMDEP_FALSE@
81
 
AMDEP_TRUE = @AMDEP_TRUE@
82
77
AMTAR = @AMTAR@
83
78
AR = @AR@
84
79
AUTOCONF = @AUTOCONF@
102
97
CYGPATH_W = @CYGPATH_W@
103
98
DEFS = @DEFS@
104
99
DEPDIR = @DEPDIR@
105
 
DEV_FALSE = @DEV_FALSE@
106
 
DEV_TRUE = @DEV_TRUE@
107
100
ECHO = @ECHO@
108
101
ECHO_C = @ECHO_C@
109
102
ECHO_N = @ECHO_N@
113
106
F77 = @F77@
114
107
FFLAGS = @FFLAGS@
115
108
GREP = @GREP@
116
 
HAVE_PTHREAD_FALSE = @HAVE_PTHREAD_FALSE@
117
 
HAVE_PTHREAD_TRUE = @HAVE_PTHREAD_TRUE@
 
109
INSTALL = @INSTALL@
118
110
INSTALL_DATA = @INSTALL_DATA@
119
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
120
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
134
126
LN_S = @LN_S@
135
127
LTLIBOBJS = @LTLIBOBJS@
136
128
MAINT = @MAINT@
137
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
138
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
139
129
MAKEINFO = @MAKEINFO@
 
130
MKDIR_P = @MKDIR_P@
140
131
OBJEXT = @OBJEXT@
141
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
142
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
143
132
PACKAGE = @PACKAGE@
144
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
134
PACKAGE_NAME = @PACKAGE_NAME@
161
150
SHELL = @SHELL@
162
151
STRIP = @STRIP@
163
152
VERSION = @VERSION@
164
 
WITH_BDB4_FALSE = @WITH_BDB4_FALSE@
165
 
WITH_BDB4_TRUE = @WITH_BDB4_TRUE@
166
 
WITH_CAP_FALSE = @WITH_CAP_FALSE@
167
 
WITH_CAP_TRUE = @WITH_CAP_TRUE@
168
 
WITH_CXX_BINDINGS_FALSE = @WITH_CXX_BINDINGS_FALSE@
169
 
WITH_CXX_BINDINGS_TRUE = @WITH_CXX_BINDINGS_TRUE@
170
 
WITH_JAVA_FALSE = @WITH_JAVA_FALSE@
171
 
WITH_JAVA_TRUE = @WITH_JAVA_TRUE@
172
 
WITH_PYTHON_FALSE = @WITH_PYTHON_FALSE@
173
 
WITH_PYTHON_TRUE = @WITH_PYTHON_TRUE@
174
153
YACC = @YACC@
175
154
YFLAGS = @YFLAGS@
 
155
abs_builddir = @abs_builddir@
 
156
abs_srcdir = @abs_srcdir@
 
157
abs_top_builddir = @abs_top_builddir@
 
158
abs_top_srcdir = @abs_top_srcdir@
176
159
ac_ct_CC = @ac_ct_CC@
177
160
ac_ct_CXX = @ac_ct_CXX@
178
161
ac_ct_F77 = @ac_ct_F77@
179
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
182
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
183
162
am__include = @am__include@
184
163
am__leading_dot = @am__leading_dot@
185
164
am__quote = @am__quote@
191
170
build_cpu = @build_cpu@
192
171
build_os = @build_os@
193
172
build_vendor = @build_vendor@
 
173
builddir = @builddir@
194
174
datadir = @datadir@
195
175
datarootdir = @datarootdir@
196
176
docdir = @docdir@
222
202
python_val = @python_val@
223
203
sbindir = @sbindir@
224
204
sharedstatedir = @sharedstatedir@
 
205
srcdir = @srcdir@
225
206
sysconfdir = @sysconfdir@
226
207
target = @target@
227
208
target_alias = @target_alias@
228
209
target_cpu = @target_cpu@
229
210
target_os = @target_os@
230
211
target_vendor = @target_vendor@
 
212
top_builddir = @top_builddir@
 
213
top_srcdir = @top_srcdir@
231
214
@WITH_BDB4_FALSE@doesnothing_LDADD = ../src/libical/libical-evolution.la ../src/libicalss/libicalss-evolution.la ../src/libicalvcal/libicalvcal-evolution.la
232
215
@WITH_BDB4_TRUE@doesnothing_LDADD = ../src/libical/libical-evolution.la ../src/libicalss/libicalss-evolution.la ../src/libicalvcal/libicalvcal-evolution.la @BDB_DIR_LIB@/@BDB_LIB@
233
216
INCLUDES = -I.                          \
286
269
        done
287
270
doesnothing$(EXEEXT): $(doesnothing_OBJECTS) $(doesnothing_DEPENDENCIES) 
288
271
        @rm -f doesnothing$(EXEEXT)
289
 
        $(LINK) $(doesnothing_LDFLAGS) $(doesnothing_OBJECTS) $(doesnothing_LDADD) $(LIBS)
 
272
        $(LINK) $(doesnothing_OBJECTS) $(doesnothing_LDADD) $(LIBS)
290
273
 
291
274
mostlyclean-compile:
292
275
        -rm -f *.$(OBJEXT)
301
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_text.Po@am__quote@
302
285
 
303
286
.c.o:
304
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
305
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
287
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
288
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
289
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307
290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
291
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
309
292
 
310
293
.c.obj:
311
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
312
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
294
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
295
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313
296
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314
297
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
298
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
316
299
 
317
300
.c.lo:
318
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
319
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
301
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
302
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
320
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
321
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
305
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
327
310
clean-libtool:
328
311
        -rm -rf .libs _libs
329
312
 
330
 
distclean-libtool:
331
 
        -rm -f libtool
332
 
uninstall-info-am:
333
 
 
334
313
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
335
314
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
336
315
        unique=`for i in $$list; do \
380
359
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
381
360
 
382
361
distdir: $(DISTFILES)
383
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
384
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
385
 
        list='$(DISTFILES)'; for file in $$list; do \
386
 
          case $$file in \
387
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
388
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
389
 
          esac; \
 
362
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
363
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
364
        list='$(DISTFILES)'; \
 
365
          dist_files=`for file in $$list; do echo $$file; done | \
 
366
          sed -e "s|^$$srcdirstrip/||;t" \
 
367
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
368
        case $$dist_files in \
 
369
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
370
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
371
                           sort -u` ;; \
 
372
        esac; \
 
373
        for file in $$dist_files; do \
390
374
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
391
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
392
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
393
 
            dir="/$$dir"; \
394
 
            $(mkdir_p) "$(distdir)$$dir"; \
395
 
          else \
396
 
            dir=''; \
397
 
          fi; \
398
375
          if test -d $$d/$$file; then \
 
376
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
399
377
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
400
378
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
401
379
            fi; \
443
421
        -rm -rf ./$(DEPDIR)
444
422
        -rm -f Makefile
445
423
distclean-am: clean-am distclean-compile distclean-generic \
446
 
        distclean-libtool distclean-tags
 
424
        distclean-tags
447
425
 
448
426
dvi: dvi-am
449
427
 
457
435
 
458
436
install-data-am:
459
437
 
 
438
install-dvi: install-dvi-am
 
439
 
460
440
install-exec-am:
461
441
 
 
442
install-html: install-html-am
 
443
 
462
444
install-info: install-info-am
463
445
 
464
446
install-man:
465
447
 
 
448
install-pdf: install-pdf-am
 
449
 
 
450
install-ps: install-ps-am
 
451
 
466
452
installcheck-am:
467
453
 
468
454
maintainer-clean: maintainer-clean-am
483
469
 
484
470
ps-am:
485
471
 
486
 
uninstall-am: uninstall-info-am
 
472
uninstall-am:
 
473
 
 
474
.MAKE: install-am install-strip
487
475
 
488
476
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
489
477
        clean-libtool clean-noinstPROGRAMS ctags distclean \
490
478
        distclean-compile distclean-generic distclean-libtool \
491
479
        distclean-tags distdir dvi dvi-am html html-am info info-am \
492
 
        install install-am install-data install-data-am install-exec \
493
 
        install-exec-am install-info install-info-am install-man \
 
480
        install install-am install-data install-data-am install-dvi \
 
481
        install-dvi-am install-exec install-exec-am install-html \
 
482
        install-html-am install-info install-info-am install-man \
 
483
        install-pdf install-pdf-am install-ps install-ps-am \
494
484
        install-strip installcheck installcheck-am installdirs \
495
485
        maintainer-clean maintainer-clean-generic mostlyclean \
496
486
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
497
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
498
 
        uninstall-info-am
 
487
        pdf pdf-am ps ps-am tags uninstall uninstall-am
499
488
 
500
489
# Tell versions [3.59,3.63) of GNU make to not export all variables.
501
490
# Otherwise a system limit (for SysV at least) may be exceeded.