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

« back to all changes in this revision

Viewing changes to camel/providers/pop3/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.
16
16
 
17
17
 
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../../..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
67
63
        camel-pop3-provider.lo camel-pop3-stream.lo \
68
64
        camel-pop3-store.lo
69
65
libcamelpop3_la_OBJECTS = $(am_libcamelpop3_la_OBJECTS)
70
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
66
libcamelpop3_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
67
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
68
        $(libcamelpop3_la_LDFLAGS) $(LDFLAGS) -o $@
 
69
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
71
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
72
71
am__depfiles_maybe = depfiles
73
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
76
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
77
 
        $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
75
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
76
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
77
CCLD = $(CC)
79
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
80
        $(LDFLAGS) -o $@
81
81
SOURCES = $(libcamelpop3_la_SOURCES)
82
82
DIST_SOURCES = $(libcamelpop3_la_SOURCES)
83
83
camel_providerDATA_INSTALL = $(INSTALL_DATA)
88
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
89
ACLOCAL = @ACLOCAL@
90
90
ALL_LINGUAS = @ALL_LINGUAS@
91
 
AMDEP_FALSE = @AMDEP_FALSE@
92
 
AMDEP_TRUE = @AMDEP_TRUE@
93
91
AMTAR = @AMTAR@
94
92
API_VERSION = @API_VERSION@
95
93
AR = @AR@
128
126
ECHO_N = @ECHO_N@
129
127
ECHO_T = @ECHO_T@
130
128
EGREP = @EGREP@
131
 
ENABLE_CALENDAR_FALSE = @ENABLE_CALENDAR_FALSE@
132
 
ENABLE_CALENDAR_TRUE = @ENABLE_CALENDAR_TRUE@
133
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
134
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
135
 
ENABLE_IMAP4_FALSE = @ENABLE_IMAP4_FALSE@
136
 
ENABLE_IMAP4_TRUE = @ENABLE_IMAP4_TRUE@
137
 
ENABLE_IMAPP_FALSE = @ENABLE_IMAPP_FALSE@
138
 
ENABLE_IMAPP_TRUE = @ENABLE_IMAPP_TRUE@
139
 
ENABLE_IPv6_FALSE = @ENABLE_IPv6_FALSE@
140
 
ENABLE_IPv6_TRUE = @ENABLE_IPv6_TRUE@
141
 
ENABLE_KRB5_FALSE = @ENABLE_KRB5_FALSE@
142
 
ENABLE_KRB5_TRUE = @ENABLE_KRB5_TRUE@
143
 
ENABLE_LDAP_FALSE = @ENABLE_LDAP_FALSE@
144
 
ENABLE_LDAP_TRUE = @ENABLE_LDAP_TRUE@
145
 
ENABLE_NNTP_FALSE = @ENABLE_NNTP_FALSE@
146
 
ENABLE_NNTP_TRUE = @ENABLE_NNTP_TRUE@
147
 
ENABLE_PURIFY_FALSE = @ENABLE_PURIFY_FALSE@
148
 
ENABLE_PURIFY_TRUE = @ENABLE_PURIFY_TRUE@
149
 
ENABLE_SMIME_FALSE = @ENABLE_SMIME_FALSE@
150
 
ENABLE_SMIME_TRUE = @ENABLE_SMIME_TRUE@
151
129
EVOLUTION_ADDRESSBOOK_CFLAGS = @EVOLUTION_ADDRESSBOOK_CFLAGS@
152
130
EVOLUTION_ADDRESSBOOK_LIBS = @EVOLUTION_ADDRESSBOOK_LIBS@
153
131
EVOLUTION_CALENDAR_CFLAGS = @EVOLUTION_CALENDAR_CFLAGS@
164
142
F77 = @F77@
165
143
FFLAGS = @FFLAGS@
166
144
GCONFTOOL = @GCONFTOOL@
167
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
168
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
169
145
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
170
146
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
171
147
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
181
157
GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LIBS@
182
158
GOBJECT_QUERY = @GOBJECT_QUERY@
183
159
GREP = @GREP@
184
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
185
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
186
160
HAVE_JW = @HAVE_JW@
187
 
HAVE_JW_FALSE = @HAVE_JW_FALSE@
188
 
HAVE_JW_TRUE = @HAVE_JW_TRUE@
189
161
HTML_DIR = @HTML_DIR@
190
162
ICONV_CFLAGS = @ICONV_CFLAGS@
191
163
ICONV_LIBS = @ICONV_LIBS@
192
164
IDL_INCLUDES = @IDL_INCLUDES@
 
165
INSTALL = @INSTALL@
193
166
INSTALL_DATA = @INSTALL_DATA@
194
167
INSTALL_PROGRAM = @INSTALL_PROGRAM@
195
168
INSTALL_SCRIPT = @INSTALL_SCRIPT@
260
233
LIBEXCHANGE_STORAGE_CURRENT = @LIBEXCHANGE_STORAGE_CURRENT@
261
234
LIBEXCHANGE_STORAGE_REVISION = @LIBEXCHANGE_STORAGE_REVISION@
262
235
LIBEXECDIR_IN_SERVER_FILE = @LIBEXECDIR_IN_SERVER_FILE@
 
236
LIBGDATA_AGE = @LIBGDATA_AGE@
 
237
LIBGDATA_CURRENT = @LIBGDATA_CURRENT@
 
238
LIBGDATA_GOOGLE_AGE = @LIBGDATA_GOOGLE_AGE@
 
239
LIBGDATA_GOOGLE_CURRENT = @LIBGDATA_GOOGLE_CURRENT@
 
240
LIBGDATA_GOOGLE_REVISION = @LIBGDATA_GOOGLE_REVISION@
 
241
LIBGDATA_REVISION = @LIBGDATA_REVISION@
263
242
LIBOBJS = @LIBOBJS@
264
243
LIBS = @LIBS@
265
244
LIBSOUP = @LIBSOUP@
268
247
LN_S = @LN_S@
269
248
LTLIBOBJS = @LTLIBOBJS@
270
249
MAINT = @MAINT@
271
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
272
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
273
250
MAKEINFO = @MAKEINFO@
274
251
MANUAL_NSPR_CFLAGS = @MANUAL_NSPR_CFLAGS@
275
252
MANUAL_NSPR_LIBS = @MANUAL_NSPR_LIBS@
276
253
MANUAL_NSS_CFLAGS = @MANUAL_NSS_CFLAGS@
277
254
MANUAL_NSS_LIBS = @MANUAL_NSS_LIBS@
 
255
MKDIR_P = @MKDIR_P@
278
256
MKINSTALLDIRS = @MKINSTALLDIRS@
279
257
MSGFMT = @MSGFMT@
280
258
MSGFMT_OPTS = @MSGFMT_OPTS@
 
259
MSGMERGE = @MSGMERGE@
281
260
NO_UNDEFINED = @NO_UNDEFINED@
282
261
OBJDUMP = @OBJDUMP@
283
262
OBJEXT = @OBJEXT@
285
264
ORBIT_IDL = @ORBIT_IDL@
286
265
ORBIT_LIBS = @ORBIT_LIBS@
287
266
ORBIT_REQUIRED = @ORBIT_REQUIRED@
288
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
289
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
290
267
PACKAGE = @PACKAGE@
291
268
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292
269
PACKAGE_NAME = @PACKAGE_NAME@
310
287
SOUP_CFLAGS = @SOUP_CFLAGS@
311
288
SOUP_LIBS = @SOUP_LIBS@
312
289
STRIP = @STRIP@
313
 
SUNLDAP_FALSE = @SUNLDAP_FALSE@
314
 
SUNLDAP_TRUE = @SUNLDAP_TRUE@
315
290
THREADS_CFLAGS = @THREADS_CFLAGS@
316
291
THREADS_LIBS = @THREADS_LIBS@
317
292
USE_NLS = @USE_NLS@
318
293
VERSION = @VERSION@
319
294
WARN_CFLAGS = @WARN_CFLAGS@
320
 
WITH_LIBDB_FALSE = @WITH_LIBDB_FALSE@
321
 
WITH_LIBDB_TRUE = @WITH_LIBDB_TRUE@
322
295
XGETTEXT = @XGETTEXT@
323
296
YACC = @YACC@
324
297
YFLAGS = @YFLAGS@
 
298
abs_builddir = @abs_builddir@
 
299
abs_srcdir = @abs_srcdir@
 
300
abs_top_builddir = @abs_top_builddir@
 
301
abs_top_srcdir = @abs_top_srcdir@
325
302
ac_ct_CC = @ac_ct_CC@
326
303
ac_ct_CXX = @ac_ct_CXX@
327
304
ac_ct_F77 = @ac_ct_F77@
328
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
329
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
330
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
331
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
332
305
am__include = @am__include@
333
306
am__leading_dot = @am__leading_dot@
334
307
am__quote = @am__quote@
340
313
build_cpu = @build_cpu@
341
314
build_os = @build_os@
342
315
build_vendor = @build_vendor@
 
316
builddir = @builddir@
343
317
camel_providerdir = @camel_providerdir@
344
318
datadir = @datadir@
345
319
datarootdir = @datarootdir@
376
350
sbindir = @sbindir@
377
351
serverdir = @serverdir@
378
352
sharedstatedir = @sharedstatedir@
 
353
srcdir = @srcdir@
379
354
subdirs = @subdirs@
380
355
sysconfdir = @sysconfdir@
381
356
target_alias = @target_alias@
 
357
top_builddir = @top_builddir@
 
358
top_srcdir = @top_srcdir@
382
359
weatherdatadir = @weatherdatadir@
383
360
camel_provider_LTLIBRARIES = libcamelpop3.la
384
361
camel_provider_DATA = libcamelpop3.urls
445
422
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446
423
install-camel_providerLTLIBRARIES: $(camel_provider_LTLIBRARIES)
447
424
        @$(NORMAL_INSTALL)
448
 
        test -z "$(camel_providerdir)" || $(mkdir_p) "$(DESTDIR)$(camel_providerdir)"
 
425
        test -z "$(camel_providerdir)" || $(MKDIR_P) "$(DESTDIR)$(camel_providerdir)"
449
426
        @list='$(camel_provider_LTLIBRARIES)'; for p in $$list; do \
450
427
          if test -f $$p; then \
451
428
            f=$(am__strip_dir) \
456
433
 
457
434
uninstall-camel_providerLTLIBRARIES:
458
435
        @$(NORMAL_UNINSTALL)
459
 
        @set -x; list='$(camel_provider_LTLIBRARIES)'; for p in $$list; do \
 
436
        @list='$(camel_provider_LTLIBRARIES)'; for p in $$list; do \
460
437
          p=$(am__strip_dir) \
461
438
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(camel_providerdir)/$$p'"; \
462
439
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(camel_providerdir)/$$p"; \
471
448
          rm -f "$${dir}/so_locations"; \
472
449
        done
473
450
libcamelpop3.la: $(libcamelpop3_la_OBJECTS) $(libcamelpop3_la_DEPENDENCIES) 
474
 
        $(LINK) -rpath $(camel_providerdir) $(libcamelpop3_la_LDFLAGS) $(libcamelpop3_la_OBJECTS) $(libcamelpop3_la_LIBADD) $(LIBS)
 
451
        $(libcamelpop3_la_LINK) -rpath $(camel_providerdir) $(libcamelpop3_la_OBJECTS) $(libcamelpop3_la_LIBADD) $(LIBS)
475
452
 
476
453
mostlyclean-compile:
477
454
        -rm -f *.$(OBJEXT)
486
463
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camel-pop3-stream.Plo@am__quote@
487
464
 
488
465
.c.o:
489
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
490
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
466
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
467
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
491
468
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
492
469
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493
470
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
494
471
 
495
472
.c.obj:
496
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
497
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
473
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
474
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
498
475
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
499
476
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500
477
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
501
478
 
502
479
.c.lo:
503
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
504
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
480
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
481
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
505
482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
506
483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507
484
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
511
488
 
512
489
clean-libtool:
513
490
        -rm -rf .libs _libs
514
 
 
515
 
distclean-libtool:
516
 
        -rm -f libtool
517
 
uninstall-info-am:
518
491
install-camel_providerDATA: $(camel_provider_DATA)
519
492
        @$(NORMAL_INSTALL)
520
 
        test -z "$(camel_providerdir)" || $(mkdir_p) "$(DESTDIR)$(camel_providerdir)"
 
493
        test -z "$(camel_providerdir)" || $(MKDIR_P) "$(DESTDIR)$(camel_providerdir)"
521
494
        @list='$(camel_provider_DATA)'; for p in $$list; do \
522
495
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
523
496
          f=$(am__strip_dir) \
582
555
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
583
556
 
584
557
distdir: $(DISTFILES)
585
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
586
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
587
 
        list='$(DISTFILES)'; for file in $$list; do \
588
 
          case $$file in \
589
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
590
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
591
 
          esac; \
 
558
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
559
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
560
        list='$(DISTFILES)'; \
 
561
          dist_files=`for file in $$list; do echo $$file; done | \
 
562
          sed -e "s|^$$srcdirstrip/||;t" \
 
563
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
564
        case $$dist_files in \
 
565
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
566
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
567
                           sort -u` ;; \
 
568
        esac; \
 
569
        for file in $$dist_files; do \
592
570
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
593
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
594
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
595
 
            dir="/$$dir"; \
596
 
            $(mkdir_p) "$(distdir)$$dir"; \
597
 
          else \
598
 
            dir=''; \
599
 
          fi; \
600
571
          if test -d $$d/$$file; then \
 
572
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
601
573
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
602
574
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
603
575
            fi; \
613
585
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
614
586
installdirs:
615
587
        for dir in "$(DESTDIR)$(camel_providerdir)" "$(DESTDIR)$(camel_providerdir)"; do \
616
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
588
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
617
589
        done
618
590
install: install-am
619
591
install-exec: install-exec-am
648
620
        -rm -rf ./$(DEPDIR)
649
621
        -rm -f Makefile
650
622
distclean-am: clean-am distclean-compile distclean-generic \
651
 
        distclean-libtool distclean-tags
 
623
        distclean-tags
652
624
 
653
625
dvi: dvi-am
654
626
 
663
635
install-data-am: install-camel_providerDATA \
664
636
        install-camel_providerLTLIBRARIES
665
637
 
 
638
install-dvi: install-dvi-am
 
639
 
666
640
install-exec-am:
667
641
 
 
642
install-html: install-html-am
 
643
 
668
644
install-info: install-info-am
669
645
 
670
646
install-man:
671
647
 
 
648
install-pdf: install-pdf-am
 
649
 
 
650
install-ps: install-ps-am
 
651
 
672
652
installcheck-am:
673
653
 
674
654
maintainer-clean: maintainer-clean-am
690
670
ps-am:
691
671
 
692
672
uninstall-am: uninstall-camel_providerDATA \
693
 
        uninstall-camel_providerLTLIBRARIES uninstall-info-am
 
673
        uninstall-camel_providerLTLIBRARIES
 
674
 
 
675
.MAKE: install-am install-strip
694
676
 
695
677
.PHONY: CTAGS GTAGS all all-am check check-am clean \
696
678
        clean-camel_providerLTLIBRARIES clean-generic clean-libtool \
698
680
        distclean-libtool distclean-tags distdir dvi dvi-am html \
699
681
        html-am info info-am install install-am \
700
682
        install-camel_providerDATA install-camel_providerLTLIBRARIES \
701
 
        install-data install-data-am install-exec install-exec-am \
702
 
        install-info install-info-am install-man install-strip \
 
683
        install-data install-data-am install-dvi install-dvi-am \
 
684
        install-exec install-exec-am install-html install-html-am \
 
685
        install-info install-info-am install-man install-pdf \
 
686
        install-pdf-am install-ps install-ps-am install-strip \
703
687
        installcheck installcheck-am installdirs maintainer-clean \
704
688
        maintainer-clean-generic mostlyclean mostlyclean-compile \
705
689
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
706
690
        tags uninstall uninstall-am uninstall-camel_providerDATA \
707
 
        uninstall-camel_providerLTLIBRARIES uninstall-info-am
 
691
        uninstall-camel_providerLTLIBRARIES
708
692
 
709
693
# Tell versions [3.59,3.63) of GNU make to not export all variables.
710
694
# Otherwise a system limit (for SysV at least) may be exceeded.