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