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

« back to all changes in this revision

Viewing changes to libedataserver/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-02-27 22:17:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060227221731-8qmgp0o0d2ooncle
Tags: 1.5.92-0ubuntu1
* New upstream version
* debian/patches/01_weather_calendar_fix.patch:
  - fixed with the new version
* debian/patches/04_external_libdb_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
 
 
18
 
 
19
 
 
20
 
SOURCES = $(libedataserver_1_2_la_SOURCES) $(test_source_list_SOURCES)
21
 
 
22
17
srcdir = @srcdir@
23
18
top_srcdir = @top_srcdir@
24
19
VPATH = @srcdir@
26
21
pkglibdir = $(libdir)/@PACKAGE@
27
22
pkgincludedir = $(includedir)/@PACKAGE@
28
23
top_builddir = ..
 
24
 
29
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
26
INSTALL = @INSTALL@
31
27
install_sh_DATA = $(install_sh) -c -m 644
39
35
NORMAL_UNINSTALL = :
40
36
PRE_UNINSTALL = :
41
37
POST_UNINSTALL = :
42
 
build_triplet = @build@
43
38
host_triplet = @host@
44
 
noinst_PROGRAMS = test-source-list$(EXEEXT)
45
 
subdir = libedataserver
46
 
DIST_COMMON = $(libedataserverinclude_HEADERS) $(srcdir)/Makefile.am \
47
 
        $(srcdir)/Makefile.in $(srcdir)/libedataserver.pc.in
48
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50
 
        $(top_srcdir)/configure.in
51
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
 
        $(ACLOCAL_M4)
53
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
 
CONFIG_HEADER = $(top_builddir)/config.h
55
 
CONFIG_CLEAN_FILES = libedataserver.pc
56
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57
 
am__vpath_adj = case $$p in \
58
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59
 
    *) f=$$p;; \
60
 
  esac;
61
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
62
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
63
 
        "$(DESTDIR)$(libedataserverincludedir)"
64
 
libLTLIBRARIES_INSTALL = $(INSTALL)
65
 
LTLIBRARIES = $(lib_LTLIBRARIES)
66
 
am__DEPENDENCIES_1 =
67
 
libedataserver_1_2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
68
 
        $(am__DEPENDENCIES_1) $(top_builddir)/libdb/dist/libdb-4.1.la \
69
 
        $(am__DEPENDENCIES_1)
70
 
am__objects_1 = e-data-server-marshal.lo
71
 
am_libedataserver_1_2_la_OBJECTS = $(am__objects_1) e-account-list.lo \
72
 
        e-account.lo e-categories.lo e-component-listener.lo \
73
 
        e-data-server-module.lo e-dbhash.lo e-db3-utils.lo \
74
 
        e-file-cache.lo e-iconv.lo e-iterator.lo e-list.lo \
75
 
        e-list-iterator.lo e-memory.lo e-msgport.lo e-sexp.lo \
76
 
        e-source-group.lo e-source-list.lo e-source.lo e-time-utils.lo \
77
 
        e-uid.lo e-url.lo e-data-server-util.lo e-trie.lo \
78
 
        e-xml-utils.lo e-xml-hash-utils.lo md5-utils.lo
79
 
libedataserver_1_2_la_OBJECTS = $(am_libedataserver_1_2_la_OBJECTS)
80
 
PROGRAMS = $(noinst_PROGRAMS)
81
 
am_test_source_list_OBJECTS = test-source-list.$(OBJEXT)
82
 
test_source_list_OBJECTS = $(am_test_source_list_OBJECTS)
83
 
test_source_list_DEPENDENCIES = libedataserver-1.2.la \
84
 
        $(am__DEPENDENCIES_1)
85
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
86
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
87
 
am__depfiles_maybe = depfiles
88
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
91
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
92
 
        $(AM_CFLAGS) $(CFLAGS)
93
 
CCLD = $(CC)
94
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
96
 
SOURCES = $(libedataserver_1_2_la_SOURCES) $(test_source_list_SOURCES)
97
 
DIST_SOURCES = $(libedataserver_1_2_la_SOURCES) \
98
 
        $(test_source_list_SOURCES)
99
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
100
 
DATA = $(pkgconfig_DATA)
101
 
libedataserverincludeHEADERS_INSTALL = $(INSTALL_HEADER)
102
 
HEADERS = $(libedataserverinclude_HEADERS)
103
 
ETAGS = etags
104
 
CTAGS = ctags
105
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
39
ACLOCAL = @ACLOCAL@
107
40
AMDEP_FALSE = @AMDEP_FALSE@
108
41
AMDEP_TRUE = @AMDEP_TRUE@
219
152
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
220
153
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
221
154
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
222
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
223
155
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
224
156
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
225
157
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
284
216
MANUAL_NSPR_LIBS = @MANUAL_NSPR_LIBS@
285
217
MANUAL_NSS_CFLAGS = @MANUAL_NSS_CFLAGS@
286
218
MANUAL_NSS_LIBS = @MANUAL_NSS_LIBS@
287
 
MKINSTALLDIRS = @MKINSTALLDIRS@
288
219
MSGFMT = @MSGFMT@
289
220
NO_UNDEFINED = @NO_UNDEFINED@
290
221
NSS_CFLAGS = @NSS_CFLAGS@
347
278
am__include = @am__include@
348
279
am__leading_dot = @am__leading_dot@
349
280
am__quote = @am__quote@
350
 
am__tar = @am__tar@
351
 
am__untar = @am__untar@
352
281
bindir = @bindir@
353
282
build = @build@
354
283
build_alias = @build_alias@
375
304
localedir = @localedir@
376
305
localstatedir = @localstatedir@
377
306
mandir = @mandir@
378
 
mkdir_p = @mkdir_p@
379
307
oldincludedir = @oldincludedir@
380
308
prefix = @prefix@
381
309
privdatadir = @privdatadir@
403
331
 
404
332
# The marshallers
405
333
MARSHAL_GENERATED = e-data-server-marshal.c e-data-server-marshal.h
 
334
 
406
335
lib_LTLIBRARIES = libedataserver-1.2.la
 
336
noinst_PROGRAMS = test-source-list
 
337
 
407
338
libedataserver_1_2_la_SOURCES = \
408
339
        $(MARSHAL_GENERATED)            \
409
340
        e-account-list.c                \
434
365
        libedataserver-private.h        \
435
366
        md5-utils.c
436
367
 
 
368
 
437
369
libedataserver_1_2_la_LIBADD = \
438
370
        $(E_DATA_SERVER_LIBS)                           \
439
371
        $(ICONV_LIBS)                                   \
440
372
        $(top_builddir)/libdb/dist/libdb-4.1.la         \
441
373
        $(SOCKET_LIBS)
442
374
 
 
375
 
443
376
libedataserver_1_2_la_LDFLAGS = \
444
377
        -version-info $(LIBEDATASERVER_CURRENT):$(LIBEDATASERVER_REVISION):$(LIBEDATASERVER_AGE) $(NO_UNDEFINED)
445
378
 
 
379
 
446
380
libedataserverincludedir = $(privincludedir)/libedataserver
 
381
 
447
382
libedataserverinclude_HEADERS = \
448
383
        e-account-list.h                \
449
384
        e-account.h                     \
472
407
        e-xml-hash-utils.h              \
473
408
        md5-utils.h
474
409
 
 
410
 
475
411
test_source_list_SOURCES = test-source-list.c
476
412
test_source_list_LDADD = libedataserver-1.2.la $(E_DATA_SERVER_LIBS)
 
413
 
477
414
pkgconfigdir = $(libdir)/pkgconfig
478
415
pkgconfig_DATA = libedataserver-$(API_VERSION).pc
 
416
 
479
417
EXTRA_DIST = \
480
418
        $(pkgconfig_DATA:-$(API_VERSION).pc=.pc.in)
481
419
 
 
420
 
482
421
DISTCLEANFILES = $(pkgconfig_DATA)
 
422
subdir = libedataserver
 
423
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
424
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
425
CONFIG_HEADER = $(top_builddir)/config.h
 
426
CONFIG_CLEAN_FILES = libedataserver.pc
 
427
LTLIBRARIES = $(lib_LTLIBRARIES)
 
428
 
 
429
libedataserver_1_2_la_DEPENDENCIES = \
 
430
        $(top_builddir)/libdb/dist/libdb-4.1.la
 
431
am__objects_1 = e-data-server-marshal.lo
 
432
am_libedataserver_1_2_la_OBJECTS = $(am__objects_1) e-account-list.lo \
 
433
        e-account.lo e-categories.lo e-component-listener.lo \
 
434
        e-data-server-module.lo e-dbhash.lo e-db3-utils.lo \
 
435
        e-file-cache.lo e-iconv.lo e-iterator.lo e-list.lo \
 
436
        e-list-iterator.lo e-memory.lo e-msgport.lo e-sexp.lo \
 
437
        e-source-group.lo e-source-list.lo e-source.lo e-time-utils.lo \
 
438
        e-uid.lo e-url.lo e-data-server-util.lo e-trie.lo \
 
439
        e-xml-utils.lo e-xml-hash-utils.lo md5-utils.lo
 
440
libedataserver_1_2_la_OBJECTS = $(am_libedataserver_1_2_la_OBJECTS)
 
441
noinst_PROGRAMS = test-source-list$(EXEEXT)
 
442
PROGRAMS = $(noinst_PROGRAMS)
 
443
 
 
444
am_test_source_list_OBJECTS = test-source-list.$(OBJEXT)
 
445
test_source_list_OBJECTS = $(am_test_source_list_OBJECTS)
 
446
test_source_list_DEPENDENCIES = libedataserver-1.2.la
 
447
test_source_list_LDFLAGS =
 
448
 
 
449
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
450
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
451
am__depfiles_maybe = depfiles
 
452
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/e-account-list.Plo \
 
453
@AMDEP_TRUE@    ./$(DEPDIR)/e-account.Plo \
 
454
@AMDEP_TRUE@    ./$(DEPDIR)/e-categories.Plo \
 
455
@AMDEP_TRUE@    ./$(DEPDIR)/e-component-listener.Plo \
 
456
@AMDEP_TRUE@    ./$(DEPDIR)/e-data-server-marshal.Plo \
 
457
@AMDEP_TRUE@    ./$(DEPDIR)/e-data-server-module.Plo \
 
458
@AMDEP_TRUE@    ./$(DEPDIR)/e-data-server-util.Plo \
 
459
@AMDEP_TRUE@    ./$(DEPDIR)/e-db3-utils.Plo \
 
460
@AMDEP_TRUE@    ./$(DEPDIR)/e-dbhash.Plo \
 
461
@AMDEP_TRUE@    ./$(DEPDIR)/e-file-cache.Plo \
 
462
@AMDEP_TRUE@    ./$(DEPDIR)/e-iconv.Plo ./$(DEPDIR)/e-iterator.Plo \
 
463
@AMDEP_TRUE@    ./$(DEPDIR)/e-list-iterator.Plo \
 
464
@AMDEP_TRUE@    ./$(DEPDIR)/e-list.Plo ./$(DEPDIR)/e-memory.Plo \
 
465
@AMDEP_TRUE@    ./$(DEPDIR)/e-msgport.Plo ./$(DEPDIR)/e-sexp.Plo \
 
466
@AMDEP_TRUE@    ./$(DEPDIR)/e-source-group.Plo \
 
467
@AMDEP_TRUE@    ./$(DEPDIR)/e-source-list.Plo \
 
468
@AMDEP_TRUE@    ./$(DEPDIR)/e-source.Plo \
 
469
@AMDEP_TRUE@    ./$(DEPDIR)/e-time-utils.Plo ./$(DEPDIR)/e-trie.Plo \
 
470
@AMDEP_TRUE@    ./$(DEPDIR)/e-uid.Plo ./$(DEPDIR)/e-url.Plo \
 
471
@AMDEP_TRUE@    ./$(DEPDIR)/e-xml-hash-utils.Plo \
 
472
@AMDEP_TRUE@    ./$(DEPDIR)/e-xml-utils.Plo \
 
473
@AMDEP_TRUE@    ./$(DEPDIR)/md5-utils.Plo \
 
474
@AMDEP_TRUE@    ./$(DEPDIR)/test-source-list.Po
 
475
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
476
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
477
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
478
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
479
CCLD = $(CC)
 
480
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
481
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
482
DIST_SOURCES = $(libedataserver_1_2_la_SOURCES) \
 
483
        $(test_source_list_SOURCES)
 
484
DATA = $(pkgconfig_DATA)
 
485
 
 
486
HEADERS = $(libedataserverinclude_HEADERS)
 
487
 
 
488
DIST_COMMON = $(libedataserverinclude_HEADERS) $(srcdir)/Makefile.in \
 
489
        Makefile.am libedataserver.pc.in
 
490
SOURCES = $(libedataserver_1_2_la_SOURCES) $(test_source_list_SOURCES)
 
491
 
483
492
all: all-am
484
493
 
485
494
.SUFFIXES:
486
495
.SUFFIXES: .c .lo .o .obj
487
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
488
 
        @for dep in $?; do \
489
 
          case '$(am__configure_deps)' in \
490
 
            *$$dep*) \
491
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
492
 
                && exit 0; \
493
 
              exit 1;; \
494
 
          esac; \
495
 
        done; \
496
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libedataserver/Makefile'; \
 
496
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
497
497
        cd $(top_srcdir) && \
498
498
          $(AUTOMAKE) --gnu  libedataserver/Makefile
499
 
.PRECIOUS: Makefile
500
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
501
 
        @case '$?' in \
502
 
          *config.status*) \
503
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
504
 
          *) \
505
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
506
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
507
 
        esac;
508
 
 
509
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
510
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511
 
 
512
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
513
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
515
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
516
 
libedataserver.pc: $(top_builddir)/config.status $(srcdir)/libedataserver.pc.in
 
499
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
500
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
501
libedataserver.pc: $(top_builddir)/config.status libedataserver.pc.in
517
502
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
503
libLTLIBRARIES_INSTALL = $(INSTALL)
518
504
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
519
505
        @$(NORMAL_INSTALL)
520
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
506
        $(mkinstalldirs) $(DESTDIR)$(libdir)
521
507
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
522
508
          if test -f $$p; then \
523
 
            f=$(am__strip_dir) \
524
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
525
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
509
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
510
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
 
511
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
526
512
          else :; fi; \
527
513
        done
528
514
 
529
515
uninstall-libLTLIBRARIES:
530
516
        @$(NORMAL_UNINSTALL)
531
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
532
 
          p=$(am__strip_dir) \
533
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
534
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
517
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
518
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
519
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
 
520
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
535
521
        done
536
522
 
537
523
clean-libLTLIBRARIES:
538
524
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
539
525
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
540
526
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
541
 
          test "$$dir" != "$$p" || dir=.; \
 
527
          test "$$dir" = "$$p" && dir=.; \
542
528
          echo "rm -f \"$${dir}/so_locations\""; \
543
529
          rm -f "$${dir}/so_locations"; \
544
530
        done
556
542
        $(LINK) $(test_source_list_LDFLAGS) $(test_source_list_OBJECTS) $(test_source_list_LDADD) $(LIBS)
557
543
 
558
544
mostlyclean-compile:
559
 
        -rm -f *.$(OBJEXT)
 
545
        -rm -f *.$(OBJEXT) core *.core
560
546
 
561
547
distclean-compile:
562
548
        -rm -f *.tab.c
591
577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-source-list.Po@am__quote@
592
578
 
593
579
.c.o:
594
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
595
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
580
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
581
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
582
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
583
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
584
@am__fastdepCC_TRUE@    fi
596
585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
597
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
588
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
599
589
 
600
590
.c.obj:
601
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
602
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
591
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
592
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
593
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
594
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
595
@am__fastdepCC_TRUE@    fi
603
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
598
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
599
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
606
600
 
607
601
.c.lo:
608
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
609
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
602
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
603
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
604
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
605
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
606
@am__fastdepCC_TRUE@    fi
610
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
611
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
610
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
613
611
 
614
612
mostlyclean-libtool:
615
613
        -rm -f *.lo
620
618
distclean-libtool:
621
619
        -rm -f libtool
622
620
uninstall-info-am:
 
621
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
623
622
install-pkgconfigDATA: $(pkgconfig_DATA)
624
623
        @$(NORMAL_INSTALL)
625
 
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
 
624
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
626
625
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
627
626
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
628
 
          f=$(am__strip_dir) \
629
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
630
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
627
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
628
          echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
 
629
          $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
631
630
        done
632
631
 
633
632
uninstall-pkgconfigDATA:
634
633
        @$(NORMAL_UNINSTALL)
635
634
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
636
 
          f=$(am__strip_dir) \
637
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
638
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
635
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
636
          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
 
637
          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
639
638
        done
 
639
libedataserverincludeHEADERS_INSTALL = $(INSTALL_HEADER)
640
640
install-libedataserverincludeHEADERS: $(libedataserverinclude_HEADERS)
641
641
        @$(NORMAL_INSTALL)
642
 
        test -z "$(libedataserverincludedir)" || $(mkdir_p) "$(DESTDIR)$(libedataserverincludedir)"
 
642
        $(mkinstalldirs) $(DESTDIR)$(libedataserverincludedir)
643
643
        @list='$(libedataserverinclude_HEADERS)'; for p in $$list; do \
644
644
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
645
 
          f=$(am__strip_dir) \
646
 
          echo " $(libedataserverincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libedataserverincludedir)/$$f'"; \
647
 
          $(libedataserverincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libedataserverincludedir)/$$f"; \
 
645
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
646
          echo " $(libedataserverincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libedataserverincludedir)/$$f"; \
 
647
          $(libedataserverincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libedataserverincludedir)/$$f; \
648
648
        done
649
649
 
650
650
uninstall-libedataserverincludeHEADERS:
651
651
        @$(NORMAL_UNINSTALL)
652
652
        @list='$(libedataserverinclude_HEADERS)'; for p in $$list; do \
653
 
          f=$(am__strip_dir) \
654
 
          echo " rm -f '$(DESTDIR)$(libedataserverincludedir)/$$f'"; \
655
 
          rm -f "$(DESTDIR)$(libedataserverincludedir)/$$f"; \
 
653
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
654
          echo " rm -f $(DESTDIR)$(libedataserverincludedir)/$$f"; \
 
655
          rm -f $(DESTDIR)$(libedataserverincludedir)/$$f; \
656
656
        done
657
657
 
 
658
ETAGS = etags
 
659
ETAGSFLAGS =
 
660
 
 
661
CTAGS = ctags
 
662
CTAGSFLAGS =
 
663
 
 
664
tags: TAGS
 
665
 
658
666
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
659
667
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
660
668
        unique=`for i in $$list; do \
663
671
          $(AWK) '    { files[$$0] = 1; } \
664
672
               END { for (i in files) print i; }'`; \
665
673
        mkid -fID $$unique
666
 
tags: TAGS
667
674
 
668
675
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
669
676
                $(TAGS_FILES) $(LISP)
675
682
          done | \
676
683
          $(AWK) '    { files[$$0] = 1; } \
677
684
               END { for (i in files) print i; }'`; \
678
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
679
 
          test -n "$$unique" || unique=$$empty_fix; \
680
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
681
 
            $$tags $$unique; \
682
 
        fi
 
685
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
686
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
687
             $$tags $$unique
 
688
 
683
689
ctags: CTAGS
684
690
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
685
691
                $(TAGS_FILES) $(LISP)
702
708
 
703
709
distclean-tags:
704
710
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
711
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
712
 
 
713
top_distdir = ..
 
714
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
705
715
 
706
716
distdir: $(DISTFILES)
707
717
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
715
725
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
716
726
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
717
727
            dir="/$$dir"; \
718
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
728
            $(mkinstalldirs) "$(distdir)$$dir"; \
719
729
          else \
720
730
            dir=''; \
721
731
          fi; \
733
743
check-am: all-am
734
744
check: check-am
735
745
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
 
746
 
736
747
installdirs:
737
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libedataserverincludedir)"; do \
738
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
739
 
        done
 
748
        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(libedataserverincludedir)
740
749
install: install-am
741
750
install-exec: install-exec-am
742
751
install-data: install-data-am
756
765
clean-generic:
757
766
 
758
767
distclean-generic:
759
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
768
        -rm -f $(CONFIG_CLEAN_FILES)
760
769
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
761
770
 
762
771
maintainer-clean-generic:
777
786
 
778
787
dvi-am:
779
788
 
780
 
html: html-am
781
 
 
782
789
info: info-am
783
790
 
784
791
info-am:
817
824
 
818
825
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
819
826
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
820
 
        distclean distclean-compile distclean-generic \
821
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
822
 
        html-am info info-am install install-am install-data \
823
 
        install-data-am install-exec install-exec-am install-info \
824
 
        install-info-am install-libLTLIBRARIES \
825
 
        install-libedataserverincludeHEADERS install-man \
826
 
        install-pkgconfigDATA install-strip installcheck \
 
827
        distclean distclean-compile distclean-generic distclean-libtool \
 
828
        distclean-tags distdir dvi dvi-am info info-am install \
 
829
        install-am install-data install-data-am install-exec \
 
830
        install-exec-am install-info install-info-am \
 
831
        install-libLTLIBRARIES install-libedataserverincludeHEADERS \
 
832
        install-man install-pkgconfigDATA install-strip installcheck \
827
833
        installcheck-am installdirs maintainer-clean \
828
834
        maintainer-clean-generic mostlyclean mostlyclean-compile \
829
835
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
830
836
        tags uninstall uninstall-am uninstall-info-am \
831
 
        uninstall-libLTLIBRARIES \
832
 
        uninstall-libedataserverincludeHEADERS uninstall-pkgconfigDATA
 
837
        uninstall-libLTLIBRARIES uninstall-libedataserverincludeHEADERS \
 
838
        uninstall-pkgconfigDATA
833
839
 
834
840
@EVO_MARSHAL_RULE@
835
841