~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/poppler/goo/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libgoo.la
 
2
 
 
3
if ENABLE_XPDF_HEADERS
 
4
 
 
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
        PNGWriter.h                             \
 
17
        JpegWriter.h                            \
 
18
        ImgWriter.h                             \
 
19
        GooLikely.h                             \
 
20
        gstrtod.h
 
21
 
 
22
endif
 
23
 
 
24
if BUILD_LIBPNG
 
25
libpng_includes = $(LIBPNG_CFLAGS)
 
26
endif
 
27
 
 
28
INCLUDES =                                      \
 
29
        -I$(top_srcdir)                         \
 
30
        $(libpng_includes)
 
31
 
 
32
libgoo_la_SOURCES =                             \
 
33
        gfile.cc                                \
 
34
        gmempp.cc                               \
 
35
        GooHash.cc                              \
 
36
        GooList.cc                              \
 
37
        GooTimer.cc                             \
 
38
        GooString.cc                            \
 
39
        gmem.cc                                 \
 
40
        FixedPoint.cc                           \
 
41
        PNGWriter.cc                            \
 
42
        JpegWriter.cc                           \
 
43
        ImgWriter.cc                            \
 
44
        gstrtod.cc