3 -I$(top_srcdir)/backend \
5 -I$(top_srcdir)/pdf/goo \
6 -I$(top_srcdir)/pdf/fofi \
7 -I$(top_srcdir)/pdf/splash \
9 -DDATADIR=\""$(datadir)"\"
11 noinst_PROGRAMS = test-gdk-output-dev
13 noinst_LTLIBRARIES = libxpdf.la libpdfdocument.la
15 libxpdf_la_SOURCES = \
23 BuiltinFontTables.cc \
27 CharCodeToUnicode.cc \
37 FontEncodingTables.cc \
38 FontEncodingTables.h \
49 JArithmeticDecoder.cc \
50 JArithmeticDecoder.h \
93 NameToUnicodeTable.h \
94 GDKSplashOutputDev.cc \
95 GDKSplashOutputDev.h \
102 # The sources at the end are put in libxpdf.a for convenience here, but are
103 # conceptually part of the apps not part of the libs.
105 test_gdk_output_dev_SOURCES = \
106 test-gdk-output-dev.cc
108 test_gdk_output_dev_LDADD = \
110 $(top_builddir)/pdf/goo/libGoo.la \
111 $(top_builddir)/pdf/fofi/libfofi.la \
112 $(top_builddir)/pdf/splash/libsplash.la \
113 $(top_builddir)/backend/libevbackend.la \
116 libpdfdocument_la_SOURCES = \
120 libpdfdocument_la_LIBADD = \
122 $(top_builddir)/backend/libevbackend.la \
123 $(top_builddir)/pdf/goo/libGoo.la \
124 $(top_builddir)/pdf/fofi/libfofi.la \
125 $(top_builddir)/pdf/splash/libsplash.la
127 EXTRA_DIST = config.h