~ubuntu-branches/ubuntu/trusty/evolution-exchange/trusty

« back to all changes in this revision

Viewing changes to server/lib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Michael Biebl
  • Date: 2012-06-20 06:48:27 UTC
  • mfrom: (1.1.80) (0.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120620064827-yzlmon3kc8gzd7pf
Tags: 3.4.3-2
* Team upload.

[ Jeremy Bicha ]
* Drop debian/exchange-connector-setup-2.26.1:
  - The manpage doesn't have any useful information and wasn't
    being installed anyway.

[ Michael Biebl ]
* Strip debian/tmp/ from .install file.
* List missing files on installation.
* Update Vcs-* URLs.
* Drop obsolete Build-Depends on liborbit2-dev and group the evo/eds
  Build-Depends together.
* Drop obsolete workaround to set -fPIC explicitly via CFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 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, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
23
23
#glib_enum_prefix=gst_color_balance
24
24
 
25
25
VPATH = @srcdir@
 
26
am__make_dryrun = \
 
27
  { \
 
28
    am__dry=no; \
 
29
    case $$MAKEFLAGS in \
 
30
      *\\[\ \   ]*) \
 
31
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
32
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
33
      *) \
 
34
        for am__flg in $$MAKEFLAGS; do \
 
35
          case $$am__flg in \
 
36
            *=*|--*) ;; \
 
37
            *n*) am__dry=yes; break;; \
 
38
          esac; \
 
39
        done;; \
 
40
    esac; \
 
41
    test $$am__dry = yes; \
 
42
  }
26
43
pkgdatadir = $(datadir)/@PACKAGE@
27
44
pkgincludedir = $(includedir)/@PACKAGE@
28
45
pkglibdir = $(libdir)/@PACKAGE@
80
97
am__base_list = \
81
98
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82
99
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
100
am__uninstall_files_from_dir = { \
 
101
  test -z "$$files" \
 
102
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
103
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
104
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
105
  }
83
106
am__installdirs = "$(DESTDIR)$(privsolibdir)"
84
107
LTLIBRARIES = $(privsolib_LTLIBRARIES)
85
108
am__DEPENDENCIES_1 =
120
143
        libexchange_la-e2k-utils.lo libexchange_la-e2k-xml-utils.lo \
121
144
        $(am__objects_3)
122
145
libexchange_la_OBJECTS = $(am_libexchange_la_OBJECTS)
123
 
AM_V_lt = $(am__v_lt_$(V))
124
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
146
AM_V_lt = $(am__v_lt_@AM_V@)
 
147
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
125
148
am__v_lt_0 = --silent
126
149
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
127
150
depcomp = $(SHELL) $(top_srcdir)/depcomp
133
156
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
134
157
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
135
158
        $(AM_CFLAGS) $(CFLAGS)
136
 
AM_V_CC = $(am__v_CC_$(V))
137
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
159
AM_V_CC = $(am__v_CC_@AM_V@)
 
160
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
138
161
am__v_CC_0 = @echo "  CC    " $@;
139
 
AM_V_at = $(am__v_at_$(V))
140
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
162
AM_V_at = $(am__v_at_@AM_V@)
 
163
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141
164
am__v_at_0 = @
142
165
CCLD = $(CC)
143
166
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144
167
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145
168
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
146
 
AM_V_CCLD = $(am__v_CCLD_$(V))
147
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
169
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
170
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148
171
am__v_CCLD_0 = @echo "  CCLD  " $@;
149
 
AM_V_GEN = $(am__v_GEN_$(V))
150
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
172
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
173
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151
174
am__v_GEN_0 = @echo "  GEN   " $@;
152
175
SOURCES = $(libexchange_la_SOURCES)
153
176
DIST_SOURCES = $(am__libexchange_la_SOURCES_DIST)
 
177
am__can_run_installinfo = \
 
178
  case $$AM_UPDATE_INFO_DIR in \
 
179
    n|no|NO) false;; \
 
180
    *) (install-info --version) >/dev/null 2>&1;; \
 
181
  esac
154
182
ETAGS = etags
155
183
CTAGS = ctags
156
184
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
234
262
INTLTOOL_MERGE = @INTLTOOL_MERGE@
235
263
INTLTOOL_PERL = @INTLTOOL_PERL@
236
264
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
265
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
266
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
267
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
268
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
237
269
KRB5_CFLAGS = @KRB5_CFLAGS@
238
270
KRB5_LIBS = @KRB5_LIBS@
239
271
LD = @LD@
323
355
includedir = @includedir@
324
356
infodir = @infodir@
325
357
install_sh = @install_sh@
 
358
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
359
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
326
360
libdir = @libdir@
327
361
libexecdir = @libexecdir@
328
362
localedir = @localedir@
473
507
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
474
508
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
475
509
        esac;
 
510
$(top_srcdir)/glib-gen.mak:
476
511
 
477
512
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
478
513
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484
519
$(am__aclocal_m4_deps):
485
520
install-privsolibLTLIBRARIES: $(privsolib_LTLIBRARIES)
486
521
        @$(NORMAL_INSTALL)
487
 
        test -z "$(privsolibdir)" || $(MKDIR_P) "$(DESTDIR)$(privsolibdir)"
488
522
        @list='$(privsolib_LTLIBRARIES)'; test -n "$(privsolibdir)" || list=; \
489
523
        list2=; for p in $$list; do \
490
524
          if test -f $$p; then \
492
526
          else :; fi; \
493
527
        done; \
494
528
        test -z "$$list2" || { \
 
529
          echo " $(MKDIR_P) '$(DESTDIR)$(privsolibdir)'"; \
 
530
          $(MKDIR_P) "$(DESTDIR)$(privsolibdir)" || exit 1; \
495
531
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(privsolibdir)'"; \
496
532
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(privsolibdir)"; \
497
533
        }
513
549
          echo "rm -f \"$${dir}/so_locations\""; \
514
550
          rm -f "$${dir}/so_locations"; \
515
551
        done
516
 
libexchange.la: $(libexchange_la_OBJECTS) $(libexchange_la_DEPENDENCIES) 
 
552
libexchange.la: $(libexchange_la_OBJECTS) $(libexchange_la_DEPENDENCIES) $(EXTRA_libexchange_la_DEPENDENCIES) 
517
553
        $(AM_V_CCLD)$(LINK) -rpath $(privsolibdir) $(libexchange_la_OBJECTS) $(libexchange_la_LIBADD) $(LIBS)
518
554
 
519
555
mostlyclean-compile:
548
584
.c.o:
549
585
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
550
586
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
551
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
552
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
553
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
589
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
555
590
 
556
591
.c.obj:
557
592
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
558
593
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
559
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
560
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
561
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
596
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
563
597
 
564
598
.c.lo:
565
599
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
566
600
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
567
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
568
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
569
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
603
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
571
604
 
572
605
libexchange_la-e2k-enumtypes.lo: e2k-enumtypes.c
573
606
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-enumtypes.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-enumtypes.Tpo -c -o libexchange_la-e2k-enumtypes.lo `test -f 'e2k-enumtypes.c' || echo '$(srcdir)/'`e2k-enumtypes.c
574
607
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-enumtypes.Tpo $(DEPDIR)/libexchange_la-e2k-enumtypes.Plo
575
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
576
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-enumtypes.c' object='libexchange_la-e2k-enumtypes.lo' libtool=yes @AMDEPBACKSLASH@
 
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-enumtypes.c' object='libexchange_la-e2k-enumtypes.lo' libtool=yes @AMDEPBACKSLASH@
577
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-enumtypes.lo `test -f 'e2k-enumtypes.c' || echo '$(srcdir)/'`e2k-enumtypes.c
 
610
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-enumtypes.lo `test -f 'e2k-enumtypes.c' || echo '$(srcdir)/'`e2k-enumtypes.c
579
611
 
580
612
libexchange_la-e2k-marshal.lo: e2k-marshal.c
581
613
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-marshal.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-marshal.Tpo -c -o libexchange_la-e2k-marshal.lo `test -f 'e2k-marshal.c' || echo '$(srcdir)/'`e2k-marshal.c
582
614
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-marshal.Tpo $(DEPDIR)/libexchange_la-e2k-marshal.Plo
583
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
584
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-marshal.c' object='libexchange_la-e2k-marshal.lo' libtool=yes @AMDEPBACKSLASH@
 
615
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-marshal.c' object='libexchange_la-e2k-marshal.lo' libtool=yes @AMDEPBACKSLASH@
585
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-marshal.lo `test -f 'e2k-marshal.c' || echo '$(srcdir)/'`e2k-marshal.c
 
617
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-marshal.lo `test -f 'e2k-marshal.c' || echo '$(srcdir)/'`e2k-marshal.c
587
618
 
588
619
libexchange_la-camel-exchange-settings.lo: camel-exchange-settings.c
589
620
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-camel-exchange-settings.lo -MD -MP -MF $(DEPDIR)/libexchange_la-camel-exchange-settings.Tpo -c -o libexchange_la-camel-exchange-settings.lo `test -f 'camel-exchange-settings.c' || echo '$(srcdir)/'`camel-exchange-settings.c
590
621
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-camel-exchange-settings.Tpo $(DEPDIR)/libexchange_la-camel-exchange-settings.Plo
591
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
592
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='camel-exchange-settings.c' object='libexchange_la-camel-exchange-settings.lo' libtool=yes @AMDEPBACKSLASH@
 
622
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='camel-exchange-settings.c' object='libexchange_la-camel-exchange-settings.lo' libtool=yes @AMDEPBACKSLASH@
593
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-camel-exchange-settings.lo `test -f 'camel-exchange-settings.c' || echo '$(srcdir)/'`camel-exchange-settings.c
 
624
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-camel-exchange-settings.lo `test -f 'camel-exchange-settings.c' || echo '$(srcdir)/'`camel-exchange-settings.c
595
625
 
596
626
libexchange_la-e2k-action.lo: e2k-action.c
597
627
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-action.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-action.Tpo -c -o libexchange_la-e2k-action.lo `test -f 'e2k-action.c' || echo '$(srcdir)/'`e2k-action.c
598
628
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-action.Tpo $(DEPDIR)/libexchange_la-e2k-action.Plo
599
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
600
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-action.c' object='libexchange_la-e2k-action.lo' libtool=yes @AMDEPBACKSLASH@
 
629
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-action.c' object='libexchange_la-e2k-action.lo' libtool=yes @AMDEPBACKSLASH@
601
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-action.lo `test -f 'e2k-action.c' || echo '$(srcdir)/'`e2k-action.c
 
631
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-action.lo `test -f 'e2k-action.c' || echo '$(srcdir)/'`e2k-action.c
603
632
 
604
633
libexchange_la-e2k-autoconfig.lo: e2k-autoconfig.c
605
634
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-autoconfig.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-autoconfig.Tpo -c -o libexchange_la-e2k-autoconfig.lo `test -f 'e2k-autoconfig.c' || echo '$(srcdir)/'`e2k-autoconfig.c
606
635
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-autoconfig.Tpo $(DEPDIR)/libexchange_la-e2k-autoconfig.Plo
607
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
608
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-autoconfig.c' object='libexchange_la-e2k-autoconfig.lo' libtool=yes @AMDEPBACKSLASH@
 
636
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-autoconfig.c' object='libexchange_la-e2k-autoconfig.lo' libtool=yes @AMDEPBACKSLASH@
609
637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-autoconfig.lo `test -f 'e2k-autoconfig.c' || echo '$(srcdir)/'`e2k-autoconfig.c
 
638
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-autoconfig.lo `test -f 'e2k-autoconfig.c' || echo '$(srcdir)/'`e2k-autoconfig.c
611
639
 
612
640
libexchange_la-e2k-context.lo: e2k-context.c
613
641
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-context.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-context.Tpo -c -o libexchange_la-e2k-context.lo `test -f 'e2k-context.c' || echo '$(srcdir)/'`e2k-context.c
614
642
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-context.Tpo $(DEPDIR)/libexchange_la-e2k-context.Plo
615
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
616
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-context.c' object='libexchange_la-e2k-context.lo' libtool=yes @AMDEPBACKSLASH@
 
643
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-context.c' object='libexchange_la-e2k-context.lo' libtool=yes @AMDEPBACKSLASH@
617
644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
618
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-context.lo `test -f 'e2k-context.c' || echo '$(srcdir)/'`e2k-context.c
 
645
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-context.lo `test -f 'e2k-context.c' || echo '$(srcdir)/'`e2k-context.c
619
646
 
620
647
libexchange_la-e2k-freebusy.lo: e2k-freebusy.c
621
648
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-freebusy.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-freebusy.Tpo -c -o libexchange_la-e2k-freebusy.lo `test -f 'e2k-freebusy.c' || echo '$(srcdir)/'`e2k-freebusy.c
622
649
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-freebusy.Tpo $(DEPDIR)/libexchange_la-e2k-freebusy.Plo
623
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
624
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-freebusy.c' object='libexchange_la-e2k-freebusy.lo' libtool=yes @AMDEPBACKSLASH@
 
650
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-freebusy.c' object='libexchange_la-e2k-freebusy.lo' libtool=yes @AMDEPBACKSLASH@
625
651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-freebusy.lo `test -f 'e2k-freebusy.c' || echo '$(srcdir)/'`e2k-freebusy.c
 
652
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-freebusy.lo `test -f 'e2k-freebusy.c' || echo '$(srcdir)/'`e2k-freebusy.c
627
653
 
628
654
libexchange_la-e2k-global-catalog.lo: e2k-global-catalog.c
629
655
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-global-catalog.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-global-catalog.Tpo -c -o libexchange_la-e2k-global-catalog.lo `test -f 'e2k-global-catalog.c' || echo '$(srcdir)/'`e2k-global-catalog.c
630
656
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-global-catalog.Tpo $(DEPDIR)/libexchange_la-e2k-global-catalog.Plo
631
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
632
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-global-catalog.c' object='libexchange_la-e2k-global-catalog.lo' libtool=yes @AMDEPBACKSLASH@
 
657
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-global-catalog.c' object='libexchange_la-e2k-global-catalog.lo' libtool=yes @AMDEPBACKSLASH@
633
658
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-global-catalog.lo `test -f 'e2k-global-catalog.c' || echo '$(srcdir)/'`e2k-global-catalog.c
 
659
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-global-catalog.lo `test -f 'e2k-global-catalog.c' || echo '$(srcdir)/'`e2k-global-catalog.c
635
660
 
636
661
libexchange_la-e2k-http-utils.lo: e2k-http-utils.c
637
662
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-http-utils.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-http-utils.Tpo -c -o libexchange_la-e2k-http-utils.lo `test -f 'e2k-http-utils.c' || echo '$(srcdir)/'`e2k-http-utils.c
638
663
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-http-utils.Tpo $(DEPDIR)/libexchange_la-e2k-http-utils.Plo
639
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
640
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-http-utils.c' object='libexchange_la-e2k-http-utils.lo' libtool=yes @AMDEPBACKSLASH@
 
664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-http-utils.c' object='libexchange_la-e2k-http-utils.lo' libtool=yes @AMDEPBACKSLASH@
641
665
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
642
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-http-utils.lo `test -f 'e2k-http-utils.c' || echo '$(srcdir)/'`e2k-http-utils.c
 
666
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-http-utils.lo `test -f 'e2k-http-utils.c' || echo '$(srcdir)/'`e2k-http-utils.c
643
667
 
644
668
libexchange_la-e2k-operation.lo: e2k-operation.c
645
669
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-operation.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-operation.Tpo -c -o libexchange_la-e2k-operation.lo `test -f 'e2k-operation.c' || echo '$(srcdir)/'`e2k-operation.c
646
670
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-operation.Tpo $(DEPDIR)/libexchange_la-e2k-operation.Plo
647
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
648
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-operation.c' object='libexchange_la-e2k-operation.lo' libtool=yes @AMDEPBACKSLASH@
 
671
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-operation.c' object='libexchange_la-e2k-operation.lo' libtool=yes @AMDEPBACKSLASH@
649
672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-operation.lo `test -f 'e2k-operation.c' || echo '$(srcdir)/'`e2k-operation.c
 
673
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-operation.lo `test -f 'e2k-operation.c' || echo '$(srcdir)/'`e2k-operation.c
651
674
 
652
675
libexchange_la-e2k-path.lo: e2k-path.c
653
676
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-path.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-path.Tpo -c -o libexchange_la-e2k-path.lo `test -f 'e2k-path.c' || echo '$(srcdir)/'`e2k-path.c
654
677
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-path.Tpo $(DEPDIR)/libexchange_la-e2k-path.Plo
655
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
656
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-path.c' object='libexchange_la-e2k-path.lo' libtool=yes @AMDEPBACKSLASH@
 
678
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-path.c' object='libexchange_la-e2k-path.lo' libtool=yes @AMDEPBACKSLASH@
657
679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-path.lo `test -f 'e2k-path.c' || echo '$(srcdir)/'`e2k-path.c
 
680
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-path.lo `test -f 'e2k-path.c' || echo '$(srcdir)/'`e2k-path.c
659
681
 
660
682
libexchange_la-e2k-properties.lo: e2k-properties.c
661
683
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-properties.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-properties.Tpo -c -o libexchange_la-e2k-properties.lo `test -f 'e2k-properties.c' || echo '$(srcdir)/'`e2k-properties.c
662
684
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-properties.Tpo $(DEPDIR)/libexchange_la-e2k-properties.Plo
663
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
664
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-properties.c' object='libexchange_la-e2k-properties.lo' libtool=yes @AMDEPBACKSLASH@
 
685
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-properties.c' object='libexchange_la-e2k-properties.lo' libtool=yes @AMDEPBACKSLASH@
665
686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-properties.lo `test -f 'e2k-properties.c' || echo '$(srcdir)/'`e2k-properties.c
 
687
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-properties.lo `test -f 'e2k-properties.c' || echo '$(srcdir)/'`e2k-properties.c
667
688
 
668
689
libexchange_la-e2k-restriction.lo: e2k-restriction.c
669
690
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-restriction.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-restriction.Tpo -c -o libexchange_la-e2k-restriction.lo `test -f 'e2k-restriction.c' || echo '$(srcdir)/'`e2k-restriction.c
670
691
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-restriction.Tpo $(DEPDIR)/libexchange_la-e2k-restriction.Plo
671
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
672
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-restriction.c' object='libexchange_la-e2k-restriction.lo' libtool=yes @AMDEPBACKSLASH@
 
692
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-restriction.c' object='libexchange_la-e2k-restriction.lo' libtool=yes @AMDEPBACKSLASH@
673
693
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
674
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-restriction.lo `test -f 'e2k-restriction.c' || echo '$(srcdir)/'`e2k-restriction.c
 
694
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-restriction.lo `test -f 'e2k-restriction.c' || echo '$(srcdir)/'`e2k-restriction.c
675
695
 
676
696
libexchange_la-e2k-result.lo: e2k-result.c
677
697
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-result.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-result.Tpo -c -o libexchange_la-e2k-result.lo `test -f 'e2k-result.c' || echo '$(srcdir)/'`e2k-result.c
678
698
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-result.Tpo $(DEPDIR)/libexchange_la-e2k-result.Plo
679
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
680
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-result.c' object='libexchange_la-e2k-result.lo' libtool=yes @AMDEPBACKSLASH@
 
699
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-result.c' object='libexchange_la-e2k-result.lo' libtool=yes @AMDEPBACKSLASH@
681
700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-result.lo `test -f 'e2k-result.c' || echo '$(srcdir)/'`e2k-result.c
 
701
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-result.lo `test -f 'e2k-result.c' || echo '$(srcdir)/'`e2k-result.c
683
702
 
684
703
libexchange_la-e2k-rule.lo: e2k-rule.c
685
704
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-rule.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-rule.Tpo -c -o libexchange_la-e2k-rule.lo `test -f 'e2k-rule.c' || echo '$(srcdir)/'`e2k-rule.c
686
705
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-rule.Tpo $(DEPDIR)/libexchange_la-e2k-rule.Plo
687
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
688
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-rule.c' object='libexchange_la-e2k-rule.lo' libtool=yes @AMDEPBACKSLASH@
 
706
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-rule.c' object='libexchange_la-e2k-rule.lo' libtool=yes @AMDEPBACKSLASH@
689
707
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
690
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-rule.lo `test -f 'e2k-rule.c' || echo '$(srcdir)/'`e2k-rule.c
 
708
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-rule.lo `test -f 'e2k-rule.c' || echo '$(srcdir)/'`e2k-rule.c
691
709
 
692
710
libexchange_la-e2k-rule-xml.lo: e2k-rule-xml.c
693
711
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-rule-xml.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-rule-xml.Tpo -c -o libexchange_la-e2k-rule-xml.lo `test -f 'e2k-rule-xml.c' || echo '$(srcdir)/'`e2k-rule-xml.c
694
712
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-rule-xml.Tpo $(DEPDIR)/libexchange_la-e2k-rule-xml.Plo
695
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
696
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-rule-xml.c' object='libexchange_la-e2k-rule-xml.lo' libtool=yes @AMDEPBACKSLASH@
 
713
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-rule-xml.c' object='libexchange_la-e2k-rule-xml.lo' libtool=yes @AMDEPBACKSLASH@
697
714
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-rule-xml.lo `test -f 'e2k-rule-xml.c' || echo '$(srcdir)/'`e2k-rule-xml.c
 
715
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-rule-xml.lo `test -f 'e2k-rule-xml.c' || echo '$(srcdir)/'`e2k-rule-xml.c
699
716
 
700
717
libexchange_la-e2k-security-descriptor.lo: e2k-security-descriptor.c
701
718
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-security-descriptor.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-security-descriptor.Tpo -c -o libexchange_la-e2k-security-descriptor.lo `test -f 'e2k-security-descriptor.c' || echo '$(srcdir)/'`e2k-security-descriptor.c
702
719
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-security-descriptor.Tpo $(DEPDIR)/libexchange_la-e2k-security-descriptor.Plo
703
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
704
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-security-descriptor.c' object='libexchange_la-e2k-security-descriptor.lo' libtool=yes @AMDEPBACKSLASH@
 
720
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-security-descriptor.c' object='libexchange_la-e2k-security-descriptor.lo' libtool=yes @AMDEPBACKSLASH@
705
721
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
706
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-security-descriptor.lo `test -f 'e2k-security-descriptor.c' || echo '$(srcdir)/'`e2k-security-descriptor.c
 
722
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-security-descriptor.lo `test -f 'e2k-security-descriptor.c' || echo '$(srcdir)/'`e2k-security-descriptor.c
707
723
 
708
724
libexchange_la-e2k-sid.lo: e2k-sid.c
709
725
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-sid.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-sid.Tpo -c -o libexchange_la-e2k-sid.lo `test -f 'e2k-sid.c' || echo '$(srcdir)/'`e2k-sid.c
710
726
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-sid.Tpo $(DEPDIR)/libexchange_la-e2k-sid.Plo
711
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
712
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-sid.c' object='libexchange_la-e2k-sid.lo' libtool=yes @AMDEPBACKSLASH@
 
727
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-sid.c' object='libexchange_la-e2k-sid.lo' libtool=yes @AMDEPBACKSLASH@
713
728
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-sid.lo `test -f 'e2k-sid.c' || echo '$(srcdir)/'`e2k-sid.c
 
729
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-sid.lo `test -f 'e2k-sid.c' || echo '$(srcdir)/'`e2k-sid.c
715
730
 
716
731
libexchange_la-e2k-uri.lo: e2k-uri.c
717
732
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-uri.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-uri.Tpo -c -o libexchange_la-e2k-uri.lo `test -f 'e2k-uri.c' || echo '$(srcdir)/'`e2k-uri.c
718
733
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-uri.Tpo $(DEPDIR)/libexchange_la-e2k-uri.Plo
719
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
720
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-uri.c' object='libexchange_la-e2k-uri.lo' libtool=yes @AMDEPBACKSLASH@
 
734
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-uri.c' object='libexchange_la-e2k-uri.lo' libtool=yes @AMDEPBACKSLASH@
721
735
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
722
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-uri.lo `test -f 'e2k-uri.c' || echo '$(srcdir)/'`e2k-uri.c
 
736
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-uri.lo `test -f 'e2k-uri.c' || echo '$(srcdir)/'`e2k-uri.c
723
737
 
724
738
libexchange_la-e2k-utils.lo: e2k-utils.c
725
739
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-utils.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-utils.Tpo -c -o libexchange_la-e2k-utils.lo `test -f 'e2k-utils.c' || echo '$(srcdir)/'`e2k-utils.c
726
740
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-utils.Tpo $(DEPDIR)/libexchange_la-e2k-utils.Plo
727
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
728
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-utils.c' object='libexchange_la-e2k-utils.lo' libtool=yes @AMDEPBACKSLASH@
 
741
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-utils.c' object='libexchange_la-e2k-utils.lo' libtool=yes @AMDEPBACKSLASH@
729
742
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
730
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-utils.lo `test -f 'e2k-utils.c' || echo '$(srcdir)/'`e2k-utils.c
 
743
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-utils.lo `test -f 'e2k-utils.c' || echo '$(srcdir)/'`e2k-utils.c
731
744
 
732
745
libexchange_la-e2k-xml-utils.lo: e2k-xml-utils.c
733
746
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-xml-utils.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-xml-utils.Tpo -c -o libexchange_la-e2k-xml-utils.lo `test -f 'e2k-xml-utils.c' || echo '$(srcdir)/'`e2k-xml-utils.c
734
747
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-xml-utils.Tpo $(DEPDIR)/libexchange_la-e2k-xml-utils.Plo
735
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
736
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-xml-utils.c' object='libexchange_la-e2k-xml-utils.lo' libtool=yes @AMDEPBACKSLASH@
 
748
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-xml-utils.c' object='libexchange_la-e2k-xml-utils.lo' libtool=yes @AMDEPBACKSLASH@
737
749
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-xml-utils.lo `test -f 'e2k-xml-utils.c' || echo '$(srcdir)/'`e2k-xml-utils.c
 
750
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-xml-utils.lo `test -f 'e2k-xml-utils.c' || echo '$(srcdir)/'`e2k-xml-utils.c
739
751
 
740
752
libexchange_la-e2k-kerberos.lo: e2k-kerberos.c
741
753
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libexchange_la-e2k-kerberos.lo -MD -MP -MF $(DEPDIR)/libexchange_la-e2k-kerberos.Tpo -c -o libexchange_la-e2k-kerberos.lo `test -f 'e2k-kerberos.c' || echo '$(srcdir)/'`e2k-kerberos.c
742
754
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libexchange_la-e2k-kerberos.Tpo $(DEPDIR)/libexchange_la-e2k-kerberos.Plo
743
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
744
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='e2k-kerberos.c' object='libexchange_la-e2k-kerberos.lo' libtool=yes @AMDEPBACKSLASH@
 
755
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='e2k-kerberos.c' object='libexchange_la-e2k-kerberos.lo' libtool=yes @AMDEPBACKSLASH@
745
756
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-kerberos.lo `test -f 'e2k-kerberos.c' || echo '$(srcdir)/'`e2k-kerberos.c
 
757
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libexchange_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libexchange_la-e2k-kerberos.lo `test -f 'e2k-kerberos.c' || echo '$(srcdir)/'`e2k-kerberos.c
747
758
 
748
759
mostlyclean-libtool:
749
760
        -rm -f *.lo
855
866
 
856
867
installcheck: installcheck-am
857
868
install-strip:
858
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
859
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860
 
          `test -z '$(STRIP)' || \
861
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
869
        if test -z '$(STRIP)'; then \
 
870
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
871
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
872
              install; \
 
873
        else \
 
874
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
875
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
876
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
877
        fi
862
878
mostlyclean-generic:
863
879
 
864
880
clean-generic: