]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/Makefile.am
Import of xpdf code from gpdf.
[evince.git] / pdf / xpdf / Makefile.am
1 INCLUDES =                                                      \
2         -I$(top_srcdir)                                         \
3         -I$(top_srcdir)/pdf                                     \
4         -I$(top_srcdir)/pdf/goo                                 \
5         -I$(top_srcdir)/pdf/fofi                                \
6         -I$(top_srcdir)/pdf/splash                              \
7         $(GTK_CFLAGS)                                           \
8         -DDATADIR=\""$(datadir)"\"
9
10 noinst_PROGRAMS = test-gdk-output-dev
11
12 noinst_LIBRARIES = libxpdf.a
13
14 libxpdf_a_SOURCES =             \
15         Annot.cc                \
16         Annot.h                 \
17         Array.cc                \
18         Array.h                 \
19         BaseFile.h              \
20         BuiltinFont.cc          \
21         BuiltinFont.h           \
22         BuiltinFontTables.cc    \
23         BuiltinFontTables.h     \
24         Catalog.cc              \
25         Catalog.h               \
26         CharCodeToUnicode.cc    \
27         CharCodeToUnicode.h     \
28         CMap.cc                 \
29         CMap.h                  \
30         Decrypt.cc              \
31         Decrypt.h               \
32         Dict.cc                 \
33         Dict.h                  \
34         Error.cc                \
35         Error.h                 \
36         FontEncodingTables.cc   \
37         FontEncodingTables.h    \
38         Function.cc             \
39         Function.h              \
40         Gfx.cc                  \
41         Gfx.h                   \
42         GfxFont.cc              \
43         GfxFont.h               \
44         GfxState.cc             \
45         GfxState.h              \
46         GlobalParams.cc         \
47         GlobalParams.h          \
48         JArithmeticDecoder.cc   \
49         JArithmeticDecoder.h    \
50         JBIG2Stream.cc          \
51         JBIG2Stream.h           \
52         JPXStream.cc            \
53         JPXStream.h             \
54         Lexer.cc                \
55         Lexer.h                 \
56         Link.cc                 \
57         Link.h                  \
58         NameToCharCode.cc       \
59         NameToCharCode.h        \
60         Object.cc               \
61         Object.h                \
62         Outline.cc              \
63         Outline.h               \
64         OutputDev.cc            \
65         OutputDev.h             \
66         Page.cc                 \
67         Page.h                  \
68         Parser.cc               \
69         Parser.h                \
70         PDFDoc.cc               \
71         PDFDoc.h                \
72         PDFDocEncoding.cc       \
73         PDFDocEncoding.h        \
74         PSTokenizer.cc          \
75         PSTokenizer.h           \
76         Stream-CCITT.h          \
77         Stream.cc               \
78         Stream.h                \
79         UnicodeMap.cc           \
80         UnicodeMap.h            \
81         UnicodeMapTables.h      \
82         UnicodeTypeTable.cc     \
83         UnicodeTypeTable.h      \
84         XRef.cc                 \
85         XRef.h
86
87 common_sources =                \
88         CharTypes.h             \
89         CompactFontTables.h     \
90         ErrorCodes.h            \
91         NameToUnicodeTable.h    \
92         TextOutputDev.cc        \
93         TextOutputDev.h         \
94         UTF8.h
95
96 test_gdk_output_dev_SOURCES =          \
97        GDKSplashOutputDev.cc           \
98        GDKSplashOutputDev.h            \
99        SplashOutputDev.cc              \
100        SplashOutputDev.h               \
101        $(common_sources)               \
102        test-gdk-output-dev.cc
103
104 test_gdk_output_dev_LDADD =                                     \
105         libxpdf.a                                               \
106         $(top_builddir)/pdf/goo/libGoo.a                        \
107         $(top_builddir)/pdf/fofi/libfofi.a                      \
108         $(top_builddir)/pdf/splash/libsplash.a                  \
109         $(GTK_LIBS)
110
111 EXTRA_DIST = config.h