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

« back to all changes in this revision

Viewing changes to addressbook/backends/vcf/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
64
60
am_libebookbackendvcf_la_OBJECTS = e-book-backend-vcf.lo \
65
61
        e-book-backend-vcf-factory.lo
66
62
libebookbackendvcf_la_OBJECTS = $(am_libebookbackendvcf_la_OBJECTS)
67
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
63
libebookbackendvcf_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
64
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
65
        $(libebookbackendvcf_la_LDFLAGS) $(LDFLAGS) -o $@
 
66
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
68
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
68
am__depfiles_maybe = depfiles
70
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
73
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74
 
        $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
73
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
74
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
75
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
77
        $(LDFLAGS) -o $@
78
78
SOURCES = $(libebookbackendvcf_la_SOURCES)
79
79
DIST_SOURCES = $(libebookbackendvcf_la_SOURCES)
80
80
ETAGS = etags
82
82
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
83
ACLOCAL = @ACLOCAL@
84
84
ALL_LINGUAS = @ALL_LINGUAS@
85
 
AMDEP_FALSE = @AMDEP_FALSE@
86
 
AMDEP_TRUE = @AMDEP_TRUE@
87
85
AMTAR = @AMTAR@
88
86
API_VERSION = @API_VERSION@
89
87
AR = @AR@
122
120
ECHO_N = @ECHO_N@
123
121
ECHO_T = @ECHO_T@
124
122
EGREP = @EGREP@
125
 
ENABLE_CALENDAR_FALSE = @ENABLE_CALENDAR_FALSE@
126
 
ENABLE_CALENDAR_TRUE = @ENABLE_CALENDAR_TRUE@
127
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
128
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
129
 
ENABLE_IMAP4_FALSE = @ENABLE_IMAP4_FALSE@
130
 
ENABLE_IMAP4_TRUE = @ENABLE_IMAP4_TRUE@
131
 
ENABLE_IMAPP_FALSE = @ENABLE_IMAPP_FALSE@
132
 
ENABLE_IMAPP_TRUE = @ENABLE_IMAPP_TRUE@
133
 
ENABLE_IPv6_FALSE = @ENABLE_IPv6_FALSE@
134
 
ENABLE_IPv6_TRUE = @ENABLE_IPv6_TRUE@
135
 
ENABLE_KRB5_FALSE = @ENABLE_KRB5_FALSE@
136
 
ENABLE_KRB5_TRUE = @ENABLE_KRB5_TRUE@
137
 
ENABLE_LDAP_FALSE = @ENABLE_LDAP_FALSE@
138
 
ENABLE_LDAP_TRUE = @ENABLE_LDAP_TRUE@
139
 
ENABLE_NNTP_FALSE = @ENABLE_NNTP_FALSE@
140
 
ENABLE_NNTP_TRUE = @ENABLE_NNTP_TRUE@
141
 
ENABLE_PURIFY_FALSE = @ENABLE_PURIFY_FALSE@
142
 
ENABLE_PURIFY_TRUE = @ENABLE_PURIFY_TRUE@
143
 
ENABLE_SMIME_FALSE = @ENABLE_SMIME_FALSE@
144
 
ENABLE_SMIME_TRUE = @ENABLE_SMIME_TRUE@
145
123
EVOLUTION_ADDRESSBOOK_CFLAGS = @EVOLUTION_ADDRESSBOOK_CFLAGS@
146
124
EVOLUTION_ADDRESSBOOK_LIBS = @EVOLUTION_ADDRESSBOOK_LIBS@
147
125
EVOLUTION_CALENDAR_CFLAGS = @EVOLUTION_CALENDAR_CFLAGS@
158
136
F77 = @F77@
159
137
FFLAGS = @FFLAGS@
160
138
GCONFTOOL = @GCONFTOOL@
161
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
162
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
163
139
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
164
140
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
165
141
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
175
151
GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LIBS@
176
152
GOBJECT_QUERY = @GOBJECT_QUERY@
177
153
GREP = @GREP@
178
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
179
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
180
154
HAVE_JW = @HAVE_JW@
181
 
HAVE_JW_FALSE = @HAVE_JW_FALSE@
182
 
HAVE_JW_TRUE = @HAVE_JW_TRUE@
183
155
HTML_DIR = @HTML_DIR@
184
156
ICONV_CFLAGS = @ICONV_CFLAGS@
185
157
ICONV_LIBS = @ICONV_LIBS@
186
158
IDL_INCLUDES = @IDL_INCLUDES@
 
159
INSTALL = @INSTALL@
187
160
INSTALL_DATA = @INSTALL_DATA@
188
161
INSTALL_PROGRAM = @INSTALL_PROGRAM@
189
162
INSTALL_SCRIPT = @INSTALL_SCRIPT@
254
227
LIBEXCHANGE_STORAGE_CURRENT = @LIBEXCHANGE_STORAGE_CURRENT@
255
228
LIBEXCHANGE_STORAGE_REVISION = @LIBEXCHANGE_STORAGE_REVISION@
256
229
LIBEXECDIR_IN_SERVER_FILE = @LIBEXECDIR_IN_SERVER_FILE@
 
230
LIBGDATA_AGE = @LIBGDATA_AGE@
 
231
LIBGDATA_CURRENT = @LIBGDATA_CURRENT@
 
232
LIBGDATA_GOOGLE_AGE = @LIBGDATA_GOOGLE_AGE@
 
233
LIBGDATA_GOOGLE_CURRENT = @LIBGDATA_GOOGLE_CURRENT@
 
234
LIBGDATA_GOOGLE_REVISION = @LIBGDATA_GOOGLE_REVISION@
 
235
LIBGDATA_REVISION = @LIBGDATA_REVISION@
257
236
LIBOBJS = @LIBOBJS@
258
237
LIBS = @LIBS@
259
238
LIBSOUP = @LIBSOUP@
262
241
LN_S = @LN_S@
263
242
LTLIBOBJS = @LTLIBOBJS@
264
243
MAINT = @MAINT@
265
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
266
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
267
244
MAKEINFO = @MAKEINFO@
268
245
MANUAL_NSPR_CFLAGS = @MANUAL_NSPR_CFLAGS@
269
246
MANUAL_NSPR_LIBS = @MANUAL_NSPR_LIBS@
270
247
MANUAL_NSS_CFLAGS = @MANUAL_NSS_CFLAGS@
271
248
MANUAL_NSS_LIBS = @MANUAL_NSS_LIBS@
 
249
MKDIR_P = @MKDIR_P@
272
250
MKINSTALLDIRS = @MKINSTALLDIRS@
273
251
MSGFMT = @MSGFMT@
274
252
MSGFMT_OPTS = @MSGFMT_OPTS@
 
253
MSGMERGE = @MSGMERGE@
275
254
NO_UNDEFINED = @NO_UNDEFINED@
276
255
OBJDUMP = @OBJDUMP@
277
256
OBJEXT = @OBJEXT@
279
258
ORBIT_IDL = @ORBIT_IDL@
280
259
ORBIT_LIBS = @ORBIT_LIBS@
281
260
ORBIT_REQUIRED = @ORBIT_REQUIRED@
282
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
283
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
284
261
PACKAGE = @PACKAGE@
285
262
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286
263
PACKAGE_NAME = @PACKAGE_NAME@
304
281
SOUP_CFLAGS = @SOUP_CFLAGS@
305
282
SOUP_LIBS = @SOUP_LIBS@
306
283
STRIP = @STRIP@
307
 
SUNLDAP_FALSE = @SUNLDAP_FALSE@
308
 
SUNLDAP_TRUE = @SUNLDAP_TRUE@
309
284
THREADS_CFLAGS = @THREADS_CFLAGS@
310
285
THREADS_LIBS = @THREADS_LIBS@
311
286
USE_NLS = @USE_NLS@
312
287
VERSION = @VERSION@
313
288
WARN_CFLAGS = @WARN_CFLAGS@
314
 
WITH_LIBDB_FALSE = @WITH_LIBDB_FALSE@
315
 
WITH_LIBDB_TRUE = @WITH_LIBDB_TRUE@
316
289
XGETTEXT = @XGETTEXT@
317
290
YACC = @YACC@
318
291
YFLAGS = @YFLAGS@
 
292
abs_builddir = @abs_builddir@
 
293
abs_srcdir = @abs_srcdir@
 
294
abs_top_builddir = @abs_top_builddir@
 
295
abs_top_srcdir = @abs_top_srcdir@
319
296
ac_ct_CC = @ac_ct_CC@
320
297
ac_ct_CXX = @ac_ct_CXX@
321
298
ac_ct_F77 = @ac_ct_F77@
322
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
323
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
324
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
325
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
326
299
am__include = @am__include@
327
300
am__leading_dot = @am__leading_dot@
328
301
am__quote = @am__quote@
334
307
build_cpu = @build_cpu@
335
308
build_os = @build_os@
336
309
build_vendor = @build_vendor@
 
310
builddir = @builddir@
337
311
camel_providerdir = @camel_providerdir@
338
312
datadir = @datadir@
339
313
datarootdir = @datarootdir@
370
344
sbindir = @sbindir@
371
345
serverdir = @serverdir@
372
346
sharedstatedir = @sharedstatedir@
 
347
srcdir = @srcdir@
373
348
subdirs = @subdirs@
374
349
sysconfdir = @sysconfdir@
375
350
target_alias = @target_alias@
 
351
top_builddir = @top_builddir@
 
352
top_srcdir = @top_srcdir@
376
353
weatherdatadir = @weatherdatadir@
377
354
INCLUDES = \
378
355
        -DG_LOG_DOMAIN=\"libebookbackend\"              \
432
409
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433
410
install-extensionLTLIBRARIES: $(extension_LTLIBRARIES)
434
411
        @$(NORMAL_INSTALL)
435
 
        test -z "$(extensiondir)" || $(mkdir_p) "$(DESTDIR)$(extensiondir)"
 
412
        test -z "$(extensiondir)" || $(MKDIR_P) "$(DESTDIR)$(extensiondir)"
436
413
        @list='$(extension_LTLIBRARIES)'; for p in $$list; do \
437
414
          if test -f $$p; then \
438
415
            f=$(am__strip_dir) \
443
420
 
444
421
uninstall-extensionLTLIBRARIES:
445
422
        @$(NORMAL_UNINSTALL)
446
 
        @set -x; list='$(extension_LTLIBRARIES)'; for p in $$list; do \
 
423
        @list='$(extension_LTLIBRARIES)'; for p in $$list; do \
447
424
          p=$(am__strip_dir) \
448
425
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(extensiondir)/$$p'"; \
449
426
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(extensiondir)/$$p"; \
458
435
          rm -f "$${dir}/so_locations"; \
459
436
        done
460
437
libebookbackendvcf.la: $(libebookbackendvcf_la_OBJECTS) $(libebookbackendvcf_la_DEPENDENCIES) 
461
 
        $(LINK) -rpath $(extensiondir) $(libebookbackendvcf_la_LDFLAGS) $(libebookbackendvcf_la_OBJECTS) $(libebookbackendvcf_la_LIBADD) $(LIBS)
 
438
        $(libebookbackendvcf_la_LINK) -rpath $(extensiondir) $(libebookbackendvcf_la_OBJECTS) $(libebookbackendvcf_la_LIBADD) $(LIBS)
462
439
 
463
440
mostlyclean-compile:
464
441
        -rm -f *.$(OBJEXT)
470
447
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-book-backend-vcf.Plo@am__quote@
471
448
 
472
449
.c.o:
473
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
474
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
450
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
451
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477
454
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
478
455
 
479
456
.c.obj:
480
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
481
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
457
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
458
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484
461
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
485
462
 
486
463
.c.lo:
487
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
488
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
464
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
465
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
489
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
490
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491
468
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
496
473
clean-libtool:
497
474
        -rm -rf .libs _libs
498
475
 
499
 
distclean-libtool:
500
 
        -rm -f libtool
501
 
uninstall-info-am:
502
 
 
503
476
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
504
477
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
505
478
        unique=`for i in $$list; do \
549
522
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
523
 
551
524
distdir: $(DISTFILES)
552
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
553
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
554
 
        list='$(DISTFILES)'; for file in $$list; do \
555
 
          case $$file in \
556
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
557
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
558
 
          esac; \
 
525
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
526
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
527
        list='$(DISTFILES)'; \
 
528
          dist_files=`for file in $$list; do echo $$file; done | \
 
529
          sed -e "s|^$$srcdirstrip/||;t" \
 
530
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
531
        case $$dist_files in \
 
532
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
533
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
534
                           sort -u` ;; \
 
535
        esac; \
 
536
        for file in $$dist_files; do \
559
537
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
560
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
561
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
562
 
            dir="/$$dir"; \
563
 
            $(mkdir_p) "$(distdir)$$dir"; \
564
 
          else \
565
 
            dir=''; \
566
 
          fi; \
567
538
          if test -d $$d/$$file; then \
 
539
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
568
540
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569
541
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
570
542
            fi; \
580
552
all-am: Makefile $(LTLIBRARIES)
581
553
installdirs:
582
554
        for dir in "$(DESTDIR)$(extensiondir)"; do \
583
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
555
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
584
556
        done
585
557
install: install-am
586
558
install-exec: install-exec-am
615
587
        -rm -rf ./$(DEPDIR)
616
588
        -rm -f Makefile
617
589
distclean-am: clean-am distclean-compile distclean-generic \
618
 
        distclean-libtool distclean-tags
 
590
        distclean-tags
619
591
 
620
592
dvi: dvi-am
621
593
 
629
601
 
630
602
install-data-am: install-extensionLTLIBRARIES
631
603
 
 
604
install-dvi: install-dvi-am
 
605
 
632
606
install-exec-am:
633
607
 
 
608
install-html: install-html-am
 
609
 
634
610
install-info: install-info-am
635
611
 
636
612
install-man:
637
613
 
 
614
install-pdf: install-pdf-am
 
615
 
 
616
install-ps: install-ps-am
 
617
 
638
618
installcheck-am:
639
619
 
640
620
maintainer-clean: maintainer-clean-am
655
635
 
656
636
ps-am:
657
637
 
658
 
uninstall-am: uninstall-extensionLTLIBRARIES uninstall-info-am
 
638
uninstall-am: uninstall-extensionLTLIBRARIES
 
639
 
 
640
.MAKE: install-am install-strip
659
641
 
660
642
.PHONY: CTAGS GTAGS all all-am check check-am clean \
661
643
        clean-extensionLTLIBRARIES clean-generic clean-libtool ctags \
662
644
        distclean distclean-compile distclean-generic \
663
645
        distclean-libtool distclean-tags distdir dvi dvi-am html \
664
646
        html-am info info-am install install-am install-data \
665
 
        install-data-am install-exec install-exec-am \
666
 
        install-extensionLTLIBRARIES install-info install-info-am \
667
 
        install-man install-strip installcheck installcheck-am \
668
 
        installdirs maintainer-clean maintainer-clean-generic \
669
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
670
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
671
 
        uninstall-am uninstall-extensionLTLIBRARIES uninstall-info-am
 
647
        install-data-am install-dvi install-dvi-am install-exec \
 
648
        install-exec-am install-extensionLTLIBRARIES install-html \
 
649
        install-html-am install-info install-info-am install-man \
 
650
        install-pdf install-pdf-am install-ps install-ps-am \
 
651
        install-strip installcheck installcheck-am installdirs \
 
652
        maintainer-clean maintainer-clean-generic mostlyclean \
 
653
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
654
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
655
        uninstall-extensionLTLIBRARIES
672
656
 
673
657
# Tell versions [3.59,3.63) of GNU make to not export all variables.
674
658
# Otherwise a system limit (for SysV at least) may be exceeded.