~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to shell/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-02 10:30:12 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602103012-liwypsthciko6ae9
Tags: 2.27.1-0ubuntu1
* New upstream version:
  New Features and UI Improvements:
  - Use GtkPrintOperation when printing for the backends that
    support rendering into a cairo context 
  - Recover previous session when running evince after a crash
  - Preliminary annotations support
  - Rename Print Setup menu entry as Page Setup for consistency with
    the GTK+ dialog title 
  - Added F3 as a find-next accelerator key 
  - Support the free Gna! unrar tool in comics backend
  - Add evince-previewer as a separate applicaton that implements
    the printing preview 
  Bug fixes:
  - Fix handling of the tmp folder 
  - Abort dnd operations originated in the same Evince window  
  - Disable bouncing during scrolling 
  - Fix build without gconftool-2 
  - Fix documentation build 
  - Fix error handling of broken documents 
  - Fix several memory leaks in comics backend 
  - Escape URIs for display 
  - Resync with libegg to remove deprecated GTK+ symbols
  - Correct check for exit status of commands in comics backend
  - Add -no-undefined flag for Cygwin build 
  - Use g_file_make_symbolic_link to create symlinks 
  - Delete the temp symlink created when opening a copy
  - Don't redraw again when zoom is set more than once to the same
    scale factor 
  - Fix print preview of empty selection 
  - Don't prevent unmounting in case the initial cwd is on an external device 
  - Create and load the document based on the mime-type provided by
    nautilus instead of using our own documents factory.
  - Fix endianess issues in dvi and tiff backends 
  - Fix memory leak in tiff backend 
  - Fix path where accels file is saved 
  - Fix fading animations 
  - Translate the categories in the nautilus properties tab
* debian/control.in:
  - updated libpoppler and gtk requirements
* debian/patches/01_launchpad.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
subdir = shell
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
41
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
42
        $(top_srcdir)/m4/shave.m4 $(top_srcdir)/configure.ac
41
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
44
        $(ACLOCAL_M4)
43
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
56
        ev-metadata-manager.c ev-metadata-manager.h \
55
57
        ev-navigation-action.c ev-navigation-action.h \
56
58
        ev-navigation-action-widget.c ev-navigation-action-widget.h \
57
 
        ev-page-action.c ev-page-action.h ev-page-action-widget.c \
58
 
        ev-page-action-widget.h ev-password-view.h ev-password-view.c \
59
 
        ev-print-operation.h ev-print-operation.c \
60
 
        ev-progress-message-area.h ev-progress-message-area.c \
61
 
        ev-properties-dialog.c ev-properties-dialog.h \
62
 
        ev-properties-fonts.c ev-properties-fonts.h \
63
 
        ev-open-recent-action.c ev-open-recent-action.h ev-utils.c \
64
 
        ev-utils.h ev-window.c ev-window.h ev-window-title.c \
65
 
        ev-window-title.h ev-sidebar.c ev-sidebar.h \
66
 
        ev-sidebar-attachments.c ev-sidebar-attachments.h \
 
59
        ev-password-view.h ev-password-view.c ev-print-operation.h \
 
60
        ev-print-operation.c ev-progress-message-area.h \
 
61
        ev-progress-message-area.c ev-properties-dialog.c \
 
62
        ev-properties-dialog.h ev-properties-fonts.c \
 
63
        ev-properties-fonts.h ev-open-recent-action.c \
 
64
        ev-open-recent-action.h ev-utils.c ev-utils.h ev-window.c \
 
65
        ev-window.h ev-window-title.c ev-window-title.h ev-sidebar.c \
 
66
        ev-sidebar.h ev-sidebar-attachments.c ev-sidebar-attachments.h \
67
67
        ev-sidebar-layers.c ev-sidebar-layers.h ev-sidebar-links.c \
68
68
        ev-sidebar-links.h ev-sidebar-page.c ev-sidebar-page.h \
69
 
        ev-sidebar-thumbnails.c ev-sidebar-thumbnails.h \
70
 
        ev-stock-icons.c ev-stock-icons.h main.c
 
69
        ev-sidebar-thumbnails.c ev-sidebar-thumbnails.h main.c
71
70
am__objects_1 = ev-media-player-keys.$(OBJEXT)
72
71
@ENABLE_DBUS_TRUE@am__objects_2 = $(am__objects_1)
73
72
am_evince_OBJECTS = eggfindbar.$(OBJEXT) ev-application.$(OBJEXT) \
75
74
        ev-keyring.$(OBJEXT) ev-marshal.$(OBJEXT) $(am__objects_2) \
76
75
        ev-message-area.$(OBJEXT) ev-metadata-manager.$(OBJEXT) \
77
76
        ev-navigation-action.$(OBJEXT) \
78
 
        ev-navigation-action-widget.$(OBJEXT) ev-page-action.$(OBJEXT) \
79
 
        ev-page-action-widget.$(OBJEXT) ev-password-view.$(OBJEXT) \
80
 
        ev-print-operation.$(OBJEXT) \
 
77
        ev-navigation-action-widget.$(OBJEXT) \
 
78
        ev-password-view.$(OBJEXT) ev-print-operation.$(OBJEXT) \
81
79
        ev-progress-message-area.$(OBJEXT) \
82
80
        ev-properties-dialog.$(OBJEXT) ev-properties-fonts.$(OBJEXT) \
83
81
        ev-open-recent-action.$(OBJEXT) ev-utils.$(OBJEXT) \
85
83
        ev-sidebar.$(OBJEXT) ev-sidebar-attachments.$(OBJEXT) \
86
84
        ev-sidebar-layers.$(OBJEXT) ev-sidebar-links.$(OBJEXT) \
87
85
        ev-sidebar-page.$(OBJEXT) ev-sidebar-thumbnails.$(OBJEXT) \
88
 
        ev-stock-icons.$(OBJEXT) main.$(OBJEXT)
 
86
        main.$(OBJEXT)
89
87
evince_OBJECTS = $(am_evince_OBJECTS)
90
88
am__DEPENDENCIES_1 =
91
89
evince_DEPENDENCIES =  \
94
92
        $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \
95
93
        $(top_builddir)/cut-n-paste/gedit-message-area/libgeditmsgarea.la \
96
94
        $(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la \
97
 
        $(top_builddir)/cut-n-paste/evmountoperation/libevmountoperation.la \
98
95
        $(top_builddir)/cut-n-paste/smclient/libsmclient.la \
99
96
        $(top_builddir)/properties/libevproperties.la \
100
97
        $(top_builddir)/libdocument/libevdocument.la \
101
 
        $(top_builddir)/libview/libevview.la $(am__DEPENDENCIES_1)
 
98
        $(top_builddir)/libview/libevview.la \
 
99
        $(top_builddir)/libmisc/libevmisc.la $(am__DEPENDENCIES_1)
102
100
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103
101
depcomp = $(SHELL) $(top_srcdir)/depcomp
104
102
am__depfiles_maybe = depfiles
120
118
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
121
119
ALL_LINGUAS = @ALL_LINGUAS@
122
120
AMTAR = @AMTAR@
 
121
AM_MAKEFLAGS = @AM_MAKEFLAGS@
123
122
AR = @AR@
124
123
AUTOCONF = @AUTOCONF@
125
124
AUTOHEADER = @AUTOHEADER@
173
172
EV_VIEW_LT_VERSION_INFO = @EV_VIEW_LT_VERSION_INFO@
174
173
EXEEXT = @EXEEXT@
175
174
F77 = @F77@
 
175
FC = @FC@
176
176
FFLAGS = @FFLAGS@
177
177
FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
178
178
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
244
244
LN_S = @LN_S@
245
245
LTLIBOBJS = @LTLIBOBJS@
246
246
MAINT = @MAINT@
 
247
MAKEFLAGS = @MAKEFLAGS@
247
248
MAKEINFO = @MAKEINFO@
248
249
MKDIR_P = @MKDIR_P@
249
250
MKINSTALLDIRS = @MKINSTALLDIRS@
254
255
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
255
256
NAUTILUS_LIBS = @NAUTILUS_LIBS@
256
257
NMEDIT = @NMEDIT@
 
258
OBJC = @OBJC@
257
259
OBJEXT = @OBJEXT@
258
260
OMF_DIR = @OMF_DIR@
259
261
PACKAGE = @PACKAGE@
270
272
POSUB = @POSUB@
271
273
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
272
274
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
275
PREVIEWER_CFLAGS = @PREVIEWER_CFLAGS@
 
276
PREVIEWER_LIBS = @PREVIEWER_LIBS@
 
277
Q = @Q@
273
278
RANLIB = @RANLIB@
274
279
SED = @SED@
275
280
SET_MAKE = @SET_MAKE@
284
289
SPECTRE_LIBS = @SPECTRE_LIBS@
285
290
STRIP = @STRIP@
286
291
USE_NLS = @USE_NLS@
 
292
V = @V@
287
293
VERSION = @VERSION@
288
294
WARN_CFLAGS = @WARN_CFLAGS@
289
295
WARN_CXXFLAGS = @WARN_CXXFLAGS@
336
342
psdir = @psdir@
337
343
sbindir = @sbindir@
338
344
sharedstatedir = @sharedstatedir@
 
345
shavedir = @shavedir@
339
346
srcdir = @srcdir@
340
347
sysconfdir = @sysconfdir@
341
348
target_alias = @target_alias@
342
349
top_build_prefix = @top_build_prefix@
343
350
top_builddir = @top_builddir@
344
351
top_srcdir = @top_srcdir@
 
352
QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
345
353
INCLUDES = \
346
354
        -DDATADIR=\"$(pkgdatadir)\"                             \
347
355
        -DGNOMEDATADIR=\"$(datadir)\"                           \
352
360
        -I$(top_srcdir)/cut-n-paste/totem-screensaver/          \
353
361
        -I$(top_srcdir)/cut-n-paste/gedit-message-area/         \
354
362
        -I$(top_srcdir)/cut-n-paste/gimpcellrenderertoggle/     \
355
 
        -I$(top_srcdir)/cut-n-paste/evmountoperation/           \
356
363
        -I$(top_srcdir)/cut-n-paste/smclient/                   \
357
364
        -I$(top_srcdir)/libdocument                             \
358
365
        -I$(top_builddir)/libdocument                           \
359
366
        -I$(top_srcdir)/libview                                 \
360
367
        -I$(top_builddir)/libview                               \
 
368
        -I$(top_srcdir)/libmisc                                 \
361
369
        -I$(top_srcdir)/properties                              \
362
370
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"                  \
363
371
        -DGNOMEICONDIR=\""$(datadir)/pixmaps"\"                 \
391
399
        ev-navigation-action.h          \
392
400
        ev-navigation-action-widget.c   \
393
401
        ev-navigation-action-widget.h   \
394
 
        ev-page-action.c                \
395
 
        ev-page-action.h                \
396
 
        ev-page-action-widget.c         \
397
 
        ev-page-action-widget.h         \
398
402
        ev-password-view.h              \
399
403
        ev-password-view.c              \
400
404
        ev-print-operation.h            \
425
429
        ev-sidebar-page.h               \
426
430
        ev-sidebar-thumbnails.c         \
427
431
        ev-sidebar-thumbnails.h         \
428
 
        ev-stock-icons.c                \
429
 
        ev-stock-icons.h                \
430
432
        main.c
431
433
 
432
434
evince_LDADD = \
435
437
        $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la               \
436
438
        $(top_builddir)/cut-n-paste/gedit-message-area/libgeditmsgarea.la               \
437
439
        $(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la \
438
 
        $(top_builddir)/cut-n-paste/evmountoperation/libevmountoperation.la             \
439
440
        $(top_builddir)/cut-n-paste/smclient/libsmclient.la                             \
440
441
        $(top_builddir)/properties/libevproperties.la                                   \
441
442
        $(top_builddir)/libdocument/libevdocument.la                                    \
442
443
        $(top_builddir)/libview/libevview.la                                            \
 
444
        $(top_builddir)/libmisc/libevmisc.la                                            \
443
445
        $(SHELL_LIBS)
444
446
 
445
447
BUILT_SOURCES = ev-marshal.h ev-marshal.c $(am__append_1)
534
536
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-navigation-action-widget.Po@am__quote@
535
537
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-navigation-action.Po@am__quote@
536
538
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-open-recent-action.Po@am__quote@
537
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-page-action-widget.Po@am__quote@
538
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-page-action.Po@am__quote@
539
539
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-password-view.Po@am__quote@
540
540
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-print-operation.Po@am__quote@
541
541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-progress-message-area.Po@am__quote@
547
547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-sidebar-page.Po@am__quote@
548
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-sidebar-thumbnails.Po@am__quote@
549
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-sidebar.Po@am__quote@
550
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-stock-icons.Po@am__quote@
551
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-utils.Po@am__quote@
552
551
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-window-title.Po@am__quote@
553
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-window.Po@am__quote@
764
763
 
765
764
 
766
765
ev-marshal.h: $(srcdir)/ev-marshal.list
767
 
        $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
 
766
        $(QUIET_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
768
767
 
769
768
ev-marshal.c: $(srcdir)/ev-marshal.list
770
 
        echo '#include "ev-marshal.h"' > ev-marshal.c
 
769
        $(QUIET_GEN)echo '#include "ev-marshal.h"' > ev-marshal.c
771
770
        $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
772
771
 
773
772
@DBUS_TOOL_NO_PREFIX_TRUE@ev-application-service.h: $(srcdir)/ev-application-service.xml
774
 
@DBUS_TOOL_NO_PREFIX_TRUE@      dbus-binding-tool --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
 
773
@DBUS_TOOL_NO_PREFIX_TRUE@      $(QUIET_GEN)dbus-binding-tool --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
775
774
@DBUS_TOOL_NO_PREFIX_FALSE@ev-application-service.h: $(srcdir)/ev-application-service.xml
776
 
@DBUS_TOOL_NO_PREFIX_FALSE@     dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
 
775
@DBUS_TOOL_NO_PREFIX_FALSE@     $(QUIET_GEN)dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
777
776
# Tell versions [3.59,3.63) of GNU make to not export all variables.
778
777
# Otherwise a system limit (for SysV at least) may be exceeded.
779
778
.NOEXPORT: