SmartPDF - lightweight pdf viewer app for rosapps
[reactos.git] / rosapps / smartpdf / poppler / utils / Makefile.am
1 if BUILD_SPLASH_OUTPUT
2
3 pdftoppm_SOURCES = \
4 pdftoppm.cc \
5 $(common)
6
7 pdftoppm_binary = pdftoppm
8
9 pdftoppm_manpage = pdftoppm.1
10
11 endif
12
13 INCLUDES = \
14 -I$(top_srcdir) \
15 -I$(top_srcdir)/utils \
16 -I$(top_srcdir)/poppler \
17 $(UTILS_CFLAGS) \
18 $(FONTCONFIG_CFLAGS)
19
20 LDADD = \
21 $(top_builddir)/poppler/libpoppler.la \
22 $(UTILS_LIBS) \
23 $(FONTCONFIG_LIBS)
24
25 bin_PROGRAMS = \
26 pdffonts \
27 pdfimages \
28 pdfinfo \
29 pdftops \
30 pdftotext \
31 pdftohtml \
32 $(pdftoppm_binary)
33
34 dist_man1_MANS = \
35 pdffonts.1 \
36 pdfimages.1 \
37 pdfinfo.1 \
38 pdftops.1 \
39 pdftotext.1 \
40 pdftohtml.1 \
41 $(pdftoppm_manpage)
42
43 common = parseargs.c parseargs.h
44
45 pdffonts_SOURCES = \
46 pdffonts.cc \
47 $(common)
48
49 pdfimages_SOURCES = \
50 pdfimages.cc \
51 ImageOutputDev.cc \
52 ImageOutputDev.h \
53 $(common)
54
55 pdfinfo_SOURCES = \
56 pdfinfo.cc \
57 $(common)
58
59 pdftops_SOURCES = \
60 pdftops.cc \
61 $(common)
62
63 pdftotext_SOURCES = \
64 pdftotext.cc \
65 $(common)
66
67 pdftohtml_SOURCES = \
68 pdftohtml.cc \
69 HtmlFonts.cc \
70 HtmlFonts.h \
71 HtmlLinks.cc \
72 HtmlLinks.h \
73 HtmlOutputDev.cc \
74 HtmlOutputDev.h \
75 $(common)
76
77 # Yay, automake! It should be able to figure out that it has to dist
78 # pdftoppm.1, but nooo. So we just add it here.
79
80 EXTRA_DIST = pdf2xml.dtd pdftoppm.1