Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
donald
/
evince
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
9ee4ac8
backend
comics
djvu
Makefile.am
djvu-document-private.h
djvu-document.c
djvu-document.h
djvu-links.c
djvu-links.h
djvu-text-page.c
djvu-text-page.h
djvudocument.evince-backend.in
dvi
impress
pdf
pixbuf
ps
tiff
Makefile.am
backend.symbols
cut-n-paste
data
help
libdocument
libmisc
libview
po
previewer
properties
shell
test
thumbnailer
AUTHORS
COPYING
ChangeLog.pre-git
MAINTAINERS
Makefile.am
NEWS
NOTES
README
README.commits
TODO
autogen.sh
configure.ac
evince-document.h
evince-document.pc.in
evince-view.h
evince-view.pc.in
evince.doap
git.mk
Breadcrumbs
evince
/
backend
/
djvu
/
Makefile.am
Blame
Blame
Latest commit
History
History
38 lines (30 loc) · 933 Bytes
Breadcrumbs
evince
/
backend
/
djvu
/
Makefile.am
Top
File metadata and controls
Code
Blame
38 lines (30 loc) · 933 Bytes
Raw
INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DEVINCE_COMPILATION \ $(BACKEND_CFLAGS) \ $(DJVU_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) backend_LTLIBRARIES = libdjvudocument.la libdjvudocument_la_SOURCES = \ djvu-document.c \ djvu-document.h \ djvu-document-private.h \ djvu-links.c \ djvu-links.h \ djvu-text-page.c \ djvu-text-page.h libdjvudocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libdjvudocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument3.la \ $(BACKEND_LIBS) \ $(DJVU_LIBS) backend_in_files = djvudocument.evince-backend.in backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) EXTRA_DIST = $(backend_in_files) CLEANFILES = $(backend_DATA) @EV_INTLTOOL_EVINCE_BACKEND_RULE@ -include $(top_srcdir)/git.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
You can’t perform that action at this time.