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

« back to all changes in this revision

Viewing changes to libedataserver/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.
17
17
 
18
18
 
19
19
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
23
21
pkgdatadir = $(datadir)/@PACKAGE@
24
22
pkglibdir = $(libdir)/@PACKAGE@
25
23
pkgincludedir = $(includedir)/@PACKAGE@
26
 
top_builddir = ..
27
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
INSTALL = @INSTALL@
29
25
install_sh_DATA = $(install_sh) -c -m 644
30
26
install_sh_PROGRAM = $(install_sh) -c
31
27
install_sh_SCRIPT = $(install_sh) -c
74
70
        e-uid.lo e-url.lo e-data-server-util.lo e-trie.lo \
75
71
        e-xml-utils.lo e-xml-hash-utils.lo md5-utils.lo
76
72
libedataserver_1_2_la_OBJECTS = $(am_libedataserver_1_2_la_OBJECTS)
 
73
libedataserver_1_2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
74
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
75
        $(libedataserver_1_2_la_LDFLAGS) $(LDFLAGS) -o $@
77
76
PROGRAMS = $(noinst_PROGRAMS)
78
77
am_test_source_list_OBJECTS = test-source-list.$(OBJEXT)
79
78
test_source_list_OBJECTS = $(am_test_source_list_OBJECTS)
80
79
test_source_list_DEPENDENCIES = libedataserver-1.2.la \
81
80
        $(am__DEPENDENCIES_1)
82
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
81
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
83
82
depcomp = $(SHELL) $(top_srcdir)/depcomp
84
83
am__depfiles_maybe = depfiles
85
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
85
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
88
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89
 
        $(AM_CFLAGS) $(CFLAGS)
 
86
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
87
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
88
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
89
CCLD = $(CC)
91
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
90
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
91
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
92
        $(LDFLAGS) -o $@
93
93
SOURCES = $(libedataserver_1_2_la_SOURCES) $(test_source_list_SOURCES)
94
94
DIST_SOURCES = $(libedataserver_1_2_la_SOURCES) \
95
95
        $(test_source_list_SOURCES)
102
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103
103
ACLOCAL = @ACLOCAL@
104
104
ALL_LINGUAS = @ALL_LINGUAS@
105
 
AMDEP_FALSE = @AMDEP_FALSE@
106
 
AMDEP_TRUE = @AMDEP_TRUE@
107
105
AMTAR = @AMTAR@
108
106
API_VERSION = @API_VERSION@
109
107
AR = @AR@
142
140
ECHO_N = @ECHO_N@
143
141
ECHO_T = @ECHO_T@
144
142
EGREP = @EGREP@
145
 
ENABLE_CALENDAR_FALSE = @ENABLE_CALENDAR_FALSE@
146
 
ENABLE_CALENDAR_TRUE = @ENABLE_CALENDAR_TRUE@
147
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
148
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
149
 
ENABLE_IMAP4_FALSE = @ENABLE_IMAP4_FALSE@
150
 
ENABLE_IMAP4_TRUE = @ENABLE_IMAP4_TRUE@
151
 
ENABLE_IMAPP_FALSE = @ENABLE_IMAPP_FALSE@
152
 
ENABLE_IMAPP_TRUE = @ENABLE_IMAPP_TRUE@
153
 
ENABLE_IPv6_FALSE = @ENABLE_IPv6_FALSE@
154
 
ENABLE_IPv6_TRUE = @ENABLE_IPv6_TRUE@
155
 
ENABLE_KRB5_FALSE = @ENABLE_KRB5_FALSE@
156
 
ENABLE_KRB5_TRUE = @ENABLE_KRB5_TRUE@
157
 
ENABLE_LDAP_FALSE = @ENABLE_LDAP_FALSE@
158
 
ENABLE_LDAP_TRUE = @ENABLE_LDAP_TRUE@
159
 
ENABLE_NNTP_FALSE = @ENABLE_NNTP_FALSE@
160
 
ENABLE_NNTP_TRUE = @ENABLE_NNTP_TRUE@
161
 
ENABLE_PURIFY_FALSE = @ENABLE_PURIFY_FALSE@
162
 
ENABLE_PURIFY_TRUE = @ENABLE_PURIFY_TRUE@
163
 
ENABLE_SMIME_FALSE = @ENABLE_SMIME_FALSE@
164
 
ENABLE_SMIME_TRUE = @ENABLE_SMIME_TRUE@
165
143
EVOLUTION_ADDRESSBOOK_CFLAGS = @EVOLUTION_ADDRESSBOOK_CFLAGS@
166
144
EVOLUTION_ADDRESSBOOK_LIBS = @EVOLUTION_ADDRESSBOOK_LIBS@
167
145
EVOLUTION_CALENDAR_CFLAGS = @EVOLUTION_CALENDAR_CFLAGS@
178
156
F77 = @F77@
179
157
FFLAGS = @FFLAGS@
180
158
GCONFTOOL = @GCONFTOOL@
181
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
182
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
183
159
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
184
160
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
185
161
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
195
171
GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LIBS@
196
172
GOBJECT_QUERY = @GOBJECT_QUERY@
197
173
GREP = @GREP@
198
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
199
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
200
174
HAVE_JW = @HAVE_JW@
201
 
HAVE_JW_FALSE = @HAVE_JW_FALSE@
202
 
HAVE_JW_TRUE = @HAVE_JW_TRUE@
203
175
HTML_DIR = @HTML_DIR@
204
176
ICONV_CFLAGS = @ICONV_CFLAGS@
205
177
ICONV_LIBS = @ICONV_LIBS@
206
178
IDL_INCLUDES = @IDL_INCLUDES@
 
179
INSTALL = @INSTALL@
207
180
INSTALL_DATA = @INSTALL_DATA@
208
181
INSTALL_PROGRAM = @INSTALL_PROGRAM@
209
182
INSTALL_SCRIPT = @INSTALL_SCRIPT@
274
247
LIBEXCHANGE_STORAGE_CURRENT = @LIBEXCHANGE_STORAGE_CURRENT@
275
248
LIBEXCHANGE_STORAGE_REVISION = @LIBEXCHANGE_STORAGE_REVISION@
276
249
LIBEXECDIR_IN_SERVER_FILE = @LIBEXECDIR_IN_SERVER_FILE@
 
250
LIBGDATA_AGE = @LIBGDATA_AGE@
 
251
LIBGDATA_CURRENT = @LIBGDATA_CURRENT@
 
252
LIBGDATA_GOOGLE_AGE = @LIBGDATA_GOOGLE_AGE@
 
253
LIBGDATA_GOOGLE_CURRENT = @LIBGDATA_GOOGLE_CURRENT@
 
254
LIBGDATA_GOOGLE_REVISION = @LIBGDATA_GOOGLE_REVISION@
 
255
LIBGDATA_REVISION = @LIBGDATA_REVISION@
277
256
LIBOBJS = @LIBOBJS@
278
257
LIBS = @LIBS@
279
258
LIBSOUP = @LIBSOUP@
282
261
LN_S = @LN_S@
283
262
LTLIBOBJS = @LTLIBOBJS@
284
263
MAINT = @MAINT@
285
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
286
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
287
264
MAKEINFO = @MAKEINFO@
288
265
MANUAL_NSPR_CFLAGS = @MANUAL_NSPR_CFLAGS@
289
266
MANUAL_NSPR_LIBS = @MANUAL_NSPR_LIBS@
290
267
MANUAL_NSS_CFLAGS = @MANUAL_NSS_CFLAGS@
291
268
MANUAL_NSS_LIBS = @MANUAL_NSS_LIBS@
 
269
MKDIR_P = @MKDIR_P@
292
270
MKINSTALLDIRS = @MKINSTALLDIRS@
293
271
MSGFMT = @MSGFMT@
294
272
MSGFMT_OPTS = @MSGFMT_OPTS@
 
273
MSGMERGE = @MSGMERGE@
295
274
NO_UNDEFINED = @NO_UNDEFINED@
296
275
OBJDUMP = @OBJDUMP@
297
276
OBJEXT = @OBJEXT@
299
278
ORBIT_IDL = @ORBIT_IDL@
300
279
ORBIT_LIBS = @ORBIT_LIBS@
301
280
ORBIT_REQUIRED = @ORBIT_REQUIRED@
302
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
303
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
304
281
PACKAGE = @PACKAGE@
305
282
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
306
283
PACKAGE_NAME = @PACKAGE_NAME@
324
301
SOUP_CFLAGS = @SOUP_CFLAGS@
325
302
SOUP_LIBS = @SOUP_LIBS@
326
303
STRIP = @STRIP@
327
 
SUNLDAP_FALSE = @SUNLDAP_FALSE@
328
 
SUNLDAP_TRUE = @SUNLDAP_TRUE@
329
304
THREADS_CFLAGS = @THREADS_CFLAGS@
330
305
THREADS_LIBS = @THREADS_LIBS@
331
306
USE_NLS = @USE_NLS@
332
307
VERSION = @VERSION@
333
308
WARN_CFLAGS = @WARN_CFLAGS@
334
 
WITH_LIBDB_FALSE = @WITH_LIBDB_FALSE@
335
 
WITH_LIBDB_TRUE = @WITH_LIBDB_TRUE@
336
309
XGETTEXT = @XGETTEXT@
337
310
YACC = @YACC@
338
311
YFLAGS = @YFLAGS@
 
312
abs_builddir = @abs_builddir@
 
313
abs_srcdir = @abs_srcdir@
 
314
abs_top_builddir = @abs_top_builddir@
 
315
abs_top_srcdir = @abs_top_srcdir@
339
316
ac_ct_CC = @ac_ct_CC@
340
317
ac_ct_CXX = @ac_ct_CXX@
341
318
ac_ct_F77 = @ac_ct_F77@
342
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
343
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
344
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
345
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
346
319
am__include = @am__include@
347
320
am__leading_dot = @am__leading_dot@
348
321
am__quote = @am__quote@
354
327
build_cpu = @build_cpu@
355
328
build_os = @build_os@
356
329
build_vendor = @build_vendor@
 
330
builddir = @builddir@
357
331
camel_providerdir = @camel_providerdir@
358
332
datadir = @datadir@
359
333
datarootdir = @datarootdir@
390
364
sbindir = @sbindir@
391
365
serverdir = @serverdir@
392
366
sharedstatedir = @sharedstatedir@
 
367
srcdir = @srcdir@
393
368
subdirs = @subdirs@
394
369
sysconfdir = @sysconfdir@
395
370
target_alias = @target_alias@
 
371
top_builddir = @top_builddir@
 
372
top_srcdir = @top_srcdir@
396
373
weatherdatadir = @weatherdatadir@
397
374
INCLUDES = \
398
375
        -I$(top_srcdir)                                                 \
520
497
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
521
498
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
522
499
        @$(NORMAL_INSTALL)
523
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
500
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
524
501
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
525
502
          if test -f $$p; then \
526
503
            f=$(am__strip_dir) \
531
508
 
532
509
uninstall-libLTLIBRARIES:
533
510
        @$(NORMAL_UNINSTALL)
534
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
511
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
535
512
          p=$(am__strip_dir) \
536
513
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
537
514
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
546
523
          rm -f "$${dir}/so_locations"; \
547
524
        done
548
525
libedataserver-1.2.la: $(libedataserver_1_2_la_OBJECTS) $(libedataserver_1_2_la_DEPENDENCIES) 
549
 
        $(LINK) -rpath $(libdir) $(libedataserver_1_2_la_LDFLAGS) $(libedataserver_1_2_la_OBJECTS) $(libedataserver_1_2_la_LIBADD) $(LIBS)
 
526
        $(libedataserver_1_2_la_LINK) -rpath $(libdir) $(libedataserver_1_2_la_OBJECTS) $(libedataserver_1_2_la_LIBADD) $(LIBS)
550
527
 
551
528
clean-noinstPROGRAMS:
552
529
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
556
533
        done
557
534
test-source-list$(EXEEXT): $(test_source_list_OBJECTS) $(test_source_list_DEPENDENCIES) 
558
535
        @rm -f test-source-list$(EXEEXT)
559
 
        $(LINK) $(test_source_list_LDFLAGS) $(test_source_list_OBJECTS) $(test_source_list_LDADD) $(LIBS)
 
536
        $(LINK) $(test_source_list_OBJECTS) $(test_source_list_LDADD) $(LIBS)
560
537
 
561
538
mostlyclean-compile:
562
539
        -rm -f *.$(OBJEXT)
594
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-source-list.Po@am__quote@
595
572
 
596
573
.c.o:
597
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
598
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
574
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
575
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
599
576
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
600
577
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
578
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
602
579
 
603
580
.c.obj:
604
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
605
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
581
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
582
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607
584
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
585
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
609
586
 
610
587
.c.lo:
611
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
612
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
588
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
589
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
613
590
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
614
591
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615
592
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
619
596
 
620
597
clean-libtool:
621
598
        -rm -rf .libs _libs
622
 
 
623
 
distclean-libtool:
624
 
        -rm -f libtool
625
 
uninstall-info-am:
626
599
install-pkgconfigDATA: $(pkgconfig_DATA)
627
600
        @$(NORMAL_INSTALL)
628
 
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
 
601
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
629
602
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
630
603
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
631
604
          f=$(am__strip_dir) \
642
615
        done
643
616
install-libedataserverincludeHEADERS: $(libedataserverinclude_HEADERS)
644
617
        @$(NORMAL_INSTALL)
645
 
        test -z "$(libedataserverincludedir)" || $(mkdir_p) "$(DESTDIR)$(libedataserverincludedir)"
 
618
        test -z "$(libedataserverincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libedataserverincludedir)"
646
619
        @list='$(libedataserverinclude_HEADERS)'; for p in $$list; do \
647
620
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
648
621
          f=$(am__strip_dir) \
707
680
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
708
681
 
709
682
distdir: $(DISTFILES)
710
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
711
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
712
 
        list='$(DISTFILES)'; for file in $$list; do \
713
 
          case $$file in \
714
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
715
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
716
 
          esac; \
 
683
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
684
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
685
        list='$(DISTFILES)'; \
 
686
          dist_files=`for file in $$list; do echo $$file; done | \
 
687
          sed -e "s|^$$srcdirstrip/||;t" \
 
688
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
689
        case $$dist_files in \
 
690
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
691
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
692
                           sort -u` ;; \
 
693
        esac; \
 
694
        for file in $$dist_files; do \
717
695
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
718
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
719
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
720
 
            dir="/$$dir"; \
721
 
            $(mkdir_p) "$(distdir)$$dir"; \
722
 
          else \
723
 
            dir=''; \
724
 
          fi; \
725
696
          if test -d $$d/$$file; then \
 
697
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
726
698
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
727
699
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
728
700
            fi; \
738
710
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
739
711
installdirs:
740
712
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libedataserverincludedir)"; do \
741
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
713
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
742
714
        done
743
715
install: install-am
744
716
install-exec: install-exec-am
774
746
        -rm -rf ./$(DEPDIR)
775
747
        -rm -f Makefile
776
748
distclean-am: clean-am distclean-compile distclean-generic \
777
 
        distclean-libtool distclean-tags
 
749
        distclean-tags
778
750
 
779
751
dvi: dvi-am
780
752
 
789
761
install-data-am: install-libedataserverincludeHEADERS \
790
762
        install-pkgconfigDATA
791
763
 
 
764
install-dvi: install-dvi-am
 
765
 
792
766
install-exec-am: install-libLTLIBRARIES
793
767
 
 
768
install-html: install-html-am
 
769
 
794
770
install-info: install-info-am
795
771
 
796
772
install-man:
797
773
 
 
774
install-pdf: install-pdf-am
 
775
 
 
776
install-ps: install-ps-am
 
777
 
798
778
installcheck-am:
799
779
 
800
780
maintainer-clean: maintainer-clean-am
815
795
 
816
796
ps-am:
817
797
 
818
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
 
798
uninstall-am: uninstall-libLTLIBRARIES \
819
799
        uninstall-libedataserverincludeHEADERS uninstall-pkgconfigDATA
820
800
 
 
801
.MAKE: install-am install-strip
 
802
 
821
803
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
822
804
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
823
805
        distclean distclean-compile distclean-generic \
824
806
        distclean-libtool distclean-tags distdir dvi dvi-am html \
825
807
        html-am info info-am install install-am install-data \
826
 
        install-data-am install-exec install-exec-am install-info \
 
808
        install-data-am install-dvi install-dvi-am install-exec \
 
809
        install-exec-am install-html install-html-am install-info \
827
810
        install-info-am install-libLTLIBRARIES \
828
 
        install-libedataserverincludeHEADERS install-man \
829
 
        install-pkgconfigDATA install-strip installcheck \
830
 
        installcheck-am installdirs maintainer-clean \
831
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
832
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
833
 
        tags uninstall uninstall-am uninstall-info-am \
 
811
        install-libedataserverincludeHEADERS install-man install-pdf \
 
812
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
813
        install-strip installcheck installcheck-am installdirs \
 
814
        maintainer-clean maintainer-clean-generic mostlyclean \
 
815
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
816
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
834
817
        uninstall-libLTLIBRARIES \
835
818
        uninstall-libedataserverincludeHEADERS uninstall-pkgconfigDATA
836
819