forked from rbrito/xpdf-poppler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
30 lines (20 loc) · 907 Bytes
/
Makefile.am
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
bin_PROGRAMS = xpdf-poppler
xpdf_poppler_CPPFLAGS = $(PKG_CONFIG_CFLAGS)
xpdf_poppler_CPPFLAGS += -DHAVE_DIRENT_H
xpdf_poppler_CPPFLAGS += -DHAVE_X11_XPM_H
xpdf_poppler_CPPFLAGS += -DSYSTEM_XPDFRC=\"$(xpdfconfdir)/$(rcfile)\"
xpdf_poppler_CXXFLAGS = -Wall -Wno-write-strings
xpdf_poppler_SOURCES = CoreOutputDev.cc GlobalParamsGUI.cc PDFCore.cc \
XPDFApp.cc XPDFCore.cc XPDFTree.cc XPDFViewer.cc parseargs.cc \
xpdf.cc about-text.h config.h CoreOutputDev.h \
GlobalParamsGUI.h parseargs.h PDFCore.h XPDFApp.h XPDFCore.h \
XPDFTree.h XPDFTreeP.h XPDFViewer.h
bin_SCRIPTS = zxpdf-poppler
desktopdir = $(datadir)/applications
desktop_DATA = xpdf-poppler.desktop
rcfile = xpdf-poppler-rc
xpdfconfdir = $(sysconfdir)/xpdf-poppler
xpdfconf_DATA = $(rcfile)
doc_DATA = doc/sample-xpdf-poppler-rc
man_MANS = doc/xpdf-poppler-rc.5 doc/xpdf-poppler.1 doc/zxpdf-poppler.1
EXTRA_DIST = autogen.sh icons