~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to cairo/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/build/Makefile.am.common
 
2
 
 
3
EXTRA_DIST += \
 
4
        README.win32 \
 
5
        Makefile.win32 \
 
6
        build/Makefile.win32.common \
 
7
        build/Makefile.win32.features \
 
8
        build/Makefile.win32.features-h \
 
9
        $(NULL)
 
10
MAINTAINERCLEANFILES += \
 
11
        $(srcdir)/build/Makefile.win32.features \
 
12
        $(srcdir)/build/Makefile.win32.features-h \
 
13
        $(NULL)
 
14
 
 
15
ACLOCAL_AMFLAGS = -I build
 
16
 
 
17
DIST_SUBDIRS = src #doc util boilerplate test perf
 
18
SUBDIRS = src #doc util
 
19
# libpng is required for our test programs
 
20
if CAIRO_HAS_PNG_FUNCTIONS
 
21
#SUBDIRS += boilerplate test perf
 
22
endif
 
23
 
 
24
configure: cairo-version.h
 
25
 
 
26
doc:
 
27
        cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
 
28
test retest recheck: all
 
29
        cd test && $(MAKE) $(AM_MAKEFLAGS) $@
 
30
perf: all
 
31
        cd perf && $(MAKE) $(AM_MAKEFLAGS) $@
 
32
check-valgrind: all
 
33
        cd test && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
 
34
        cd perf && $(MAKE) $(AM_MAKEFLAGS) check-valgrind
 
35
.PHONY: doc test retest recheck perf check-valgrind
 
36
 
 
37
 
 
38
EXTRA_DIST += \
 
39
        AUTHORS \
 
40
        BIBLIOGRAPHY \
 
41
        BUGS \
 
42
        CODING_STYLE \
 
43
        COPYING \
 
44
        COPYING-LGPL-2.1 \
 
45
        COPYING-MPL-1.1 \
 
46
        HACKING \
 
47
        INSTALL \
 
48
        NEWS \
 
49
        PORTING_GUIDE \
 
50
        README \
 
51
        RELEASING \
 
52
        autogen.sh \
 
53
        cairo-version.h \
 
54
        $(NULL)
 
55
 
 
56
DISTCLEANFILES += config.cache
 
57
MAINTAINERCLEANFILES += \
 
58
        $(srcdir)/aclocal.m4 \
 
59
        $(srcdir)/autoscan.log \
 
60
        $(srcdir)/build/compile \
 
61
        $(srcdir)/build/config.guess \
 
62
        $(srcdir)/build/config.sub \
 
63
        $(srcdir)/build/depcomp \
 
64
        $(srcdir)/build/install-sh \
 
65
        $(srcdir)/build/ltmain.sh \
 
66
        $(srcdir)/build/missing \
 
67
        $(srcdir)/build/mkinstalldirs \
 
68
        $(srcdir)/config.h.in \
 
69
        $(srcdir)/configure.scan \
 
70
        $(NULL)
 
71
 
 
72
DISTCHECK_CONFIGURE_FLAGS = \
 
73
        --enable-gtk-doc \
 
74
        --enable-test-surfaces \
 
75
        $(NULL)
 
76
 
 
77
include $(srcdir)/build/Makefile.am.changelog
 
78
include $(srcdir)/build/Makefile.am.releasing
 
79
include $(srcdir)/build/Makefile.am.analysis