~ubuntu-branches/ubuntu/trusty/librsvg/trusty-proposed

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-27 01:47:52 UTC
  • mfrom: (1.1.32) (34.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20120327014752-c9vmipiww40cnip7
Tags: 2.36.0-1
* New upstream release.
* Update debian/copyright using the machine-readable copyright format 1.0.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
INCLUDES =                              \
12
12
        -I$(top_srcdir)                 \
13
13
        -I$(top_builddir)               \
14
 
        $(LIBGSF_CFLAGS)                \
15
 
        $(LIBCROCO_CFLAGS)              \
16
14
        $(LIBRSVG_CFLAGS)               \
17
15
        $(GTK_CFLAGS)                   \
18
16
        $(GDK_X11_CFLAGS)               \
22
20
DEPS = $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la      \
23
21
        librsvg_tools_main.la
24
22
LDADDS =                                \
25
 
        $(LIBGSF_LIBS)                  \
26
23
        $(GLIB_LIBS)                    \
27
 
        $(LIBCROCO_LIBS)                \
28
24
        $(LIBRSVG_LIBS)                 \
29
25
        $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la
30
26
 
36
32
test_performance_SOURCES = test-performance.c
37
33
test_performance_LDFLAGS =
38
34
test_performance_DEPENDENCIES = $(DEPS)
39
 
test_performance_LDADD = librsvg_tools_main.la $(LDADDS) $(libm)
 
35
test_performance_LDADD = librsvg_tools_main.la $(LDADDS) $(LIBM)
40
36
 
41
37
rsvg_dimensions_SOURCES = rsvg-dimensions.c
42
38
rsvg_dimensions_LDFLAGS =
43
39
rsvg_dimensions_DEPENDENCIES = $(DEPS)
44
 
rsvg_dimensions_LDADD = $(LDADDS) $(libm)
 
40
rsvg_dimensions_LDADD = $(LDADDS) $(LIBM)
45
41
 
46
42
test_memory_SOURCES = test-memory.c
47
43
test_memory_LDFLAGS =
48
44
test_memory_DEPENDENCIES = $(DEPS)
49
 
test_memory_LDADD = librsvg_tools_main.la $(LDADDS) $(libm)
 
45
test_memory_LDADD = librsvg_tools_main.la $(LDADDS) $(LIBM)