~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to libdocument/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        "$(DESTDIR)$(headerdir)" "$(DESTDIR)$(typelibsdir)"
78
78
LTLIBRARIES = $(lib_LTLIBRARIES)
79
79
am__DEPENDENCIES_1 =
80
 
libevdocument_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
80
libevdocument3_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
81
81
        $(top_builddir)/cut-n-paste/synctex/libsynctex.la
82
82
am__objects_1 =
83
83
am__objects_2 = $(am__objects_1)
84
 
am_libevdocument_la_OBJECTS = libevdocument_la-ev-annotation.lo \
85
 
        libevdocument_la-ev-async-renderer.lo \
86
 
        libevdocument_la-ev-attachment.lo \
87
 
        libevdocument_la-ev-backends-manager.lo \
88
 
        libevdocument_la-ev-layer.lo libevdocument_la-ev-link.lo \
89
 
        libevdocument_la-ev-link-action.lo \
90
 
        libevdocument_la-ev-link-dest.lo libevdocument_la-ev-image.lo \
91
 
        libevdocument_la-ev-init.lo libevdocument_la-ev-document.lo \
92
 
        libevdocument_la-ev-document-annotations.lo \
93
 
        libevdocument_la-ev-document-attachments.lo \
94
 
        libevdocument_la-ev-document-factory.lo \
95
 
        libevdocument_la-ev-document-thumbnails.lo \
96
 
        libevdocument_la-ev-document-fonts.lo \
97
 
        libevdocument_la-ev-document-layers.lo \
98
 
        libevdocument_la-ev-document-links.lo \
99
 
        libevdocument_la-ev-document-images.lo \
100
 
        libevdocument_la-ev-document-print.lo \
101
 
        libevdocument_la-ev-document-security.lo \
102
 
        libevdocument_la-ev-document-find.lo \
103
 
        libevdocument_la-ev-document-transition.lo \
104
 
        libevdocument_la-ev-document-forms.lo \
105
 
        libevdocument_la-ev-document-type-builtins.lo \
106
 
        libevdocument_la-ev-document-text.lo \
107
 
        libevdocument_la-ev-form-field.lo libevdocument_la-ev-debug.lo \
108
 
        libevdocument_la-ev-file-exporter.lo \
109
 
        libevdocument_la-ev-file-helpers.lo \
110
 
        libevdocument_la-ev-mapping-list.lo \
111
 
        libevdocument_la-ev-module.lo libevdocument_la-ev-page.lo \
112
 
        libevdocument_la-ev-render-context.lo \
113
 
        libevdocument_la-ev-selection.lo \
114
 
        libevdocument_la-ev-transition-effect.lo \
115
 
        libevdocument_la-ev-document-misc.lo $(am__objects_1) \
 
84
am_libevdocument3_la_OBJECTS = libevdocument3_la-ev-annotation.lo \
 
85
        libevdocument3_la-ev-async-renderer.lo \
 
86
        libevdocument3_la-ev-attachment.lo \
 
87
        libevdocument3_la-ev-backends-manager.lo \
 
88
        libevdocument3_la-ev-layer.lo libevdocument3_la-ev-link.lo \
 
89
        libevdocument3_la-ev-link-action.lo \
 
90
        libevdocument3_la-ev-link-dest.lo \
 
91
        libevdocument3_la-ev-image.lo libevdocument3_la-ev-init.lo \
 
92
        libevdocument3_la-ev-document.lo \
 
93
        libevdocument3_la-ev-document-annotations.lo \
 
94
        libevdocument3_la-ev-document-attachments.lo \
 
95
        libevdocument3_la-ev-document-factory.lo \
 
96
        libevdocument3_la-ev-document-fonts.lo \
 
97
        libevdocument3_la-ev-document-layers.lo \
 
98
        libevdocument3_la-ev-document-links.lo \
 
99
        libevdocument3_la-ev-document-images.lo \
 
100
        libevdocument3_la-ev-document-print.lo \
 
101
        libevdocument3_la-ev-document-security.lo \
 
102
        libevdocument3_la-ev-document-find.lo \
 
103
        libevdocument3_la-ev-document-transition.lo \
 
104
        libevdocument3_la-ev-document-forms.lo \
 
105
        libevdocument3_la-ev-document-type-builtins.lo \
 
106
        libevdocument3_la-ev-document-text.lo \
 
107
        libevdocument3_la-ev-form-field.lo \
 
108
        libevdocument3_la-ev-debug.lo \
 
109
        libevdocument3_la-ev-file-exporter.lo \
 
110
        libevdocument3_la-ev-file-helpers.lo \
 
111
        libevdocument3_la-ev-mapping-list.lo \
 
112
        libevdocument3_la-ev-module.lo libevdocument3_la-ev-page.lo \
 
113
        libevdocument3_la-ev-render-context.lo \
 
114
        libevdocument3_la-ev-selection.lo \
 
115
        libevdocument3_la-ev-transition-effect.lo \
 
116
        libevdocument3_la-ev-document-misc.lo $(am__objects_1) \
116
117
        $(am__objects_2)
117
 
libevdocument_la_OBJECTS = $(am_libevdocument_la_OBJECTS)
 
118
libevdocument3_la_OBJECTS = $(am_libevdocument3_la_OBJECTS)
118
119
AM_V_lt = $(am__v_lt_$(V))
119
120
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
120
121
am__v_lt_0 = --silent
121
 
libevdocument_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
122
libevdocument3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
122
123
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
123
 
        $(libevdocument_la_CFLAGS) $(CFLAGS) \
124
 
        $(libevdocument_la_LDFLAGS) $(LDFLAGS) -o $@
 
124
        $(libevdocument3_la_CFLAGS) $(CFLAGS) \
 
125
        $(libevdocument3_la_LDFLAGS) $(LDFLAGS) -o $@
125
126
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
126
127
depcomp = $(SHELL) $(top_srcdir)/depcomp
127
128
am__depfiles_maybe = depfiles
148
149
AM_V_GEN = $(am__v_GEN_$(V))
149
150
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
150
151
am__v_GEN_0 = @echo "  GEN   " $@;
151
 
SOURCES = $(libevdocument_la_SOURCES)
152
 
DIST_SOURCES = $(libevdocument_la_SOURCES)
 
152
SOURCES = $(libevdocument3_la_SOURCES)
 
153
DIST_SOURCES = $(libevdocument3_la_SOURCES)
153
154
DATA = $(gir_DATA) $(header_DATA) $(typelibs_DATA)
154
155
ETAGS = etags
155
156
CTAGS = ctags
185
186
DATADIRNAME = @DATADIRNAME@
186
187
DEFS = @DEFS@
187
188
DEPDIR = @DEPDIR@
 
189
DESKTOP_SCHEMAS_CFLAGS = @DESKTOP_SCHEMAS_CFLAGS@
 
190
DESKTOP_SCHEMAS_LIBS = @DESKTOP_SCHEMAS_LIBS@
188
191
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
189
192
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
190
193
DJVU_CFLAGS = @DJVU_CFLAGS@
216
219
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
217
220
FRONTEND_CORE_LIBS = @FRONTEND_CORE_LIBS@
218
221
FRONTEND_LIBS = @FRONTEND_LIBS@
219
 
GCONFTOOL = @GCONFTOOL@
220
 
GCONF_CFLAGS = @GCONF_CFLAGS@
221
 
GCONF_LIBS = @GCONF_LIBS@
222
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
223
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
224
222
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
225
223
GIRDIR = @GIRDIR@
226
224
GIRTYPELIBDIR = @GIRTYPELIBDIR@
240
238
GTKDOC_REBASE = @GTKDOC_REBASE@
241
239
GTKUNIXPRINT_CFLAGS = @GTKUNIXPRINT_CFLAGS@
242
240
GTKUNIXPRINT_LIBS = @GTKUNIXPRINT_LIBS@
243
 
GTK_API_VERSION = @GTK_API_VERSION@
244
241
GTK_PREFIX = @GTK_PREFIX@
245
242
GTK_REQUIRED = @GTK_REQUIRED@
 
243
GXPS_CFLAGS = @GXPS_CFLAGS@
 
244
GXPS_LIBS = @GXPS_LIBS@
246
245
G_IR_COMPILER = @G_IR_COMPILER@
247
246
G_IR_GENERATE = @G_IR_GENERATE@
248
247
G_IR_SCANNER = @G_IR_SCANNER@
298
297
PACKAGE_VERSION = @PACKAGE_VERSION@
299
298
PATH_SEPARATOR = @PATH_SEPARATOR@
300
299
PKG_CONFIG = @PKG_CONFIG@
 
300
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
301
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
301
302
POFILES = @POFILES@
302
303
POPPLER_CFLAGS = @POPPLER_CFLAGS@
303
304
POPPLER_LIBS = @POPPLER_LIBS@
382
383
top_build_prefix = @top_build_prefix@
383
384
top_builddir = @top_builddir@
384
385
top_srcdir = @top_srcdir@
385
 
lib_LTLIBRARIES = libevdocument.la
 
386
lib_LTLIBRARIES = libevdocument3.la
386
387
NOINST_H_FILES = \
387
388
        ev-debug.h                              \
388
389
        ev-module.h
406
407
        ev-document-misc.h                      \
407
408
        ev-document-print.h                     \
408
409
        ev-document-security.h                  \
409
 
        ev-document-thumbnails.h                \
410
410
        ev-document-transition.h                \
411
411
        ev-document-text.h                      \
412
412
        ev-file-exporter.h                      \
431
431
 
432
432
headerdir = $(includedir)/evince/$(EV_API_VERSION)/libdocument
433
433
header_DATA = $(INST_H_FILES)
434
 
libevdocument_la_SOURCES = \
 
434
libevdocument3_la_SOURCES = \
435
435
        ev-annotation.c                         \
436
436
        ev-async-renderer.c                     \
437
437
        ev-attachment.c                         \
446
446
        ev-document-annotations.c               \
447
447
        ev-document-attachments.c               \
448
448
        ev-document-factory.c                   \
449
 
        ev-document-thumbnails.c                \
450
449
        ev-document-fonts.c                     \
451
450
        ev-document-layers.c                    \
452
451
        ev-document-links.c                     \
472
471
        $(NOINST_H_FILES)                       \
473
472
        $(INST_H_FILES)
474
473
 
475
 
libevdocument_la_CPPFLAGS = \
 
474
libevdocument3_la_CPPFLAGS = \
476
475
        -DG_LOG_DOMAIN=\"EvinceDocument\"               \
477
476
        -DEVINCE_UIDIR=\"$(pkgdatadir)\"                \
478
477
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"          \
481
480
        -DEVINCE_COMPILATION                            \
482
481
        $(AM_CPPFLAGS)
483
482
 
484
 
libevdocument_la_CFLAGS = \
 
483
libevdocument3_la_CFLAGS = \
485
484
        $(LIBDOCUMENT_CFLAGS)                   \
486
485
        -I$(top_srcdir)/cut-n-paste/synctex     \
487
486
        $(WARN_CFLAGS)                          \
488
487
        $(DISABLE_DEPRECATED)                   \
489
488
        $(AM_CFLAGS)
490
489
 
491
 
libevdocument_la_LDFLAGS = \
 
490
libevdocument3_la_LDFLAGS = \
492
491
        -version-info $(EV_DOCUMENT_LT_VERSION_INFO)    \
493
492
        -no-undefined   \
494
493
        -export-symbols-regex "^ev_*"   \
495
494
        $(AM_LDFLAGS)
496
495
 
497
 
libevdocument_la_LIBADD = \
 
496
libevdocument3_la_LIBADD = \
498
497
        $(LIBDOCUMENT_LIBS)     \
499
498
        $(top_builddir)/cut-n-paste/synctex/libsynctex.la
500
499
 
578
577
          echo "rm -f \"$${dir}/so_locations\""; \
579
578
          rm -f "$${dir}/so_locations"; \
580
579
        done
581
 
libevdocument.la: $(libevdocument_la_OBJECTS) $(libevdocument_la_DEPENDENCIES) 
582
 
        $(AM_V_CCLD)$(libevdocument_la_LINK) -rpath $(libdir) $(libevdocument_la_OBJECTS) $(libevdocument_la_LIBADD) $(LIBS)
 
580
libevdocument3.la: $(libevdocument3_la_OBJECTS) $(libevdocument3_la_DEPENDENCIES) 
 
581
        $(AM_V_CCLD)$(libevdocument3_la_LINK) -rpath $(libdir) $(libevdocument3_la_OBJECTS) $(libevdocument3_la_LIBADD) $(LIBS)
583
582
 
584
583
mostlyclean-compile:
585
584
        -rm -f *.$(OBJEXT)
587
586
distclean-compile:
588
587
        -rm -f *.tab.c
589
588
 
590
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-annotation.Plo@am__quote@
591
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-async-renderer.Plo@am__quote@
592
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-attachment.Plo@am__quote@
593
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-backends-manager.Plo@am__quote@
594
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-debug.Plo@am__quote@
595
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-annotations.Plo@am__quote@
596
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-attachments.Plo@am__quote@
597
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-factory.Plo@am__quote@
598
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-find.Plo@am__quote@
599
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-fonts.Plo@am__quote@
600
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-forms.Plo@am__quote@
601
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-images.Plo@am__quote@
602
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-layers.Plo@am__quote@
603
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-links.Plo@am__quote@
604
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-misc.Plo@am__quote@
605
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-print.Plo@am__quote@
606
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-security.Plo@am__quote@
607
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-text.Plo@am__quote@
608
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-thumbnails.Plo@am__quote@
609
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-transition.Plo@am__quote@
610
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document-type-builtins.Plo@am__quote@
611
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-document.Plo@am__quote@
612
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-file-exporter.Plo@am__quote@
613
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-file-helpers.Plo@am__quote@
614
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-form-field.Plo@am__quote@
615
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-image.Plo@am__quote@
616
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-init.Plo@am__quote@
617
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-layer.Plo@am__quote@
618
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-link-action.Plo@am__quote@
619
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-link-dest.Plo@am__quote@
620
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-link.Plo@am__quote@
621
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-mapping-list.Plo@am__quote@
622
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-module.Plo@am__quote@
623
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-page.Plo@am__quote@
624
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-render-context.Plo@am__quote@
625
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-selection.Plo@am__quote@
626
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument_la-ev-transition-effect.Plo@am__quote@
 
589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-annotation.Plo@am__quote@
 
590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-async-renderer.Plo@am__quote@
 
591
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-attachment.Plo@am__quote@
 
592
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-backends-manager.Plo@am__quote@
 
593
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-debug.Plo@am__quote@
 
594
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-annotations.Plo@am__quote@
 
595
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-attachments.Plo@am__quote@
 
596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-factory.Plo@am__quote@
 
597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-find.Plo@am__quote@
 
598
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-fonts.Plo@am__quote@
 
599
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-forms.Plo@am__quote@
 
600
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-images.Plo@am__quote@
 
601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-layers.Plo@am__quote@
 
602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-links.Plo@am__quote@
 
603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-misc.Plo@am__quote@
 
604
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-print.Plo@am__quote@
 
605
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-security.Plo@am__quote@
 
606
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-text.Plo@am__quote@
 
607
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-transition.Plo@am__quote@
 
608
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document-type-builtins.Plo@am__quote@
 
609
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-document.Plo@am__quote@
 
610
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-file-exporter.Plo@am__quote@
 
611
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-file-helpers.Plo@am__quote@
 
612
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-form-field.Plo@am__quote@
 
613
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-image.Plo@am__quote@
 
614
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-init.Plo@am__quote@
 
615
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-layer.Plo@am__quote@
 
616
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-link-action.Plo@am__quote@
 
617
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-link-dest.Plo@am__quote@
 
618
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-link.Plo@am__quote@
 
619
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-mapping-list.Plo@am__quote@
 
620
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-module.Plo@am__quote@
 
621
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-page.Plo@am__quote@
 
622
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-render-context.Plo@am__quote@
 
623
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-selection.Plo@am__quote@
 
624
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevdocument3_la-ev-transition-effect.Plo@am__quote@
627
625
 
628
626
.c.o:
629
627
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
649
647
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650
648
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
651
649
 
652
 
libevdocument_la-ev-annotation.lo: ev-annotation.c
653
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-annotation.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-annotation.Tpo -c -o libevdocument_la-ev-annotation.lo `test -f 'ev-annotation.c' || echo '$(srcdir)/'`ev-annotation.c
654
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-annotation.Tpo $(DEPDIR)/libevdocument_la-ev-annotation.Plo
655
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
656
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-annotation.c' object='libevdocument_la-ev-annotation.lo' libtool=yes @AMDEPBACKSLASH@
657
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-annotation.lo `test -f 'ev-annotation.c' || echo '$(srcdir)/'`ev-annotation.c
659
 
 
660
 
libevdocument_la-ev-async-renderer.lo: ev-async-renderer.c
661
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-async-renderer.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-async-renderer.Tpo -c -o libevdocument_la-ev-async-renderer.lo `test -f 'ev-async-renderer.c' || echo '$(srcdir)/'`ev-async-renderer.c
662
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-async-renderer.Tpo $(DEPDIR)/libevdocument_la-ev-async-renderer.Plo
663
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
664
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-async-renderer.c' object='libevdocument_la-ev-async-renderer.lo' libtool=yes @AMDEPBACKSLASH@
665
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-async-renderer.lo `test -f 'ev-async-renderer.c' || echo '$(srcdir)/'`ev-async-renderer.c
667
 
 
668
 
libevdocument_la-ev-attachment.lo: ev-attachment.c
669
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-attachment.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-attachment.Tpo -c -o libevdocument_la-ev-attachment.lo `test -f 'ev-attachment.c' || echo '$(srcdir)/'`ev-attachment.c
670
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-attachment.Tpo $(DEPDIR)/libevdocument_la-ev-attachment.Plo
671
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
672
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-attachment.c' object='libevdocument_la-ev-attachment.lo' libtool=yes @AMDEPBACKSLASH@
673
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-attachment.lo `test -f 'ev-attachment.c' || echo '$(srcdir)/'`ev-attachment.c
675
 
 
676
 
libevdocument_la-ev-backends-manager.lo: ev-backends-manager.c
677
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-backends-manager.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-backends-manager.Tpo -c -o libevdocument_la-ev-backends-manager.lo `test -f 'ev-backends-manager.c' || echo '$(srcdir)/'`ev-backends-manager.c
678
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-backends-manager.Tpo $(DEPDIR)/libevdocument_la-ev-backends-manager.Plo
679
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
680
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-backends-manager.c' object='libevdocument_la-ev-backends-manager.lo' libtool=yes @AMDEPBACKSLASH@
681
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-backends-manager.lo `test -f 'ev-backends-manager.c' || echo '$(srcdir)/'`ev-backends-manager.c
683
 
 
684
 
libevdocument_la-ev-layer.lo: ev-layer.c
685
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-layer.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-layer.Tpo -c -o libevdocument_la-ev-layer.lo `test -f 'ev-layer.c' || echo '$(srcdir)/'`ev-layer.c
686
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-layer.Tpo $(DEPDIR)/libevdocument_la-ev-layer.Plo
687
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
688
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-layer.c' object='libevdocument_la-ev-layer.lo' libtool=yes @AMDEPBACKSLASH@
689
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-layer.lo `test -f 'ev-layer.c' || echo '$(srcdir)/'`ev-layer.c
691
 
 
692
 
libevdocument_la-ev-link.lo: ev-link.c
693
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-link.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-link.Tpo -c -o libevdocument_la-ev-link.lo `test -f 'ev-link.c' || echo '$(srcdir)/'`ev-link.c
694
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-link.Tpo $(DEPDIR)/libevdocument_la-ev-link.Plo
695
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
696
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-link.c' object='libevdocument_la-ev-link.lo' libtool=yes @AMDEPBACKSLASH@
697
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-link.lo `test -f 'ev-link.c' || echo '$(srcdir)/'`ev-link.c
699
 
 
700
 
libevdocument_la-ev-link-action.lo: ev-link-action.c
701
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-link-action.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-link-action.Tpo -c -o libevdocument_la-ev-link-action.lo `test -f 'ev-link-action.c' || echo '$(srcdir)/'`ev-link-action.c
702
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-link-action.Tpo $(DEPDIR)/libevdocument_la-ev-link-action.Plo
703
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
704
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-link-action.c' object='libevdocument_la-ev-link-action.lo' libtool=yes @AMDEPBACKSLASH@
705
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-link-action.lo `test -f 'ev-link-action.c' || echo '$(srcdir)/'`ev-link-action.c
707
 
 
708
 
libevdocument_la-ev-link-dest.lo: ev-link-dest.c
709
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-link-dest.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-link-dest.Tpo -c -o libevdocument_la-ev-link-dest.lo `test -f 'ev-link-dest.c' || echo '$(srcdir)/'`ev-link-dest.c
710
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-link-dest.Tpo $(DEPDIR)/libevdocument_la-ev-link-dest.Plo
711
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
712
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-link-dest.c' object='libevdocument_la-ev-link-dest.lo' libtool=yes @AMDEPBACKSLASH@
713
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-link-dest.lo `test -f 'ev-link-dest.c' || echo '$(srcdir)/'`ev-link-dest.c
715
 
 
716
 
libevdocument_la-ev-image.lo: ev-image.c
717
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-image.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-image.Tpo -c -o libevdocument_la-ev-image.lo `test -f 'ev-image.c' || echo '$(srcdir)/'`ev-image.c
718
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-image.Tpo $(DEPDIR)/libevdocument_la-ev-image.Plo
719
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
720
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-image.c' object='libevdocument_la-ev-image.lo' libtool=yes @AMDEPBACKSLASH@
721
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-image.lo `test -f 'ev-image.c' || echo '$(srcdir)/'`ev-image.c
723
 
 
724
 
libevdocument_la-ev-init.lo: ev-init.c
725
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-init.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-init.Tpo -c -o libevdocument_la-ev-init.lo `test -f 'ev-init.c' || echo '$(srcdir)/'`ev-init.c
726
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-init.Tpo $(DEPDIR)/libevdocument_la-ev-init.Plo
727
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
728
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-init.c' object='libevdocument_la-ev-init.lo' libtool=yes @AMDEPBACKSLASH@
729
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-init.lo `test -f 'ev-init.c' || echo '$(srcdir)/'`ev-init.c
731
 
 
732
 
libevdocument_la-ev-document.lo: ev-document.c
733
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document.Tpo -c -o libevdocument_la-ev-document.lo `test -f 'ev-document.c' || echo '$(srcdir)/'`ev-document.c
734
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document.Tpo $(DEPDIR)/libevdocument_la-ev-document.Plo
735
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
736
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document.c' object='libevdocument_la-ev-document.lo' libtool=yes @AMDEPBACKSLASH@
737
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document.lo `test -f 'ev-document.c' || echo '$(srcdir)/'`ev-document.c
739
 
 
740
 
libevdocument_la-ev-document-annotations.lo: ev-document-annotations.c
741
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-annotations.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-annotations.Tpo -c -o libevdocument_la-ev-document-annotations.lo `test -f 'ev-document-annotations.c' || echo '$(srcdir)/'`ev-document-annotations.c
742
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-annotations.Tpo $(DEPDIR)/libevdocument_la-ev-document-annotations.Plo
743
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
744
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-annotations.c' object='libevdocument_la-ev-document-annotations.lo' libtool=yes @AMDEPBACKSLASH@
745
 
@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) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-annotations.lo `test -f 'ev-document-annotations.c' || echo '$(srcdir)/'`ev-document-annotations.c
747
 
 
748
 
libevdocument_la-ev-document-attachments.lo: ev-document-attachments.c
749
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-attachments.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-attachments.Tpo -c -o libevdocument_la-ev-document-attachments.lo `test -f 'ev-document-attachments.c' || echo '$(srcdir)/'`ev-document-attachments.c
750
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-attachments.Tpo $(DEPDIR)/libevdocument_la-ev-document-attachments.Plo
751
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
752
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-attachments.c' object='libevdocument_la-ev-document-attachments.lo' libtool=yes @AMDEPBACKSLASH@
753
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
754
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-attachments.lo `test -f 'ev-document-attachments.c' || echo '$(srcdir)/'`ev-document-attachments.c
755
 
 
756
 
libevdocument_la-ev-document-factory.lo: ev-document-factory.c
757
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-factory.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-factory.Tpo -c -o libevdocument_la-ev-document-factory.lo `test -f 'ev-document-factory.c' || echo '$(srcdir)/'`ev-document-factory.c
758
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-factory.Tpo $(DEPDIR)/libevdocument_la-ev-document-factory.Plo
759
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
760
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-factory.c' object='libevdocument_la-ev-document-factory.lo' libtool=yes @AMDEPBACKSLASH@
761
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
762
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-factory.lo `test -f 'ev-document-factory.c' || echo '$(srcdir)/'`ev-document-factory.c
763
 
 
764
 
libevdocument_la-ev-document-thumbnails.lo: ev-document-thumbnails.c
765
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-thumbnails.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-thumbnails.Tpo -c -o libevdocument_la-ev-document-thumbnails.lo `test -f 'ev-document-thumbnails.c' || echo '$(srcdir)/'`ev-document-thumbnails.c
766
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-thumbnails.Tpo $(DEPDIR)/libevdocument_la-ev-document-thumbnails.Plo
767
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
768
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-thumbnails.c' object='libevdocument_la-ev-document-thumbnails.lo' libtool=yes @AMDEPBACKSLASH@
769
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-thumbnails.lo `test -f 'ev-document-thumbnails.c' || echo '$(srcdir)/'`ev-document-thumbnails.c
771
 
 
772
 
libevdocument_la-ev-document-fonts.lo: ev-document-fonts.c
773
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-fonts.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-fonts.Tpo -c -o libevdocument_la-ev-document-fonts.lo `test -f 'ev-document-fonts.c' || echo '$(srcdir)/'`ev-document-fonts.c
774
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-fonts.Tpo $(DEPDIR)/libevdocument_la-ev-document-fonts.Plo
775
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
776
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-fonts.c' object='libevdocument_la-ev-document-fonts.lo' libtool=yes @AMDEPBACKSLASH@
777
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
778
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-fonts.lo `test -f 'ev-document-fonts.c' || echo '$(srcdir)/'`ev-document-fonts.c
779
 
 
780
 
libevdocument_la-ev-document-layers.lo: ev-document-layers.c
781
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-layers.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-layers.Tpo -c -o libevdocument_la-ev-document-layers.lo `test -f 'ev-document-layers.c' || echo '$(srcdir)/'`ev-document-layers.c
782
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-layers.Tpo $(DEPDIR)/libevdocument_la-ev-document-layers.Plo
783
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
784
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-layers.c' object='libevdocument_la-ev-document-layers.lo' libtool=yes @AMDEPBACKSLASH@
785
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
786
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-layers.lo `test -f 'ev-document-layers.c' || echo '$(srcdir)/'`ev-document-layers.c
787
 
 
788
 
libevdocument_la-ev-document-links.lo: ev-document-links.c
789
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-links.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-links.Tpo -c -o libevdocument_la-ev-document-links.lo `test -f 'ev-document-links.c' || echo '$(srcdir)/'`ev-document-links.c
790
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-links.Tpo $(DEPDIR)/libevdocument_la-ev-document-links.Plo
791
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
792
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-links.c' object='libevdocument_la-ev-document-links.lo' libtool=yes @AMDEPBACKSLASH@
793
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-links.lo `test -f 'ev-document-links.c' || echo '$(srcdir)/'`ev-document-links.c
795
 
 
796
 
libevdocument_la-ev-document-images.lo: ev-document-images.c
797
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-images.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-images.Tpo -c -o libevdocument_la-ev-document-images.lo `test -f 'ev-document-images.c' || echo '$(srcdir)/'`ev-document-images.c
798
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-images.Tpo $(DEPDIR)/libevdocument_la-ev-document-images.Plo
799
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
800
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-images.c' object='libevdocument_la-ev-document-images.lo' libtool=yes @AMDEPBACKSLASH@
801
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-images.lo `test -f 'ev-document-images.c' || echo '$(srcdir)/'`ev-document-images.c
803
 
 
804
 
libevdocument_la-ev-document-print.lo: ev-document-print.c
805
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-print.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-print.Tpo -c -o libevdocument_la-ev-document-print.lo `test -f 'ev-document-print.c' || echo '$(srcdir)/'`ev-document-print.c
806
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-print.Tpo $(DEPDIR)/libevdocument_la-ev-document-print.Plo
807
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
808
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-print.c' object='libevdocument_la-ev-document-print.lo' libtool=yes @AMDEPBACKSLASH@
809
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-print.lo `test -f 'ev-document-print.c' || echo '$(srcdir)/'`ev-document-print.c
811
 
 
812
 
libevdocument_la-ev-document-security.lo: ev-document-security.c
813
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-security.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-security.Tpo -c -o libevdocument_la-ev-document-security.lo `test -f 'ev-document-security.c' || echo '$(srcdir)/'`ev-document-security.c
814
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-security.Tpo $(DEPDIR)/libevdocument_la-ev-document-security.Plo
815
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
816
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-security.c' object='libevdocument_la-ev-document-security.lo' libtool=yes @AMDEPBACKSLASH@
817
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
818
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-security.lo `test -f 'ev-document-security.c' || echo '$(srcdir)/'`ev-document-security.c
819
 
 
820
 
libevdocument_la-ev-document-find.lo: ev-document-find.c
821
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-find.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-find.Tpo -c -o libevdocument_la-ev-document-find.lo `test -f 'ev-document-find.c' || echo '$(srcdir)/'`ev-document-find.c
822
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-find.Tpo $(DEPDIR)/libevdocument_la-ev-document-find.Plo
823
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
824
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-find.c' object='libevdocument_la-ev-document-find.lo' libtool=yes @AMDEPBACKSLASH@
825
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-find.lo `test -f 'ev-document-find.c' || echo '$(srcdir)/'`ev-document-find.c
827
 
 
828
 
libevdocument_la-ev-document-transition.lo: ev-document-transition.c
829
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-transition.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-transition.Tpo -c -o libevdocument_la-ev-document-transition.lo `test -f 'ev-document-transition.c' || echo '$(srcdir)/'`ev-document-transition.c
830
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-transition.Tpo $(DEPDIR)/libevdocument_la-ev-document-transition.Plo
831
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
832
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-transition.c' object='libevdocument_la-ev-document-transition.lo' libtool=yes @AMDEPBACKSLASH@
833
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-transition.lo `test -f 'ev-document-transition.c' || echo '$(srcdir)/'`ev-document-transition.c
835
 
 
836
 
libevdocument_la-ev-document-forms.lo: ev-document-forms.c
837
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-forms.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-forms.Tpo -c -o libevdocument_la-ev-document-forms.lo `test -f 'ev-document-forms.c' || echo '$(srcdir)/'`ev-document-forms.c
838
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-forms.Tpo $(DEPDIR)/libevdocument_la-ev-document-forms.Plo
839
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
840
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-forms.c' object='libevdocument_la-ev-document-forms.lo' libtool=yes @AMDEPBACKSLASH@
841
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
842
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-forms.lo `test -f 'ev-document-forms.c' || echo '$(srcdir)/'`ev-document-forms.c
843
 
 
844
 
libevdocument_la-ev-document-type-builtins.lo: ev-document-type-builtins.c
845
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-type-builtins.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-type-builtins.Tpo -c -o libevdocument_la-ev-document-type-builtins.lo `test -f 'ev-document-type-builtins.c' || echo '$(srcdir)/'`ev-document-type-builtins.c
846
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-type-builtins.Tpo $(DEPDIR)/libevdocument_la-ev-document-type-builtins.Plo
847
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
848
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-type-builtins.c' object='libevdocument_la-ev-document-type-builtins.lo' libtool=yes @AMDEPBACKSLASH@
849
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
850
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-type-builtins.lo `test -f 'ev-document-type-builtins.c' || echo '$(srcdir)/'`ev-document-type-builtins.c
851
 
 
852
 
libevdocument_la-ev-document-text.lo: ev-document-text.c
853
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-text.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-text.Tpo -c -o libevdocument_la-ev-document-text.lo `test -f 'ev-document-text.c' || echo '$(srcdir)/'`ev-document-text.c
854
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-text.Tpo $(DEPDIR)/libevdocument_la-ev-document-text.Plo
855
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
856
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-text.c' object='libevdocument_la-ev-document-text.lo' libtool=yes @AMDEPBACKSLASH@
857
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-text.lo `test -f 'ev-document-text.c' || echo '$(srcdir)/'`ev-document-text.c
859
 
 
860
 
libevdocument_la-ev-form-field.lo: ev-form-field.c
861
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-form-field.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-form-field.Tpo -c -o libevdocument_la-ev-form-field.lo `test -f 'ev-form-field.c' || echo '$(srcdir)/'`ev-form-field.c
862
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-form-field.Tpo $(DEPDIR)/libevdocument_la-ev-form-field.Plo
863
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
864
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-form-field.c' object='libevdocument_la-ev-form-field.lo' libtool=yes @AMDEPBACKSLASH@
865
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
866
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-form-field.lo `test -f 'ev-form-field.c' || echo '$(srcdir)/'`ev-form-field.c
867
 
 
868
 
libevdocument_la-ev-debug.lo: ev-debug.c
869
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-debug.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-debug.Tpo -c -o libevdocument_la-ev-debug.lo `test -f 'ev-debug.c' || echo '$(srcdir)/'`ev-debug.c
870
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-debug.Tpo $(DEPDIR)/libevdocument_la-ev-debug.Plo
871
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
872
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-debug.c' object='libevdocument_la-ev-debug.lo' libtool=yes @AMDEPBACKSLASH@
873
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-debug.lo `test -f 'ev-debug.c' || echo '$(srcdir)/'`ev-debug.c
875
 
 
876
 
libevdocument_la-ev-file-exporter.lo: ev-file-exporter.c
877
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-file-exporter.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-file-exporter.Tpo -c -o libevdocument_la-ev-file-exporter.lo `test -f 'ev-file-exporter.c' || echo '$(srcdir)/'`ev-file-exporter.c
878
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-file-exporter.Tpo $(DEPDIR)/libevdocument_la-ev-file-exporter.Plo
879
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
880
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-file-exporter.c' object='libevdocument_la-ev-file-exporter.lo' libtool=yes @AMDEPBACKSLASH@
881
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
882
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-file-exporter.lo `test -f 'ev-file-exporter.c' || echo '$(srcdir)/'`ev-file-exporter.c
883
 
 
884
 
libevdocument_la-ev-file-helpers.lo: ev-file-helpers.c
885
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-file-helpers.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-file-helpers.Tpo -c -o libevdocument_la-ev-file-helpers.lo `test -f 'ev-file-helpers.c' || echo '$(srcdir)/'`ev-file-helpers.c
886
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-file-helpers.Tpo $(DEPDIR)/libevdocument_la-ev-file-helpers.Plo
887
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
888
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-file-helpers.c' object='libevdocument_la-ev-file-helpers.lo' libtool=yes @AMDEPBACKSLASH@
889
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-file-helpers.lo `test -f 'ev-file-helpers.c' || echo '$(srcdir)/'`ev-file-helpers.c
891
 
 
892
 
libevdocument_la-ev-mapping-list.lo: ev-mapping-list.c
893
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-mapping-list.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-mapping-list.Tpo -c -o libevdocument_la-ev-mapping-list.lo `test -f 'ev-mapping-list.c' || echo '$(srcdir)/'`ev-mapping-list.c
894
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-mapping-list.Tpo $(DEPDIR)/libevdocument_la-ev-mapping-list.Plo
895
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
896
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-mapping-list.c' object='libevdocument_la-ev-mapping-list.lo' libtool=yes @AMDEPBACKSLASH@
897
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
898
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-mapping-list.lo `test -f 'ev-mapping-list.c' || echo '$(srcdir)/'`ev-mapping-list.c
899
 
 
900
 
libevdocument_la-ev-module.lo: ev-module.c
901
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-module.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-module.Tpo -c -o libevdocument_la-ev-module.lo `test -f 'ev-module.c' || echo '$(srcdir)/'`ev-module.c
902
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-module.Tpo $(DEPDIR)/libevdocument_la-ev-module.Plo
903
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
904
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-module.c' object='libevdocument_la-ev-module.lo' libtool=yes @AMDEPBACKSLASH@
905
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
906
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-module.lo `test -f 'ev-module.c' || echo '$(srcdir)/'`ev-module.c
907
 
 
908
 
libevdocument_la-ev-page.lo: ev-page.c
909
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-page.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-page.Tpo -c -o libevdocument_la-ev-page.lo `test -f 'ev-page.c' || echo '$(srcdir)/'`ev-page.c
910
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-page.Tpo $(DEPDIR)/libevdocument_la-ev-page.Plo
911
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
912
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-page.c' object='libevdocument_la-ev-page.lo' libtool=yes @AMDEPBACKSLASH@
913
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-page.lo `test -f 'ev-page.c' || echo '$(srcdir)/'`ev-page.c
915
 
 
916
 
libevdocument_la-ev-render-context.lo: ev-render-context.c
917
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-render-context.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-render-context.Tpo -c -o libevdocument_la-ev-render-context.lo `test -f 'ev-render-context.c' || echo '$(srcdir)/'`ev-render-context.c
918
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-render-context.Tpo $(DEPDIR)/libevdocument_la-ev-render-context.Plo
919
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
920
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-render-context.c' object='libevdocument_la-ev-render-context.lo' libtool=yes @AMDEPBACKSLASH@
921
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
922
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-render-context.lo `test -f 'ev-render-context.c' || echo '$(srcdir)/'`ev-render-context.c
923
 
 
924
 
libevdocument_la-ev-selection.lo: ev-selection.c
925
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-selection.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-selection.Tpo -c -o libevdocument_la-ev-selection.lo `test -f 'ev-selection.c' || echo '$(srcdir)/'`ev-selection.c
926
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-selection.Tpo $(DEPDIR)/libevdocument_la-ev-selection.Plo
927
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
928
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-selection.c' object='libevdocument_la-ev-selection.lo' libtool=yes @AMDEPBACKSLASH@
929
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
930
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-selection.lo `test -f 'ev-selection.c' || echo '$(srcdir)/'`ev-selection.c
931
 
 
932
 
libevdocument_la-ev-transition-effect.lo: ev-transition-effect.c
933
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-transition-effect.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-transition-effect.Tpo -c -o libevdocument_la-ev-transition-effect.lo `test -f 'ev-transition-effect.c' || echo '$(srcdir)/'`ev-transition-effect.c
934
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-transition-effect.Tpo $(DEPDIR)/libevdocument_la-ev-transition-effect.Plo
935
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
936
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-transition-effect.c' object='libevdocument_la-ev-transition-effect.lo' libtool=yes @AMDEPBACKSLASH@
937
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
938
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-transition-effect.lo `test -f 'ev-transition-effect.c' || echo '$(srcdir)/'`ev-transition-effect.c
939
 
 
940
 
libevdocument_la-ev-document-misc.lo: ev-document-misc.c
941
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -MT libevdocument_la-ev-document-misc.lo -MD -MP -MF $(DEPDIR)/libevdocument_la-ev-document-misc.Tpo -c -o libevdocument_la-ev-document-misc.lo `test -f 'ev-document-misc.c' || echo '$(srcdir)/'`ev-document-misc.c
942
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument_la-ev-document-misc.Tpo $(DEPDIR)/libevdocument_la-ev-document-misc.Plo
943
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
944
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-misc.c' object='libevdocument_la-ev-document-misc.lo' libtool=yes @AMDEPBACKSLASH@
945
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
946
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument_la_CFLAGS) $(CFLAGS) -c -o libevdocument_la-ev-document-misc.lo `test -f 'ev-document-misc.c' || echo '$(srcdir)/'`ev-document-misc.c
 
650
libevdocument3_la-ev-annotation.lo: ev-annotation.c
 
651
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-annotation.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-annotation.Tpo -c -o libevdocument3_la-ev-annotation.lo `test -f 'ev-annotation.c' || echo '$(srcdir)/'`ev-annotation.c
 
652
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-annotation.Tpo $(DEPDIR)/libevdocument3_la-ev-annotation.Plo
 
653
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
654
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-annotation.c' object='libevdocument3_la-ev-annotation.lo' libtool=yes @AMDEPBACKSLASH@
 
655
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
656
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-annotation.lo `test -f 'ev-annotation.c' || echo '$(srcdir)/'`ev-annotation.c
 
657
 
 
658
libevdocument3_la-ev-async-renderer.lo: ev-async-renderer.c
 
659
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-async-renderer.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-async-renderer.Tpo -c -o libevdocument3_la-ev-async-renderer.lo `test -f 'ev-async-renderer.c' || echo '$(srcdir)/'`ev-async-renderer.c
 
660
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-async-renderer.Tpo $(DEPDIR)/libevdocument3_la-ev-async-renderer.Plo
 
661
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-async-renderer.c' object='libevdocument3_la-ev-async-renderer.lo' libtool=yes @AMDEPBACKSLASH@
 
663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
664
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-async-renderer.lo `test -f 'ev-async-renderer.c' || echo '$(srcdir)/'`ev-async-renderer.c
 
665
 
 
666
libevdocument3_la-ev-attachment.lo: ev-attachment.c
 
667
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-attachment.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-attachment.Tpo -c -o libevdocument3_la-ev-attachment.lo `test -f 'ev-attachment.c' || echo '$(srcdir)/'`ev-attachment.c
 
668
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-attachment.Tpo $(DEPDIR)/libevdocument3_la-ev-attachment.Plo
 
669
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
670
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-attachment.c' object='libevdocument3_la-ev-attachment.lo' libtool=yes @AMDEPBACKSLASH@
 
671
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
672
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-attachment.lo `test -f 'ev-attachment.c' || echo '$(srcdir)/'`ev-attachment.c
 
673
 
 
674
libevdocument3_la-ev-backends-manager.lo: ev-backends-manager.c
 
675
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-backends-manager.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-backends-manager.Tpo -c -o libevdocument3_la-ev-backends-manager.lo `test -f 'ev-backends-manager.c' || echo '$(srcdir)/'`ev-backends-manager.c
 
676
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-backends-manager.Tpo $(DEPDIR)/libevdocument3_la-ev-backends-manager.Plo
 
677
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
678
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-backends-manager.c' object='libevdocument3_la-ev-backends-manager.lo' libtool=yes @AMDEPBACKSLASH@
 
679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
680
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-backends-manager.lo `test -f 'ev-backends-manager.c' || echo '$(srcdir)/'`ev-backends-manager.c
 
681
 
 
682
libevdocument3_la-ev-layer.lo: ev-layer.c
 
683
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-layer.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-layer.Tpo -c -o libevdocument3_la-ev-layer.lo `test -f 'ev-layer.c' || echo '$(srcdir)/'`ev-layer.c
 
684
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-layer.Tpo $(DEPDIR)/libevdocument3_la-ev-layer.Plo
 
685
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-layer.c' object='libevdocument3_la-ev-layer.lo' libtool=yes @AMDEPBACKSLASH@
 
687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
688
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-layer.lo `test -f 'ev-layer.c' || echo '$(srcdir)/'`ev-layer.c
 
689
 
 
690
libevdocument3_la-ev-link.lo: ev-link.c
 
691
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-link.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-link.Tpo -c -o libevdocument3_la-ev-link.lo `test -f 'ev-link.c' || echo '$(srcdir)/'`ev-link.c
 
692
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-link.Tpo $(DEPDIR)/libevdocument3_la-ev-link.Plo
 
693
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
694
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-link.c' object='libevdocument3_la-ev-link.lo' libtool=yes @AMDEPBACKSLASH@
 
695
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
696
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-link.lo `test -f 'ev-link.c' || echo '$(srcdir)/'`ev-link.c
 
697
 
 
698
libevdocument3_la-ev-link-action.lo: ev-link-action.c
 
699
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-link-action.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-link-action.Tpo -c -o libevdocument3_la-ev-link-action.lo `test -f 'ev-link-action.c' || echo '$(srcdir)/'`ev-link-action.c
 
700
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-link-action.Tpo $(DEPDIR)/libevdocument3_la-ev-link-action.Plo
 
701
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
702
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-link-action.c' object='libevdocument3_la-ev-link-action.lo' libtool=yes @AMDEPBACKSLASH@
 
703
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
704
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-link-action.lo `test -f 'ev-link-action.c' || echo '$(srcdir)/'`ev-link-action.c
 
705
 
 
706
libevdocument3_la-ev-link-dest.lo: ev-link-dest.c
 
707
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-link-dest.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-link-dest.Tpo -c -o libevdocument3_la-ev-link-dest.lo `test -f 'ev-link-dest.c' || echo '$(srcdir)/'`ev-link-dest.c
 
708
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-link-dest.Tpo $(DEPDIR)/libevdocument3_la-ev-link-dest.Plo
 
709
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
710
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-link-dest.c' object='libevdocument3_la-ev-link-dest.lo' libtool=yes @AMDEPBACKSLASH@
 
711
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
712
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-link-dest.lo `test -f 'ev-link-dest.c' || echo '$(srcdir)/'`ev-link-dest.c
 
713
 
 
714
libevdocument3_la-ev-image.lo: ev-image.c
 
715
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-image.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-image.Tpo -c -o libevdocument3_la-ev-image.lo `test -f 'ev-image.c' || echo '$(srcdir)/'`ev-image.c
 
716
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-image.Tpo $(DEPDIR)/libevdocument3_la-ev-image.Plo
 
717
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
718
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-image.c' object='libevdocument3_la-ev-image.lo' libtool=yes @AMDEPBACKSLASH@
 
719
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
720
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-image.lo `test -f 'ev-image.c' || echo '$(srcdir)/'`ev-image.c
 
721
 
 
722
libevdocument3_la-ev-init.lo: ev-init.c
 
723
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-init.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-init.Tpo -c -o libevdocument3_la-ev-init.lo `test -f 'ev-init.c' || echo '$(srcdir)/'`ev-init.c
 
724
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-init.Tpo $(DEPDIR)/libevdocument3_la-ev-init.Plo
 
725
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
726
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-init.c' object='libevdocument3_la-ev-init.lo' libtool=yes @AMDEPBACKSLASH@
 
727
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
728
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-init.lo `test -f 'ev-init.c' || echo '$(srcdir)/'`ev-init.c
 
729
 
 
730
libevdocument3_la-ev-document.lo: ev-document.c
 
731
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document.Tpo -c -o libevdocument3_la-ev-document.lo `test -f 'ev-document.c' || echo '$(srcdir)/'`ev-document.c
 
732
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document.Tpo $(DEPDIR)/libevdocument3_la-ev-document.Plo
 
733
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
734
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document.c' object='libevdocument3_la-ev-document.lo' libtool=yes @AMDEPBACKSLASH@
 
735
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
736
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document.lo `test -f 'ev-document.c' || echo '$(srcdir)/'`ev-document.c
 
737
 
 
738
libevdocument3_la-ev-document-annotations.lo: ev-document-annotations.c
 
739
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-annotations.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-annotations.Tpo -c -o libevdocument3_la-ev-document-annotations.lo `test -f 'ev-document-annotations.c' || echo '$(srcdir)/'`ev-document-annotations.c
 
740
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-annotations.Tpo $(DEPDIR)/libevdocument3_la-ev-document-annotations.Plo
 
741
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
742
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-annotations.c' object='libevdocument3_la-ev-document-annotations.lo' libtool=yes @AMDEPBACKSLASH@
 
743
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
744
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-annotations.lo `test -f 'ev-document-annotations.c' || echo '$(srcdir)/'`ev-document-annotations.c
 
745
 
 
746
libevdocument3_la-ev-document-attachments.lo: ev-document-attachments.c
 
747
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-attachments.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-attachments.Tpo -c -o libevdocument3_la-ev-document-attachments.lo `test -f 'ev-document-attachments.c' || echo '$(srcdir)/'`ev-document-attachments.c
 
748
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-attachments.Tpo $(DEPDIR)/libevdocument3_la-ev-document-attachments.Plo
 
749
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
750
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-attachments.c' object='libevdocument3_la-ev-document-attachments.lo' libtool=yes @AMDEPBACKSLASH@
 
751
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
752
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-attachments.lo `test -f 'ev-document-attachments.c' || echo '$(srcdir)/'`ev-document-attachments.c
 
753
 
 
754
libevdocument3_la-ev-document-factory.lo: ev-document-factory.c
 
755
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-factory.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-factory.Tpo -c -o libevdocument3_la-ev-document-factory.lo `test -f 'ev-document-factory.c' || echo '$(srcdir)/'`ev-document-factory.c
 
756
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-factory.Tpo $(DEPDIR)/libevdocument3_la-ev-document-factory.Plo
 
757
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
758
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-factory.c' object='libevdocument3_la-ev-document-factory.lo' libtool=yes @AMDEPBACKSLASH@
 
759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
760
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-factory.lo `test -f 'ev-document-factory.c' || echo '$(srcdir)/'`ev-document-factory.c
 
761
 
 
762
libevdocument3_la-ev-document-fonts.lo: ev-document-fonts.c
 
763
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-fonts.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-fonts.Tpo -c -o libevdocument3_la-ev-document-fonts.lo `test -f 'ev-document-fonts.c' || echo '$(srcdir)/'`ev-document-fonts.c
 
764
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-fonts.Tpo $(DEPDIR)/libevdocument3_la-ev-document-fonts.Plo
 
765
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
766
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-fonts.c' object='libevdocument3_la-ev-document-fonts.lo' libtool=yes @AMDEPBACKSLASH@
 
767
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
768
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-fonts.lo `test -f 'ev-document-fonts.c' || echo '$(srcdir)/'`ev-document-fonts.c
 
769
 
 
770
libevdocument3_la-ev-document-layers.lo: ev-document-layers.c
 
771
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-layers.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-layers.Tpo -c -o libevdocument3_la-ev-document-layers.lo `test -f 'ev-document-layers.c' || echo '$(srcdir)/'`ev-document-layers.c
 
772
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-layers.Tpo $(DEPDIR)/libevdocument3_la-ev-document-layers.Plo
 
773
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
774
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-layers.c' object='libevdocument3_la-ev-document-layers.lo' libtool=yes @AMDEPBACKSLASH@
 
775
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
776
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-layers.lo `test -f 'ev-document-layers.c' || echo '$(srcdir)/'`ev-document-layers.c
 
777
 
 
778
libevdocument3_la-ev-document-links.lo: ev-document-links.c
 
779
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-links.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-links.Tpo -c -o libevdocument3_la-ev-document-links.lo `test -f 'ev-document-links.c' || echo '$(srcdir)/'`ev-document-links.c
 
780
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-links.Tpo $(DEPDIR)/libevdocument3_la-ev-document-links.Plo
 
781
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
782
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-links.c' object='libevdocument3_la-ev-document-links.lo' libtool=yes @AMDEPBACKSLASH@
 
783
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
784
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-links.lo `test -f 'ev-document-links.c' || echo '$(srcdir)/'`ev-document-links.c
 
785
 
 
786
libevdocument3_la-ev-document-images.lo: ev-document-images.c
 
787
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-images.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-images.Tpo -c -o libevdocument3_la-ev-document-images.lo `test -f 'ev-document-images.c' || echo '$(srcdir)/'`ev-document-images.c
 
788
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-images.Tpo $(DEPDIR)/libevdocument3_la-ev-document-images.Plo
 
789
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
790
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-images.c' object='libevdocument3_la-ev-document-images.lo' libtool=yes @AMDEPBACKSLASH@
 
791
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
792
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-images.lo `test -f 'ev-document-images.c' || echo '$(srcdir)/'`ev-document-images.c
 
793
 
 
794
libevdocument3_la-ev-document-print.lo: ev-document-print.c
 
795
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-print.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-print.Tpo -c -o libevdocument3_la-ev-document-print.lo `test -f 'ev-document-print.c' || echo '$(srcdir)/'`ev-document-print.c
 
796
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-print.Tpo $(DEPDIR)/libevdocument3_la-ev-document-print.Plo
 
797
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
798
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-print.c' object='libevdocument3_la-ev-document-print.lo' libtool=yes @AMDEPBACKSLASH@
 
799
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
800
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-print.lo `test -f 'ev-document-print.c' || echo '$(srcdir)/'`ev-document-print.c
 
801
 
 
802
libevdocument3_la-ev-document-security.lo: ev-document-security.c
 
803
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-security.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-security.Tpo -c -o libevdocument3_la-ev-document-security.lo `test -f 'ev-document-security.c' || echo '$(srcdir)/'`ev-document-security.c
 
804
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-security.Tpo $(DEPDIR)/libevdocument3_la-ev-document-security.Plo
 
805
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
806
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-security.c' object='libevdocument3_la-ev-document-security.lo' libtool=yes @AMDEPBACKSLASH@
 
807
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
808
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-security.lo `test -f 'ev-document-security.c' || echo '$(srcdir)/'`ev-document-security.c
 
809
 
 
810
libevdocument3_la-ev-document-find.lo: ev-document-find.c
 
811
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-find.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-find.Tpo -c -o libevdocument3_la-ev-document-find.lo `test -f 'ev-document-find.c' || echo '$(srcdir)/'`ev-document-find.c
 
812
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-find.Tpo $(DEPDIR)/libevdocument3_la-ev-document-find.Plo
 
813
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
814
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-find.c' object='libevdocument3_la-ev-document-find.lo' libtool=yes @AMDEPBACKSLASH@
 
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
816
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-find.lo `test -f 'ev-document-find.c' || echo '$(srcdir)/'`ev-document-find.c
 
817
 
 
818
libevdocument3_la-ev-document-transition.lo: ev-document-transition.c
 
819
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-transition.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-transition.Tpo -c -o libevdocument3_la-ev-document-transition.lo `test -f 'ev-document-transition.c' || echo '$(srcdir)/'`ev-document-transition.c
 
820
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-transition.Tpo $(DEPDIR)/libevdocument3_la-ev-document-transition.Plo
 
821
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-transition.c' object='libevdocument3_la-ev-document-transition.lo' libtool=yes @AMDEPBACKSLASH@
 
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
824
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-transition.lo `test -f 'ev-document-transition.c' || echo '$(srcdir)/'`ev-document-transition.c
 
825
 
 
826
libevdocument3_la-ev-document-forms.lo: ev-document-forms.c
 
827
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-forms.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-forms.Tpo -c -o libevdocument3_la-ev-document-forms.lo `test -f 'ev-document-forms.c' || echo '$(srcdir)/'`ev-document-forms.c
 
828
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-forms.Tpo $(DEPDIR)/libevdocument3_la-ev-document-forms.Plo
 
829
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
830
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-forms.c' object='libevdocument3_la-ev-document-forms.lo' libtool=yes @AMDEPBACKSLASH@
 
831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
832
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-forms.lo `test -f 'ev-document-forms.c' || echo '$(srcdir)/'`ev-document-forms.c
 
833
 
 
834
libevdocument3_la-ev-document-type-builtins.lo: ev-document-type-builtins.c
 
835
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-type-builtins.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-type-builtins.Tpo -c -o libevdocument3_la-ev-document-type-builtins.lo `test -f 'ev-document-type-builtins.c' || echo '$(srcdir)/'`ev-document-type-builtins.c
 
836
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-type-builtins.Tpo $(DEPDIR)/libevdocument3_la-ev-document-type-builtins.Plo
 
837
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
838
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-type-builtins.c' object='libevdocument3_la-ev-document-type-builtins.lo' libtool=yes @AMDEPBACKSLASH@
 
839
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
840
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-type-builtins.lo `test -f 'ev-document-type-builtins.c' || echo '$(srcdir)/'`ev-document-type-builtins.c
 
841
 
 
842
libevdocument3_la-ev-document-text.lo: ev-document-text.c
 
843
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-text.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-text.Tpo -c -o libevdocument3_la-ev-document-text.lo `test -f 'ev-document-text.c' || echo '$(srcdir)/'`ev-document-text.c
 
844
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-text.Tpo $(DEPDIR)/libevdocument3_la-ev-document-text.Plo
 
845
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
846
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-text.c' object='libevdocument3_la-ev-document-text.lo' libtool=yes @AMDEPBACKSLASH@
 
847
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
848
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-text.lo `test -f 'ev-document-text.c' || echo '$(srcdir)/'`ev-document-text.c
 
849
 
 
850
libevdocument3_la-ev-form-field.lo: ev-form-field.c
 
851
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-form-field.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-form-field.Tpo -c -o libevdocument3_la-ev-form-field.lo `test -f 'ev-form-field.c' || echo '$(srcdir)/'`ev-form-field.c
 
852
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-form-field.Tpo $(DEPDIR)/libevdocument3_la-ev-form-field.Plo
 
853
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
854
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-form-field.c' object='libevdocument3_la-ev-form-field.lo' libtool=yes @AMDEPBACKSLASH@
 
855
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
856
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-form-field.lo `test -f 'ev-form-field.c' || echo '$(srcdir)/'`ev-form-field.c
 
857
 
 
858
libevdocument3_la-ev-debug.lo: ev-debug.c
 
859
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-debug.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-debug.Tpo -c -o libevdocument3_la-ev-debug.lo `test -f 'ev-debug.c' || echo '$(srcdir)/'`ev-debug.c
 
860
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-debug.Tpo $(DEPDIR)/libevdocument3_la-ev-debug.Plo
 
861
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
862
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-debug.c' object='libevdocument3_la-ev-debug.lo' libtool=yes @AMDEPBACKSLASH@
 
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
864
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-debug.lo `test -f 'ev-debug.c' || echo '$(srcdir)/'`ev-debug.c
 
865
 
 
866
libevdocument3_la-ev-file-exporter.lo: ev-file-exporter.c
 
867
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-file-exporter.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-file-exporter.Tpo -c -o libevdocument3_la-ev-file-exporter.lo `test -f 'ev-file-exporter.c' || echo '$(srcdir)/'`ev-file-exporter.c
 
868
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-file-exporter.Tpo $(DEPDIR)/libevdocument3_la-ev-file-exporter.Plo
 
869
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-file-exporter.c' object='libevdocument3_la-ev-file-exporter.lo' libtool=yes @AMDEPBACKSLASH@
 
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
872
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-file-exporter.lo `test -f 'ev-file-exporter.c' || echo '$(srcdir)/'`ev-file-exporter.c
 
873
 
 
874
libevdocument3_la-ev-file-helpers.lo: ev-file-helpers.c
 
875
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-file-helpers.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-file-helpers.Tpo -c -o libevdocument3_la-ev-file-helpers.lo `test -f 'ev-file-helpers.c' || echo '$(srcdir)/'`ev-file-helpers.c
 
876
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-file-helpers.Tpo $(DEPDIR)/libevdocument3_la-ev-file-helpers.Plo
 
877
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-file-helpers.c' object='libevdocument3_la-ev-file-helpers.lo' libtool=yes @AMDEPBACKSLASH@
 
879
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
880
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-file-helpers.lo `test -f 'ev-file-helpers.c' || echo '$(srcdir)/'`ev-file-helpers.c
 
881
 
 
882
libevdocument3_la-ev-mapping-list.lo: ev-mapping-list.c
 
883
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-mapping-list.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-mapping-list.Tpo -c -o libevdocument3_la-ev-mapping-list.lo `test -f 'ev-mapping-list.c' || echo '$(srcdir)/'`ev-mapping-list.c
 
884
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-mapping-list.Tpo $(DEPDIR)/libevdocument3_la-ev-mapping-list.Plo
 
885
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
886
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-mapping-list.c' object='libevdocument3_la-ev-mapping-list.lo' libtool=yes @AMDEPBACKSLASH@
 
887
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
888
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-mapping-list.lo `test -f 'ev-mapping-list.c' || echo '$(srcdir)/'`ev-mapping-list.c
 
889
 
 
890
libevdocument3_la-ev-module.lo: ev-module.c
 
891
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-module.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-module.Tpo -c -o libevdocument3_la-ev-module.lo `test -f 'ev-module.c' || echo '$(srcdir)/'`ev-module.c
 
892
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-module.Tpo $(DEPDIR)/libevdocument3_la-ev-module.Plo
 
893
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
894
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-module.c' object='libevdocument3_la-ev-module.lo' libtool=yes @AMDEPBACKSLASH@
 
895
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
896
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-module.lo `test -f 'ev-module.c' || echo '$(srcdir)/'`ev-module.c
 
897
 
 
898
libevdocument3_la-ev-page.lo: ev-page.c
 
899
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-page.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-page.Tpo -c -o libevdocument3_la-ev-page.lo `test -f 'ev-page.c' || echo '$(srcdir)/'`ev-page.c
 
900
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-page.Tpo $(DEPDIR)/libevdocument3_la-ev-page.Plo
 
901
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
902
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-page.c' object='libevdocument3_la-ev-page.lo' libtool=yes @AMDEPBACKSLASH@
 
903
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
904
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-page.lo `test -f 'ev-page.c' || echo '$(srcdir)/'`ev-page.c
 
905
 
 
906
libevdocument3_la-ev-render-context.lo: ev-render-context.c
 
907
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-render-context.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-render-context.Tpo -c -o libevdocument3_la-ev-render-context.lo `test -f 'ev-render-context.c' || echo '$(srcdir)/'`ev-render-context.c
 
908
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-render-context.Tpo $(DEPDIR)/libevdocument3_la-ev-render-context.Plo
 
909
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
910
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-render-context.c' object='libevdocument3_la-ev-render-context.lo' libtool=yes @AMDEPBACKSLASH@
 
911
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
912
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-render-context.lo `test -f 'ev-render-context.c' || echo '$(srcdir)/'`ev-render-context.c
 
913
 
 
914
libevdocument3_la-ev-selection.lo: ev-selection.c
 
915
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-selection.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-selection.Tpo -c -o libevdocument3_la-ev-selection.lo `test -f 'ev-selection.c' || echo '$(srcdir)/'`ev-selection.c
 
916
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-selection.Tpo $(DEPDIR)/libevdocument3_la-ev-selection.Plo
 
917
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
918
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-selection.c' object='libevdocument3_la-ev-selection.lo' libtool=yes @AMDEPBACKSLASH@
 
919
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
920
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-selection.lo `test -f 'ev-selection.c' || echo '$(srcdir)/'`ev-selection.c
 
921
 
 
922
libevdocument3_la-ev-transition-effect.lo: ev-transition-effect.c
 
923
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-transition-effect.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-transition-effect.Tpo -c -o libevdocument3_la-ev-transition-effect.lo `test -f 'ev-transition-effect.c' || echo '$(srcdir)/'`ev-transition-effect.c
 
924
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-transition-effect.Tpo $(DEPDIR)/libevdocument3_la-ev-transition-effect.Plo
 
925
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
926
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-transition-effect.c' object='libevdocument3_la-ev-transition-effect.lo' libtool=yes @AMDEPBACKSLASH@
 
927
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
928
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-transition-effect.lo `test -f 'ev-transition-effect.c' || echo '$(srcdir)/'`ev-transition-effect.c
 
929
 
 
930
libevdocument3_la-ev-document-misc.lo: ev-document-misc.c
 
931
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -MT libevdocument3_la-ev-document-misc.lo -MD -MP -MF $(DEPDIR)/libevdocument3_la-ev-document-misc.Tpo -c -o libevdocument3_la-ev-document-misc.lo `test -f 'ev-document-misc.c' || echo '$(srcdir)/'`ev-document-misc.c
 
932
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevdocument3_la-ev-document-misc.Tpo $(DEPDIR)/libevdocument3_la-ev-document-misc.Plo
 
933
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
934
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-document-misc.c' object='libevdocument3_la-ev-document-misc.lo' libtool=yes @AMDEPBACKSLASH@
 
935
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
936
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevdocument3_la_CPPFLAGS) $(CPPFLAGS) $(libevdocument3_la_CFLAGS) $(CFLAGS) -c -o libevdocument3_la-ev-document-misc.lo `test -f 'ev-document-misc.c' || echo '$(srcdir)/'`ev-document-misc.c
947
937
 
948
938
mostlyclean-libtool:
949
939
        -rm -f *.lo
1239
1229
 
1240
1230
# GObject Introspection
1241
1231
 
1242
 
@ENABLE_INTROSPECTION_TRUE@EvinceDocument-$(EV_API_VERSION).gir: libevdocument.la Makefile $(INST_H_FILES) $(filter %.c,$(libevdocument_la_SOURCES))
 
1232
@ENABLE_INTROSPECTION_TRUE@EvinceDocument-$(EV_API_VERSION).gir: libevdocument3.la Makefile $(INST_H_FILES) $(filter %.c,$(libevdocument3_la_SOURCES))
1243
1233
@ENABLE_INTROSPECTION_TRUE@     $(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir):$$PKG_CONFIG_PATH \
1244
1234
@ENABLE_INTROSPECTION_TRUE@     $(G_IR_SCANNER) -v --namespace EvinceDocument \
1245
1235
@ENABLE_INTROSPECTION_TRUE@     --strip-prefix=Ev \
1246
1236
@ENABLE_INTROSPECTION_TRUE@     --nsversion=$(EV_API_VERSION) \
1247
1237
@ENABLE_INTROSPECTION_TRUE@     --include=GLib-2.0 \
1248
1238
@ENABLE_INTROSPECTION_TRUE@     --include=Gio-2.0 \
1249
 
@ENABLE_INTROSPECTION_TRUE@     --include=Gdk-2.0 \
 
1239
@ENABLE_INTROSPECTION_TRUE@     --include=Gdk-3.0 \
1250
1240
@ENABLE_INTROSPECTION_TRUE@     --include=GdkPixbuf-2.0 \
1251
 
@ENABLE_INTROSPECTION_TRUE@     --include=Gtk-2.0 \
1252
 
@ENABLE_INTROSPECTION_TRUE@     --library=evdocument \
 
1241
@ENABLE_INTROSPECTION_TRUE@     --include=Gtk-3.0 \
 
1242
@ENABLE_INTROSPECTION_TRUE@     --library=evdocument3 \
1253
1243
@ENABLE_INTROSPECTION_TRUE@     --libtool="$(SAVED_LIBTOOL)" \
1254
1244
@ENABLE_INTROSPECTION_TRUE@     --output $@ \
1255
1245
@ENABLE_INTROSPECTION_TRUE@     --pkg evince-document-$(EV_API_VERSION) \