]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/Makefile.am
Fix distcheck
[evince.git] / pdf / xpdf / Makefile.am
1 INCLUDES =                                                      \
2         -I$(top_srcdir)                                         \
3         -I$(top_srcdir)/backend                                 \
4         -I$(top_srcdir)/pdf                                     \
5         -I$(top_srcdir)/pdf/goo                                 \
6         -I$(top_srcdir)/pdf/fofi                                \
7         -I$(top_srcdir)/pdf/splash                              \
8         $(GTK_CFLAGS)                                           \
9         -DDATADIR=\""$(datadir)"\"
10
11 noinst_PROGRAMS = test-gdk-output-dev
12
13 noinst_LTLIBRARIES = libxpdf.la libpdfdocument.la
14
15 libxpdf_la_SOURCES =            \
16         Annot.cc                \
17         Annot.h                 \
18         Array.cc                \
19         Array.h                 \
20         BaseFile.h              \
21         BuiltinFont.cc          \
22         BuiltinFont.h           \
23         BuiltinFontTables.cc    \
24         BuiltinFontTables.h     \
25         Catalog.cc              \
26         Catalog.h               \
27         CharCodeToUnicode.cc    \
28         CharCodeToUnicode.h     \
29         CMap.cc                 \
30         CMap.h                  \
31         Decrypt.cc              \
32         Decrypt.h               \
33         Dict.cc                 \
34         Dict.h                  \
35         Error.cc                \
36         Error.h                 \
37         FontEncodingTables.cc   \
38         FontEncodingTables.h    \
39         Function.cc             \
40         Function.h              \
41         Gfx.cc                  \
42         Gfx.h                   \
43         GfxFont.cc              \
44         GfxFont.h               \
45         GfxState.cc             \
46         GfxState.h              \
47         GlobalParams.cc         \
48         GlobalParams.h          \
49         JArithmeticDecoder.cc   \
50         JArithmeticDecoder.h    \
51         JBIG2Stream.cc          \
52         JBIG2Stream.h           \
53         JPXStream.cc            \
54         JPXStream.h             \
55         Lexer.cc                \
56         Lexer.h                 \
57         Link.cc                 \
58         Link.h                  \
59         NameToCharCode.cc       \
60         NameToCharCode.h        \
61         Object.cc               \
62         Object.h                \
63         Outline.cc              \
64         Outline.h               \
65         OutputDev.cc            \
66         OutputDev.h             \
67         Page.cc                 \
68         Page.h                  \
69         Parser.cc               \
70         Parser.h                \
71         PDFDoc.cc               \
72         PDFDoc.h                \
73         PDFDocEncoding.cc       \
74         PDFDocEncoding.h        \
75         PSTokenizer.cc          \
76         PSTokenizer.h           \
77         SplashOutputDev.cc      \
78         SplashOutputDev.h       \
79         Stream-CCITT.h          \
80         Stream.cc               \
81         Stream.h                \
82         UnicodeMap.cc           \
83         UnicodeMap.h            \
84         UnicodeMapTables.h      \
85         UnicodeTypeTable.cc     \
86         UnicodeTypeTable.h      \
87         XRef.cc                 \
88         XRef.h                  \
89                                 \
90         CharTypes.h             \
91         CompactFontTables.h     \
92         ErrorCodes.h            \
93         NameToUnicodeTable.h    \
94         GDKSplashOutputDev.cc   \
95         GDKSplashOutputDev.h    \
96         PSOutputDev.cc          \
97         PSOutputDev.h           \
98         TextOutputDev.cc        \
99         TextOutputDev.h         \
100         UTF8.h                  \
101                                 \
102         gpdf-g-switch.h
103
104 # The sources at the end are put in libxpdf.a for convenience here, but are 
105 # conceptually part of the apps not part of the libs.
106
107 test_gdk_output_dev_SOURCES =          \
108        test-gdk-output-dev.cc
109
110 test_gdk_output_dev_LDADD =                                     \
111         libxpdf.la                                              \
112         $(top_builddir)/pdf/goo/libGoo.la                       \
113         $(top_builddir)/pdf/fofi/libfofi.la                     \
114         $(top_builddir)/pdf/splash/libsplash.la                 \
115         $(top_builddir)/backend/libevbackend.la                 \
116         $(GTK_LIBS)
117
118 libpdfdocument_la_SOURCES =     \
119         pdf-document.cc         \
120         pdf-document.h
121
122 libpdfdocument_la_LIBADD =                                      \
123         libxpdf.la                                              \
124         $(top_builddir)/backend/libevbackend.la                 \
125         $(top_builddir)/pdf/goo/libGoo.la                       \
126         $(top_builddir)/pdf/fofi/libfofi.la                     \
127         $(top_builddir)/pdf/splash/libsplash.la
128
129 EXTRA_DIST = xpdfconfig.h