X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2FMakefile.am;h=737fccf5b5e1d4aa845af295f60c23b8577bcb85;hb=a01fab9d01d6bd9fe2b479cbcbc7ee5fe7d69515;hp=f54c5e2d40611e6b23868dbec8c83b506675bcd7;hpb=a4a3a2301361cb6a71e1b127e8e43589f2749105;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index f54c5e2d..737fccf5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,85 +1,102 @@ -INCLUDES= \ - -DDATADIR=\"$(pkgdatadir)\" \ - -DGNOMEDATADIR=\"$(datadir)\" \ - -I$(top_srcdir)/lib \ - -I$(top_srcdir)/cut-n-paste/recent-files/ \ - -I$(top_srcdir)/cut-n-paste/zoom-control/ \ - -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ - -I$(top_srcdir)/backend \ - -I$(top_srcdir)/properties \ - -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ - -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ - $(SHELL_CFLAGS) \ - $(WARN_CFLAGS) \ - $(GNOME_PRINT_CFLAGS) +INCLUDES= \ + -DDATADIR=\"$(pkgdatadir)\" \ + -DGNOMEDATADIR=\"$(datadir)\" \ + -I$(top_srcdir) \ + -I$(top_builddir) \ + -I$(top_srcdir)/cut-n-paste/zoom-control/ \ + -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ + -I$(top_srcdir)/cut-n-paste/totem-screensaver/ \ + -I$(top_srcdir)/cut-n-paste/gedit-message-area/ \ + -I$(top_srcdir)/cut-n-paste/gimpcellrenderertoggle/ \ + -I$(top_srcdir)/cut-n-paste/smclient/ \ + -I$(top_srcdir)/libdocument \ + -I$(top_builddir)/libdocument \ + -I$(top_srcdir)/libview \ + -I$(top_builddir)/libview \ + -I$(top_srcdir)/libmisc \ + -I$(top_srcdir)/properties \ + -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ + -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ + -DEVINCE_COMPILATION \ + $(SHELL_CFLAGS) \ + $(WARN_CFLAGS) \ + $(DISABLE_DEPRECATED) bin_PROGRAMS=evince +EV_MEDIA_PLAYER_KEYS_SOURCES = ev-media-player-keys.c ev-media-player-keys.h +if ENABLE_DBUS +DBUS_SOURCES = $(EV_MEDIA_PLAYER_KEYS_SOURCES) +else +DBUS_SOURCES = $(null) +endif + evince_SOURCES= \ eggfindbar.c \ eggfindbar.h \ ev-application.c \ ev-application.h \ - ev-job-queue.h \ - ev-job-queue.c \ - ev-jobs.h \ - ev-jobs.c \ + ev-file-monitor.h \ + ev-file-monitor.c \ + ev-history.c \ + ev-history.h \ + ev-keyring.h \ + ev-keyring.c \ ev-marshal.c \ ev-marshal.h \ + $(DBUS_SOURCES) \ + ev-message-area.c \ + ev-message-area.h \ ev-metadata-manager.c \ ev-metadata-manager.h \ - ev-page-action.c \ - ev-page-action.h \ - ev-page-cache.h \ - ev-page-cache.c \ - ev-password.h \ - ev-password.c \ + ev-navigation-action.c \ + ev-navigation-action.h \ + ev-navigation-action-widget.c \ + ev-navigation-action-widget.h \ ev-password-view.h \ ev-password-view.c \ - ev-pixbuf-cache.c \ - ev-pixbuf-cache.h \ + ev-print-operation.h \ + ev-print-operation.c \ + ev-progress-message-area.h \ + ev-progress-message-area.c \ ev-properties-dialog.c \ ev-properties-dialog.h \ ev-properties-fonts.c \ ev-properties-fonts.h \ + ev-open-recent-action.c \ + ev-open-recent-action.h \ ev-utils.c \ ev-utils.h \ - ev-view-accessible.c \ - ev-view-accessible.h \ - ev-view-private.h \ - ev-view.c \ - ev-view.h \ ev-window.c \ ev-window.h \ ev-window-title.c \ ev-window-title.h \ ev-sidebar.c \ ev-sidebar.h \ + ev-sidebar-attachments.c \ + ev-sidebar-attachments.h \ + ev-sidebar-layers.c \ + ev-sidebar-layers.h \ ev-sidebar-links.c \ ev-sidebar-links.h \ ev-sidebar-page.c \ ev-sidebar-page.h \ ev-sidebar-thumbnails.c \ ev-sidebar-thumbnails.h \ - ev-stock-icons.c \ - ev-stock-icons.h \ main.c -if WITH_GNOME_PRINT -evince_SOURCES+= \ - ev-print-job.c \ - ev-print-job.h -endif - - -evince_LDADD= \ - $(top_builddir)/cut-n-paste/recent-files/librecent.la \ - $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ - $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ - $(top_builddir)/properties/libevproperties.la \ - $(top_builddir)/lib/libev.la \ - $(SHELL_LIBS) \ - $(GNOME_PRINT_LIBS) +evince_LDADD= \ + $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ + $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ + $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \ + $(top_builddir)/cut-n-paste/gedit-message-area/libgeditmsgarea.la \ + $(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la \ + $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ + $(top_builddir)/properties/libevproperties.la \ + $(top_builddir)/libdocument/libevdocument.la \ + $(top_builddir)/libview/libevview.la \ + $(top_builddir)/libmisc/libevmisc.la \ + $(SHELL_LIBS) BUILT_SOURCES = ev-marshal.h ev-marshal.c @@ -88,7 +105,8 @@ BUILT_SOURCES += ev-application-service.h endif EXTRA_DIST = ev-marshal.list \ - ev-application-service.xml + ev-application-service.xml \ + $(EV_MEDIA_PLAYER_KEYS_SOURCES) ev-marshal.h: $(srcdir)/ev-marshal.list