sinc with TL rev. 38618.
[luatex.git] / source / libs / poppler / poppler-0.37.0 / goo / Makefile.am
blob370e85021be5577ea44cbc0b9f2542ad335f1b1b
1 noinst_LTLIBRARIES = libgoo.la
3 if ENABLE_XPDF_HEADERS
5 poppler_goo_includedir = $(includedir)/poppler/goo
6 poppler_goo_include_HEADERS =                   \
7         GooHash.h                               \
8         GooList.h                               \
9         GooTimer.h                              \
10         GooMutex.h                              \
11         GooString.h                             \
12         gtypes.h                                \
13         gmem.h                                  \
14         gfile.h                                 \
15         FixedPoint.h                            \
16         NetPBMWriter.h                          \
17         PNGWriter.h                             \
18         JpegWriter.h                            \
19         TiffWriter.h                            \
20         ImgWriter.h                             \
21         GooLikely.h                             \
22         gstrtod.h                               \
23         grandom.h
25 endif
27 libgoo_la_SOURCES =                             \
28         gfile.cc                                \
29         gmempp.cc                               \
30         GooHash.cc                              \
31         GooList.cc                              \
32         GooTimer.cc                             \
33         GooString.cc                            \
34         gmem.cc                                 \
35         FixedPoint.cc                           \
36         NetPBMWriter.cc                         \
37         PNGWriter.cc                            \
38         JpegWriter.cc                           \
39         TiffWriter.cc                           \
40         ImgWriter.cc                            \
41         gtypes_p.h                              \
42         gstrtod.cc                              \
43         grandom.cc
45 if BUILD_LIBJPEG
46 libjpeg_includes = $(LIBJPEG_CFLAGS)
47 endif
49 if BUILD_LIBTIFF
50 libtiff_includes = $(LIBTIFF_CFLAGS)
51 endif
53 if BUILD_LIBOPENJPEG
54 libjpeg2000_includes = $(LIBOPENJPEG_CFLAGS)
55 endif
57 if BUILD_LIBPNG
58 libpng_includes = $(LIBPNG_CFLAGS)
59 endif
61 libgoo_la_CPPFLAGS =                            \
62         -I$(top_srcdir)                         \
63         $(libjpeg_includes)                     \
64         $(libtiff_includes)                     \
65         $(libjpeg2000_includes)                 \
66         $(libpng_includes)